Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What is wrong with my code?
Message
De
22/09/2003 13:52:57
Julie Ball
Gardner Publications, Inc.
Cincinnati, Ohio, États-Unis
 
 
À
22/09/2003 13:39:08
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00831182
Message ID:
00831196
Vues:
26
>Julie,
>What are l_prcode, l_cocode etc ? Memvar or fieldname or both ?
>What is the selected table alias when you call this ?
>Buffering - row,table or none ?
>Where/When this is called - before/after tableupdate, tableupdate() call >syntax, moved off the row ? etc...
>Cetin

l_prcode is the process code (memvar and fieldname) and l_cocode is the company code (memvar and fieldname)

I should have included the entire code. Here is the missing code that should answer your other questions:
lnRelativeColumn = .RelativeColumn
Thisform.LockScreen = .T.
IF lnRelativeColumn = 1
	.ActivateCell( .RelativeRow, 2 )
ELSE	
	.ActivateCell( .RelativeRow, 1 )
ENDIF
.ActivateCell( .RelativeRow, lnRelativeColumn )
Thisform.LockScreen = .F.
SELECT ( .RecordSource )
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform