Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why Can't I #DEFINE DV _vfp.startmode=0 ?
Message
 
 
To
22/07/2003 12:09:49
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00812415
Message ID:
00812428
Views:
21
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform