I am working within the VB6 framework and connected my form to an access database using ADO.
the compilation process works well, so in my immediate window or debug window nothing is stated. It is just one more active option button missing and thats that what my problem is.
Sorry, i pasted the code into the Form_load section and ran the program. But the form looks the same like ever. It is only shown ONE active optionbutton in the three optiopn frame. The other option frmae with the two buttons is empty (nothing checked).
I get the true/false value from a database...
Ok lets try it a little bit more clear:
- I have one great frame
- on that frame I placed 2 option button frames with on the one hand three option buttons and on the other hand two option buttons
- I like to handle these buttons in the frames last mentioned frames of course seperately ... to do...
Hi CCLINI,
thats what I already did. I grouped the three and the two option buttons seperately in on frame and placed these frames on another frame ... but the problem is the same.
Any other helpful ideas?
Thanks for setting the link from the other post!!!
Hello everybody,
I have a question concerning option buttons.
I arranged two parts of option buttons with on the one side three and the other side two buttons. So I have 2 separate options which should be made. I placed them both within one frame. Now I have the problem, that only one option...
Hello everybody,
I have a question concerning option buttons.
I arranged two parts of option buttons with on the one side three and the other side two buttons. So I have 2 separate options which should be made. I placed them both within one frame. Now I have the problem, that only one option...
Can please anybody help me with my last few code lines? Have a look to the code. PLEASE HELP !
MANY Thanks
'DETAILDATEN AUTHOR … OK
txtTextbox(0).DataMember = "HAUPTTABELLE"
Set txtTextbox(0).DataSource = eventhandler
txtTextbox(0).DataField = "attribut_haupttabelle"...
Thanks tedsmith,
currently I am working with an ado-control. I haev programmed the buttons previous, next, first ,last by myself. Can ypou give me a solution, how to solve my probling from this point of view?
I like to connect some tables stored in an MS Access database to textboxes, checkboxes and comboboxes. Connecting the main information (first table) in the database, which is related to entries in a combobox (second table) works well, but how can I bind a third table to a textbox, updating with...
I like to connect some tables stored in an MS Access database to textboxes, checkboxes and comboboxes. Connecting the main information (first table) in the database, which is related to entries in a combobox (second table) works well, but how can I bind a third table to a textbox, updating with...
Dear Forum,
I have a problem with connecting a database with more then one table to a VB-Form (please find the attached code for detailed information).
The tables in the database are connected by using id`s. So when moving a recordset of the main entry forward, all records in the tables which...
Dear Team,
I have connected an Access database to a special geographical program called ArcMap over a visual basic for application interface. Now I like to make ole-objects stored in the database visible in a window within the form. Are there any ole objects (bound controls) available in vba...
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.