Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error Trapping Issue
Message
From
28/10/2002 12:17:02
Alvin Lourdes
Children and Youth Services Cluster
Toronto, Ontario, Canada
 
 
To
All
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
Error Trapping Issue
Miscellaneous
Thread ID:
00716090
Message ID:
00716090
Views:
49
Hello,

When I close my app... I receive this error..

Unable to bind to field or DataMember: 'Style'


I have tried to catch this error but have not be able to...

This is my Form_Unload and Form_Terminate code:


Dim frmMyForm As Form

For Each frmMyForm In Forms
Unload frmMyForm
Set frmMyForm = Nothing
Next frmMyForm

Suggestions?

Thanks

Alvin
Reply
Map
View

Click here to load this message in the networking platform