Macola/Flex 7.70 VB6 question
Macola/Flex 7.70 VB6 question
(OP)
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?,
RE: Macola/Flex 7.70 VB6 question
Then try again, plus some variations where you put oepikscn or macform in front of bidrpt32.
Let us now what you find.
Software Training, Implementation, Programming and Support for Macola Progression, Macola ES, Synergy, and Crystal Reports. Check out our Macola tools: www.gainfocus.biz/exceladdin.html
RE: Macola/Flex 7.70 VB6 question
RE: Macola/Flex 7.70 VB6 question
Software Training, Implementation, Programming and Support for Macola Progression, Macola ES, Synergy, and Crystal Reports. Check out our Macola tools: www.gainfocus.biz/exceladdin.html