No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
computer technician
- Interests
- playing pokemon emulator games, playing counter strike, programming visual basic 6.0 playing chess,…
9 Posted Topics
Re: roll back your drivers recently installed in your pc | |
Re: is profile created.? just asking ^ _ ^ or the user account is created.? | |
Re: 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 ^ _ ^. | |
Re: 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 started from scratch you need to create it … | |
Re: 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 form should not disappear unless ur software has a problem. make the for visilble form1.visible= … | |
Re: [QUOTE=kkh86;351206]With rptSalesEnquiryChecklist Set .DataSource = ar .DataMember = "" With .Sections("Section7").Controls For i = 1 To .Count If TypeOf .Item(i) Is RptTextBox Then Select Case .Item(i).Name Case "txtAddress" .Item(i).DataMember = "" .Item(i).DataField = ar.Fields("Address").Name Case "txtSupplier_Company_Name" .Item(i).DataMember = "" .Item(i).DataField = ar.Fields("Supplier_Company_Name").Name Case "txtSupplier_Name" .Item(i).DataMember = "" .Item(i).DataField = ar.Fields("Supplier_Name").Name … | |
Re: [QUOTE=arvin2006;263507]hello to every one! have a nice day! pls help me how to arrange data alphabetically in the data report which came from the data environment designer.. i want to keep records in ascending form such as last name. i am creating a students record and i want that their … | |
[code] Adodc1.RecordSource = "Select * from brecord where month_borrowed = " & _ "'" & frmonth.txtmonth.Text & "'" Adodc1.Refresh Rptlibrarysystem.Show [/code] is my code alright do i have to set code in data environment or data report im using ms access the problem i'm having is printing a certain date … | |
Re: [code] 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 msgbox"id found ",,"id number match" with adodc1.recordset .delete .update end with msgbox"record deleted",,"employee deleted" exit sub end if msgbox"no id number match with … |
The End.