This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Friday, November 27, 2009 11:09:09 AM(UTC)
Groups: Registered
Posts: 1
I'm trying to upgrade from version 11.5 to version 16 of the active X control, using Visual Foxpro 9. Assigning a parameter with an underscore fails with an error message that the variable is not found. Parameters without an underscore are fine.
THISFORM.lead1.AutosetRects=.T. (works)
THISFORM.Lead1.PaintSizeMode=paintsizemode_zoom (fails)
Any ideas?
#2
Posted
:
Tuesday, December 1, 2009 6:38:50 AM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
The value of .T. is defined in VFP itself. The value of PAINTSIZEMODE_ZOOM is defined in our Main OCX type library.
If FoxPro can't see these constants, you can use their values instead.
The value of PAINTSIZEMODE_ZOOM is 4. I'm attaching a text file (automatically generated using Visual C++ 6) that contains the full contents of the type library.
Thanks,
Maen Badwan
LEADTOOLS Technical Support
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.