Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why Can't I #DEFINE DV _vfp.startmode=0 ?
Message
 
 
À
22/07/2003 12:09:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00812415
Message ID:
00812428
Vues:
22
It sound like you don't have include file in your form. Double check and if it's there, try to recompile this form.

>This works from the command window.
>
>#DEFINE DV _vfp.startmode=0
>if DV
>  ? 'Works'
>endif
>
>why doesn't this work?
>
>file myInclude.h
>#DEFINE DV _vfp.startmode=0
>
>myForm
>  include file: myInclude.h
>
>myForm.Init()
>  if DV                         << triggers error "variable 'DV' not found"
>    .....
>  endif
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform