Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple Insert to a remote view!!!
Message
From
13/05/2003 10:09:06
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Multiple Insert to a remote view!!!
Miscellaneous
Thread ID:
00787703
Message ID:
00787703
Views:
46
I try to insert multiple records into a remote view, I have a Listbox with the multiselected option

WITH THISFORM.LIST3
FOR i = 1 TO .ListCount
IF .Selected(i)
nNumberSelected = 0 && a variable to track the number
nNumberSelected = nNumberSelected + 1
l_usc_number=pset2.usc_number
l_cmf_code=pset1.cmf_product_pack_number
l_cmf_name=pset1.cmf_product_name
INSERT INTO prodset_val_exp (cmf_product_pack_number,usc_number,cmf_product_name) VALUES (l_cmf_code,l_usc_number,l_cmf_name)

ENDIF
ENDFOR
endwith

but this return a error, can some one help me
Next
Reply
Map
View

Click here to load this message in the networking platform