Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Array not showing updated record
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Array not showing updated record
Divers
Thread ID:
00670174
Message ID:
00670174
Vues:
62
If I insert a value into a view, then try to find the value from the view by selecting to an array, the value doesn't appear. The array returns back empty. I know the insert was successful because when I go and look at the table, the data is there. I'm I doing something wrong here?


cursorsetprop('sendupdates', .T.,'lv_veh')
Insert into lv_veh(v_no) value (alltrim(.txtv_no))
tableupdate(.t., .t., 'lv_veh')
vno = alltrim(.txtV_no.value)
select lv_veh.v_id FROM lv_veh WHERE ALLTRIM(lv_veh.v_no) == ALLTRIM(vno) into array a__gen2

Thanks
Nick Patel
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform