![]() |
VB code problem (listbox)
Quote:
Spoiler:
I'll probably just hand it in like this. |
I'm making an exam generator with VB6 and I add items to several combos using SQL sentences. I hope you find it useful:
Private Function LoadComboData(tipo As Integer) As Integer If tipo = 1 Then SQL = "SELECT categoria.* FROM categoria ORDER BY categoria.ID" Set Consulta = DataBase.OpenRecordset(SQL, dbOpenDynaset) If Consulta.BOF And Consulta.EOF Then LoadComboData = 1 End if End Function |
Somewhat, but I just wanted to get this fixed somehow or just hand the thing in. Its a VB class for no prior experience so while I sorta understand that, I sorta dont as well. You probably know what I mean. For the most part, we copied most of this out of the book we use just to get an understanding of the process, but for some reason there is still an error here, even though thats what they have in the book. hehe.
|
You might notice that on that line the braces don't match. Durh.
|
You need to get a new teacher somehow...
|
Unbelievable, I looked through that line so much. Stupid teacher couldnt even see it either. Man I even took java for two semesters. LoL. Closed.
|
| All times are GMT -5. The time now is 08:01 AM. |
Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2026, vBulletin Solutions, Inc.