I'm trying to build a user control that has an "editable" flexgrid. I've looked at the FAQ 222-3262, but it doesn't address my problem. I am using the following code to position the text box:
With hflexgrid
txtDataEntry.Text = .Text
txtDataEntry.Visible = True
txtDataEntry.Move _...
I have a MS Hierarchical FlexGrid (MSHFlexgrid) that displays data from an ADO recordset. The grid is not bound to the recordset, I insert the data a row at a time using the AddItem method. I would like to provide users with the ability to move the columns around per the example on MSDN...
I have an XSD file that defines all of the elements that I need to output information from my application. Is there a way to read the XSD in Visual Basic 6 and then use that information to create the appropriate XML tags for the output I have to generate?
The amount of data exported from this...
My boss has recently asked the question, "If we migrate to C# will it still be a viable language in five years?"
Can anyone point to resources, articles, or relatively unbiased opinions that address that question? He comes from a C++ background and wants to make sure that whatever we move to...
Hello. If you can help me with a link to an explicit example or a snippet of code, I would appreciate it. I have an application that needs to call an Oracle stored procedure and pass several parameters for both input and output. One of the output parameters is a recordset type (pl/sql table)...
I have done quite a bit of searching for the answer to this question, but I'm still getting errors.
I have a VB 6.0 application that needs to add files to an MS Access database. I have set up the DB with a single table with two columns, a key field and an OLE Object field. I need to add...
I have been asked to produce a product that adds a button to the print preview screen of MS Access. When the user clicks the button the VB6 application will respond by collecting a snapshot of the print preview screen and transferring a bunch of data from one database to another. In the...
I have an Access report that gathers data from a set of queries. A portion of the report is in a subform. I would like to restrict the results of the subform query to a single record that keys on the value of a databound text box on the main form. Is this possible without user interaction...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.