Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is it possible to use this in Include file?
Message
From
08/11/2004 04:45:00
Christia Jupit Alburo
Witco International Trading Corporation
Caloocan, Philippines
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Is it possible to use this in Include file?
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
00959085
Message ID:
00959085
Views:
39
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
Next
Reply
Map
View

Click here to load this message in the networking platform