Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to make disappear standard VFP menu from .exe file ?
Message
From
18/02/2003 01:46:39
Dorin Vasilescu
ALL Trans Romania
Arad, Romania
 
 
To
18/02/2003 00:41:05
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00750366
Message ID:
00754351
Views:
37
Without it, VFP will not start event processing.
You must have this line in Activate method of your main form then.
Something like:
IF this.Tag <>'ReadEventsExecuted'
	READ EVENTS
	this.Tag = 'ReadEventsExecuted'
ENDIF
Don't forget to add
CLEAR EVENTS
in form Unload or QueryUnload event.

>>Do you have
>>
>>READ EVENTS
>>
>>command in your main prg?
>
>No, my main prg is a form and I don't have it. Is there any influences with it ?
>
>regards,
>
>Budianto
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform