Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy Files using ShFileOperation
Message
From
17/02/2003 16:16:03
Donald Lowrey
Data Technology Corporation
Las Vegas, Nevada, United States
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00727693
Message ID:
00754245
Views:
29
Good afternoon Sergey

Problem Solved! VFP was reading first line of code as a continuation of a comment; like this:

*NumToLONG(_screen.hWnd) + ;
lcFileOpStruct = NumToLONG(frmmyform.hWnd) + ;

and therefore not reading the lcFileOpStruct block of code.

All I had to do was separate the lines with a blank line, like this.

*NumToLONG(_screen.hWnd) + ;

lcFileOpStruct = NumToLONG(frmmyform.hWnd) + ;


It works fine now.

Thanks
- Don Lowrey
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform