Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy Files using ShFileOperation
Message
De
17/02/2003 16:16:03
Donald Lowrey
Data Technology Corporation
Las Vegas, Nevada, États-Unis
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00727693
Message ID:
00754245
Vues:
24
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform