Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Update an from Visual Fox prox
Message
De
06/08/2004 17:09:32
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Update an from Visual Fox prox
Divers
Thread ID:
00931441
Message ID:
00931441
Vues:
64
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform