Forum: Windows NT / 2000 / XP 18 Days Ago |
| Replies: 5 Views: 328 roll back your drivers recently installed in your pc |
Forum: Windows NT / 2000 / XP 18 Days Ago |
| Replies: 3 Views: 285 default installation would cause a computer to be on a workgroup since yousaid its clean install that means only administrator acount is available is join in server before u done clean installation |
Forum: Windows NT / 2000 / XP 18 Days Ago |
| Replies: 3 Views: 285 is profile created.? just asking ^ _ ^ or the user account is created.? |
Forum: Windows tips 'n' tweaks Jul 22nd, 2009 |
| Replies: 2 Views: 331 nice help men yeah you need a UPS and you need to learn how to save your work from time to time since you are developer that would be the first rule since its very hard to develop a program if you... |
Forum: Windows NT / 2000 / XP Jul 22nd, 2009 |
| Replies: 4 Views: 327 i think you need check the slot of your PCI E before changing your graphic card test it first in other computer i u have one. i it is one year i think your card i already full of dest ^ _ ^. |
Forum: Visual Basic 4 / 5 / 6 Nov 10th, 2008 |
| Replies: 2 Views: 692 do you have the code of the form and the message box
msgbox("hello",vbokonly,"hello ")the default form should not dissappear.
try adopting my code jireh hope it help you as far as i know the view... |
Forum: Visual Basic 4 / 5 / 6 Aug 12th, 2007 |
| Replies: 2 Views: 2,864 set datareport.datasource= ar |
Forum: Visual Basic 4 / 5 / 6 Aug 6th, 2007 |
| Replies: 7 Views: 3,366 SELECT * FROM Publishers ORDER BY State, City DESC
SELECT * FROM Publishers ORDER BY State, City ASC
try using that code publisher is the table name and state is the field |
Forum: Visual Basic 4 / 5 / 6 Aug 6th, 2007 |
| Replies: 1 Views: 1,824 Adodc1.RecordSource = "Select * from brecord where month_borrowed = " & _
"'" & frmonth.txtmonth.Text & "'"
Adodc1.Refresh
Rptlibrarysystem.Show
is my code alright do i have to set code in... |
Forum: Visual Basic 4 / 5 / 6 Aug 6th, 2007 |
| Replies: 3 Views: 4,991 private sub cmddelete_()
adodc1.recordsource="select * from employee where id " & _
"'" & txtid.text & "'"
adodc1.refresh
dim a as integer
a=adodc1.recordset.recordcount
if a=1 then
... |