What is the status for report designs - particularly bound to a data source? I've seen that DDOC is available for preview/print which I would use.
On the "data bound control" ... I recently was looking at an old book - Peter Norton's Guide to VB6. No, I've never seen a "PB migration" of that control, but unless I am mistaken there are several examples each of the required "pieces" here, most under "grid" control references.
Also, I can see that the new COM capabilities of the v9 compiler would make developing one of these for PB programmers a heck of a lot easier than it used to be. Don't be surprised if some ambitious person comes up with one in the relatively near future.
[ADDED]
For that matter, I recently did a 'generic' function to execute a SELECT from a database using ADO/OLE. That demo is here: Generic 'ADO' Connection and Query Tester (CC 5+/Win 9+) 11-02-08 . That will cleanly get you the query data as a string array, which is a good start to a 'data bound control.'
But now just yesterday I found another "column type" which can be returned : 8209 (decimal), which is VT_ARRAY|VT_UI1.... which is what Microsoft SQL Server returns for an "nVarchar" column. I'll have to add some code to the demo to handle that.
Leave a comment: