Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using tables over network
Message
De
26/11/1999 11:43:38
 
 
À
26/11/1999 11:35:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00295714
Message ID:
00295780
Vues:
23
I use a variable called autoincrement. When it equals true, I do this code in the add button

if autoincrement = .T.
select (tablename)
private oldord
M.OLDORD = ORDER()
set order to &indexname desc
go top
store &fieldname to m.oldnum
m.newnum = m.oldnum + 1
SET ORDER TO &OLDORD
endif

APPEND BLANK


if autoincrement = .T.
* insert form.fieldname.value = m.newnum and set
* form.fieldname.readonly = .T.

&formfield = m.newnum
&formfield2 = .T.
endif

the formfield is a hidden textbox on my form, that dipslays the new number and its control source is assignment.assignid which is the index in the table.

The problem is when I click add on both machines the assignid = 14

Thanks,
Tyler
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform