Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Correct Path command in report Ole control
Message
From
12/05/2004 17:31:09
 
 
To
12/05/2004 17:05:44
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00903375
Message ID:
00903389
Views:
14
If the data in lcFileName = emplyee.EmpNo is of type character
you might try
lcFileName = alltrim(emplyee.EmpNo) + ”.jpg”

if it's numeric you might try

lcFileName = alltrim(str(emplyee.EmpNo)) + ”.jpg”
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform