|
-
Nov 7th, 2000, 08:10 PM
#1
Thread Starter
Member
i have a timer event in my app that checks a condition, if the condition is true then i popup a display form, however; i get an error if a modal form is already open. i have good error code in my app. the very first line is similiar to this.
On Error GoTo Timer1_Timer_Err
but on my timer event condition true i have to do something like this to keep from getting an error.
On Error Resume Next
frmCalendarReminder.Show
On Error GoTo Timer1_Timer_Err
is there a way to detect an open modal form, then i can just wrap the form.show around and if statement. thanks...
jj
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|