Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with Form's Error event
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Problems with Form's Error event
Miscellaneous
Thread ID:
00061821
Message ID:
00061821
Views:
71
Hi guys,

I'm having problem with Form's Error event. In my QueryUnload I have some code that checks for changes, and if saving was succesfull. In Error event I check for field validation rules and such. When Field rule is broken, I return .F. from Error event, but it seems it gets lost somewhere and my Save method returns .T. Anybody had this trouble? VFP 3.0b

snip..
QueryUnload

IF this.DataChanged() AND AskToSave = IDCANCEL
NODEFAULT
RETURN .F.
ELSE
llRetVAl = this.Save() <<<< even if error occur llRetVAl is .T.
IF !llRetVal
......
There were three worst disasters in the history of human
race in 20-th century:
1, Hiroshima 44
2, Tchernobyl 86
3, Windows 95
Next
Reply
Map
View

Click here to load this message in the networking platform