Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP Variable Declarations Vs Visual Basic
Message
From
12/11/2003 12:16:10
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00848779
Message ID:
00849149
Views:
33
David

VB looks like this.

Dim TopLeftX As Long
Dim TopLeftY As Long
Dim BottomRightX As Long
Dim BottomRightY As Long
Dim PageNo As Integer
Dim strBarcode As String

PageNo = SoftekBarcode1.GetBarStringPos(1, TopLeftX, TopLeftY, BottomRightX, BottomRightY)

My implementation in VFP (I have tried several variations) is as follows:

PUBLIC TopLeftX, TopLeftY, BottomRightX, BottomRightY as Long


lcPage = thisform.OLEreader.GetBarStringPos (1, TopLeftX, TopLeftY, BottomRightX, BottomRightY)

Larry
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform