Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append From HELP
Message
 
 
À
16/04/2002 10:38:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00645479
Message ID:
00645484
Vues:
14
What is relation between yourtable and histable?
SELECT * FROM yourtable,  histable ;
  INTO CURSOR crsTemp
SELECT mytable
APPEND FROM ( DBF("crsTemp"))
will add all posible combinations from yourtable and histable.


>Hi all,
>
>How to get a filename while appending the records from mytable.dbf ?
>
>select mytable with two fields
>dbftype empno#
>
>append from yourtable && contains only empno# field
>append form histable && contains only empno# field
>
>in order to have at the end in mytable two fields :
>
>dbftype empno#
>yourtable 10000
>histable 20000
>
>Please help in coding.
>TIA
>Paul
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform