|
-
Jun 27th, 2006, 03:19 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] Error without an error message
I'm pulling my hair out
I have a table that contains 2 formviews
I have an "edit" button that changes the mode of the FV to edit as follows
FormView1.ChangeMode(FormViewMode.Edit)
This works fine, but when I add the line for the second formview;
FormView1.ChangeMode(FormViewMode.Edit)
FormView2.ChangeMode(FormViewMode.Edit)
I get an error when I build the app. However, there is no error message to tell me what is wrong. How can I isolate the issue?
Last edited by seidel1; Jun 28th, 2006 at 01:48 PM.
Reason: Issue Solved
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
|