|
-
April 25th, 2007, 05:24 AM
#1
Problem with calling a case statement from a case statement
i am trying to call a case statement from a case statement..it is throwing an error
if u can tell me where i am getting wrong
Select Case strOper
Case "Search for Product"
.ClearToQuery
.SetViewMode 3
.SetSearchSpec "Name", strProduct
.ExecuteQuery 1
strInstep = "Step 5:Checking for Product Name existence"
If .FirstRecord = strProduct Then
Goto Case "Search for Cost List"---------------it throws error here
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
|