Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Print from Remote Printer etc...
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00664376
Message ID:
00664871
Vues:
26
>
>But I still have some question....
>Could You give me some samples about calling some excel or word files from foxpro, programmatically..
>I've Try once but it takes some time to make it coming...


Check UT Download section, file #9940 and file #9968, for example. If you've specific questions, just post them here on UT.

>My friend Try to relate 3 or more tables in query designer but there's some error saying that "SQL:COLUMN kd_afd ... not found", confuse in me cause i'm sure that the field 'kd_afd' is exist. But after he reduce it to 2 table in QD the query run fine... HOw could that happen...

The Query/View designer is quite limited and cannot handle complex selects. You'll have to code such query manualy.

>Oh one more thing...
>Which is faster, using seek, locate or Select * FROM.... (Query) to find a record...


INDEXSEEK/SEEK are the fastest. I think, Query is faster than LOCATE assuming that all required indexes are present. However, only tests against real data can tell full story.

>Thanks Again...

You're welcome.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform