Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update an from Visual Fox prox
Message
From
06/08/2004 17:09:32
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Update an from Visual Fox prox
Miscellaneous
Thread ID:
00931441
Message ID:
00931441
Views:
65
Dear all,
this code insert an image a new record
how I can make it to insert it in a specific record.


clocation=GETPICT()
?clocation
IF EMPTY(clocation)
RETURN
ENDIF
clocation=ALLTRIM(clocation)
CREATE CURSOR pictemp (pic G)
APPEND blank
APPEND GENERAL pic FROM &clocation
INSERT INTO studentinfo (picture, picture);
values (clocation, pictemp.pic)

by the way thank you for all help message that I got todsay regarding this matters. whish made me very frustrated. thank once again.
Next
Reply
Map
View

Click here to load this message in the networking platform