I Have the following question.
When you open a table you can use a BROWSE:
Select("customer"
Browse All
And you see all fields with the data from this table
Now i have a relation between two tables:
SET ORDER TO TAG Recnr OF "building.cdx" IN building
SET RELATION TO customer.Recnr INTO building ADDITIVE
Now i want to exit a browse over the two tables so i can see all fields and data from both tables.
Anyone
When you open a table you can use a BROWSE:
Select("customer"
Browse All
And you see all fields with the data from this table
Now i have a relation between two tables:
SET ORDER TO TAG Recnr OF "building.cdx" IN building
SET RELATION TO customer.Recnr INTO building ADDITIVE
Now i want to exit a browse over the two tables so i can see all fields and data from both tables.
Anyone