Hey Guys
I have the following setup:
While printing Pick Tickes (OE) i set some code to run some checks right when print dialog screen appear, so when you click OK before loading print screen my form kicks in and do some auto printing if everything is ok and printing is good there is no need to keep showing Print Screen so I do: Unload 'myForm' which close my form but then it keep showing print screen, and I would like to close this screen at the same time i close my form, print screen info is:
packageID:SY
ScreenSetID: BIDRPT32
I have tried the following with no luck:
Unload BIDRPT32
Unload BIDRPT32.macForm
Unload BIDRPT32.macForm.Screen
Have any of you done something similar?,
I have the following setup:
While printing Pick Tickes (OE) i set some code to run some checks right when print dialog screen appear, so when you click OK before loading print screen my form kicks in and do some auto printing if everything is ok and printing is good there is no need to keep showing Print Screen so I do: Unload 'myForm' which close my form but then it keep showing print screen, and I would like to close this screen at the same time i close my form, print screen info is:
packageID:SY
ScreenSetID: BIDRPT32
I have tried the following with no luck:
Unload BIDRPT32
Unload BIDRPT32.macForm
Unload BIDRPT32.macForm.Screen
Have any of you done something similar?,