Hi
How add, delete, insert, deactivate and activate a relation objects in the data environment
when the from is running writing code instead of use the form designer.
Does someone have any Idea?
IF YOU ARE THINKING ABOUT CODE... SOMEWHERE, WHERE IT IS SUITABLE IN ANY OF YOUR EVENTS,
to create the realation....
SELECT myParentDBF
SET RELATION TO myFieldName INTO myChildDBF
** myFieldName is the common field name linking the parent and the child. Assumed the childDBF is set in that order of the linking field.
If yo are adding an additional relation to another DBF
SET RELATION TO myFieldName INTO myChild2DBF ADDITIVE
to delete the relation...
myParentDBF
SET RELATION TO
Hope this helps you
ramani :-9
(Subramanian.G),FoxAcc, ramani_g@yahoo.com
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.