Group: StrataFrame Users
Posts: 144,
Visits: 618
|
Hi there,
is there a way to access the public properties of a childform after being called by the parent with a childform-dialog like:
Dim nKunr as integer = 0
if me.childformxy.showdialog = dialogresult.ok
...nKunr = childformxy.nKundennr
Best regards
Thomas
|