Hello guys, im facing a problem.
i have a form, inside that form there is a grid with a number of fields(CustTrans.PaymMode,CustPaymModeTable.Name,GeneralJournalEntry.DocumentDate,GeneralJournalAccountEntry.CurrencyCode, etc )
as you can see i take values from a number of tables. but in the grid control i can only set one datasource.
¿how can i make the query that relates everything i need from those tables and populate the grid in response to that query?