Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Alias name is already in use
Message
De
11/01/2007 05:35:16
Lutz Scheffler (En ligne)
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
 
 
À
11/01/2007 05:30:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 6
Divers
Thread ID:
01184464
Message ID:
01184466
Vues:
20
select ckey as 'csrkey', rch as 'ch', space(60) as 'locfle', space(60) as 'empname', space(60) as 'pos' from treeview ;
	into cursor csrtemp where alltrim(ckey)==nodeptr.key

use in csrtable
use (dbf([csrtemp])) again in 0 alias csrtable
select csrtable
use in csrtemp
Agnes
>I have this code in a command button:
>
>
>select ckey as 'csrkey', rch as 'ch', space(60) as 'locfle', space(60) as 'empname', space(60) as 'pos' from treeview ;
>	into cursor csrtemp where alltrim(ckey)==nodeptr.key
>
>use (dbf([csrtemp])) again in 0 alias csrtable
>select csrtable
>use in csrtemp
>
>
>After clicking this button on the 2nd try, I get the error alias name is already in use.
>
>How can I resolve this?
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform