Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create temp table and use it in report
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00558841
Message ID:
00558896
Vues:
27
>Well actually, that is what I do. I create a view from table and then in my report use those fields from the view. Want I wanted to do now is create a table with random name, then use those fields in my report.
>
>Thanks
>Nick Patel

Nick;

I guess I am missing something - I would do this.

Select * ;
from MyTable ;
into cursor MyCursor

Report form MyReport

There should be no reference to the table name in the report fields. Just the field names.

Why do you have to have a random name?

Tom
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform