Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Treeview
Message
From
01/07/2002 04:54:27
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
30/06/2002 09:23:10
Issam Mansour
Jordan Business Machines
Amman, Jordan
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Miscellaneous
Thread ID:
00673582
Message ID:
00673776
Views:
16
>Hi,
>
>Thanks for your good help it are wonderful to read UT magazine June 2001 article.
>
>I am trying to use the H.FlexGrid but we are using tables with no database, can we able to use and how...?
>
>
>Thanks for your support
>
>Best regards
>Issam Mansour

You could use with free tables too. In that case instead of DBC, TestDataLoc points to a directory where free tables reside :
* Free table version
TESTDATALOC = sys(5)+curdir() && Free table directory
strCn = [Data Provider = MSDASQL;]+;
   [DSN=Visual FoxPro Tables;UID=;PWD=;SourceDB=]+TESTDATALOC+[;]+;
   [SourceType=DBF;Exclusive=No;BackgroundFetch=Yes;Collate=Machine;]
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform