Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy Files using ShFileOperation
Message
 
 
To
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:
00754281
Views:
36
Hi Don,

I'm glad you got it to work. BTW, you would see this in VFP8 right away because it colors multiline comments properly know.

>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
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform