Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Include Header Files Problem
Message
From
08/06/2001 05:51:33
 
 
To
08/06/2001 05:21:58
Jimi Lee
Pop Electronic Products Ltd.
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00516780
Message ID:
00516787
Views:
13
hi
you have to do like this :

define class oForm as form
autocenter=.T.
caption="Testing"

procedure queryunload
clear event
endproc
enddefine


CallForm.prg

#include "FormDefine.h"

if you create a header file you have to put "" :
if this didn't work so try to write the full path
of the header file
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform