Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP and ADO
Message
From
08/02/2000 11:44:33
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
08/02/2000 11:14:35
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00328681
Message ID:
00328868
Views:
27
>I try this too but i obtain the same message


Francis,
Would you try this :

- Remove HFlex part from init
- Add a command button
*Commandbutton.click
* Prepare HFlex Grid
with ThisForm.HFlex
  .Datasource = ThisForm.ADOData.Recordset
  for ix = 1 to .Cols - 1
    .MergeCol(ix) = .t.  && Merge cols
  endfor
  .MergeCells = 3
endwith	
Run form. After command window pops up again, click. If errors, check in debugger if "ThisForm.ADOData.Recordset" is .NULL.
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
Next
Reply
Map
View

Click here to load this message in the networking platform