Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Insert Into not Appending
Message
De
10/03/2003 09:57:14
 
 
À
10/03/2003 09:46:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00763598
Message ID:
00763629
Vues:
10
>Joe,
>
>You're going to have to give us more information.
>
>I can't even tell what you mean here, and how you can tell.
>
>
>
>>Hello all -
>>
>>We just converted our application to VFP 7.0. The app contains an INSERT INTO command that suddenly isn't working correctly...it isn't appending a record, it is replacing. Has anyone seen this before? Any ideas on what could be wrong or how I can fix this?
>>
>>TIA!


Here is the code I am using:

Create Cursor serlist(inst_id I(4))
Select * From INSTANCE Where dc_grp == Padr(oapp.cgroup,15) And serial == Alltrim(SNINPUT.serial) Into Cursor SNINST

If _Tally > 0
Select SNINST
Scan
Insert Into serlist(inst_id) Values (SNINST.inst_id)
Endscan
Endif
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform