Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append From HELP
Message
 
 
To
16/04/2002 10:38:09
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00645479
Message ID:
00645484
Views:
13
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform