|
-
Nov 3rd, 2011, 06:16 PM
#4
Re: transferring multiple information from form to form
What did you expect this to do?
ElseIf lstPrint.GetSelected(intPrintInput) Then
Since it is an If statement, it has to evaluate to True or False. I would expect that to evaluate to True, but it might not.
I think you want that to just be an Else. After all, the If checks to see whether anything was selected, so to even reach this line, something must be selected. Presumably, you want to move those items across, regardless of which items was selected, though maybe you wanted to check for whether a certain item was selected....
My usual boring signature: Nothing
 
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
|