Results 1 to 6 of 6

Thread: [RESOLVED] Error without an error message

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2005
    Posts
    261

    Resolved [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
  •  



Click Here to Expand Forum to Full Width