|
-
Jul 26th, 2002, 05:10 AM
#1
Thread Starter
New Member
No value given for one or more parameters
I am writing an application that uses the code:
Me.AddOwnedForm(frmLI)
frmLI.ShowDialog()
If InitData() = False Then
End If
When I get to the line frmLI.ShowDialog() I get the error:
No value given for one or more parameters
And then the form loads. Anybody got any ideas on why I get this message? Please advise.
Also, when I place the 'offending' code in a try block it doesn't raise an exception! Sheesh...
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
|