Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is it possible to use this in Include file?
Message
De
08/11/2004 04:45:00
Christia Jupit Alburo
Witco International Trading Corporation
Caloocan, Philippines
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Is it possible to use this in Include file?
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
00959085
Message ID:
00959085
Vues:
40
We well developed a system called IRIS System .. It is integrated system in Sales and Inventory Syste and in Accounting...

For now on i use a free temporary table.. and that i'm using try catch for making them in temporary table.... like this one..
TRY
USE a_counter_inout EXCLUSIVE
GO TOP
ZAP
CATCH TO tblError
CREATE TABLE data\a_counter_inout;
(release l, ;
datein d, ;
returned l, ;
dateout d, ;
remarks c(200),;
coll_date d)
EXIT
FINALLY
CLOSE TABLES ALL
ENDTRY

And i really bad about this because free table sometimes it is corrupted ....

and the question of this... Is it good using this one as a include using a cursor...
and it is possible to use this..

INCLUDE FILE CONTENTS
#DEFINE Create_dt1 CREATE CURSOR test (lname c(30),fname c(30),mname c(30))

Command create_dt1
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform