I have a datagrid and have a button set in one of the columns. I assume I have to add a listbox to my form and populate it with the data I want. No problem there.
My problem is this. How do I determine the location at which to show the listbox ?? as this will change depending on which row...
I’m trying to use a DataGrid that has 6 columns, all 6 columns are populated from a recordset, the first 3 contain non editable data and the last 3 are blanks for the user to fill in with data.
My problem is that I don’t wont this DataGrid to be still connected to the backend database, I mearly...
As you can tell I'm not sure as to the correct phrase for this but what I'm trying to accomplish is that when a user types into a combo box the text is filled in with the most likely result in the list and have the curser remain in the same position in the string i.e.
List
----
ABC123
ACD321...
I've written a little application using a VB front end connecting to a SQL Server 7 Backend. Obviously I can connect to it and I've managed to installed the application on a different users computer but when I've tried running the application of various other users computers I get an error...
How do I access the properties of say a textbox on a data report from within a form before I show it ?
For a form its very easy... i.e.
frmTest.Label3.Caption = "1234"
But the above doesn't work on report objects ??? What am I doing wrong.
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.