Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Friday, November 27, 2009 11:09:09 AM(UTC)

jazzdoc  
jazzdoc

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?
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Tuesday, December 1, 2009 6:38:50 AM(UTC)
Maen Hasan

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
File Attachment(s):
Ltocxu.tlh.txt (329kb) downloaded 24 time(s).
 
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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.136 seconds.