I use a toolbar with a button prior
in button.click() I call
lnResult = _screen.ActiveForm.Prior()
the ActiveForm is a class of mybasfrm
the code in ActiveForm.Prior() is mybasfrm:rior()
in mybasfrm:rior() I return a parameter
how can i get the return-value in ActiveForm.Prior()
I try:
paramters lnPar1
mybasfrm:rior()
or
lnPar1=mybasfrm:rior()
*********
if I have no code in ActiveForm.Prior() I get the paramter
in toolbar.button.click() I get the lnResult.
lnResult = _screen.ActiveForm.Prior()
lnRusult has 0,1,2 or. 3
TIA
ron
in button.click() I call
lnResult = _screen.ActiveForm.Prior()
the ActiveForm is a class of mybasfrm
the code in ActiveForm.Prior() is mybasfrm:rior()
in mybasfrm:rior() I return a parameter
how can i get the return-value in ActiveForm.Prior()
I try:
paramters lnPar1
mybasfrm:rior()
or
lnPar1=mybasfrm:rior()
*********
if I have no code in ActiveForm.Prior() I get the paramter
in toolbar.button.click() I get the lnResult.
lnResult = _screen.ActiveForm.Prior()
lnRusult has 0,1,2 or. 3
TIA
ron