Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GetPrinter()
Message
 
To
04/10/2011 16:52:01
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
01525443
Message ID:
01525638
Views:
54
>>I did trace it and it comes back to an error in the init of the class
>>Not sure waht that means...Mike had orignally said in his reply not to expect to see any code in the methods , so not exactly sure wahts happeing
>>
>>>>Hi Naomi. Tried that but get the same error.
>>>>Regards,
>>>>Gerard
>>>>
>>>I guess there may be the actual error in the class. Did you try to trace it?
>>>
>>>Probably Mike is the best to answer as the writer of the code.
>
>I used ReFox to decompile the class -- the ShowPrinter method has an error in a code line:
>
>
>LCFORMNAME = " " + LEFT(LCFORMNAME $ *(), AT()-1)
>
>
>Not sure what the developer is trying to do at this code line...

Get the formname like Letter, Legal, enveloppe etc...
But the real Line of code is (perhaps Refox has trouble with that one)
lcFormName = " "+Left(lcFormName, At(0h00,lcFormName)-1)
Previous
Reply
Map
View

Click here to load this message in the networking platform