Forum: JavaScript / DHTML / AJAX Jan 24th, 2007 |
| Replies: 0 Views: 854 Reply Back? need help on making an reply back in either VBScript or JavaScript or in ASP or in HTML, can some one please teach me I need it on my current project. please? |
Forum: Visual Basic 4 / 5 / 6 Jan 10th, 2007 |
| Replies: 1 Views: 1,421 Re: crystal report in vb6 Hi try this:^_^
With CrystalReport1
.ReportFileName = App.Path & "\Your report filename.rpt"
.SelectionFormula = "{asses.StudId}='" & txtStudNo.Text & " '"
.DiscardSavedData... |
Forum: Visual Basic 4 / 5 / 6 Jan 7th, 2007 |
| Replies: 3 Views: 1,221 Re: Need Time Code thnx for the reply,what this Time$ do and how does it work? can i use it with a combo box?, i really have no idea. |
Forum: Visual Basic 4 / 5 / 6 Jan 7th, 2007 |
| Replies: 7 Views: 1,082 Re: visual basic 1. use: RecordsetName.Addnew
then save by using: RecordsetName.Update
2.same as above
3. just bind the textboxes into their corresponding Fields inside your Database everytime you click the edit... |
Forum: Visual Basic 4 / 5 / 6 Jan 7th, 2007 |
| Replies: 8 Views: 2,775 Re: need help with user and password try this:
databaseName.Open "Select * from TableUserPass where FieldUser like '" & comboUser.text & "'and FieldPass like '" & textPass.text & "',connection,3,3
//Put this in your command button// |
Forum: Visual Basic 4 / 5 / 6 Jan 7th, 2007 |
| Replies: 3 Views: 1,221 Need Time Code I need help with my scheduling and I need a block of code to compare time . |
Forum: Visual Basic 4 / 5 / 6 Jan 6th, 2007 |
| Replies: 2 Views: 938 MDI Help! is there a way to determine which MDIChild form is currently active, when all of them are open at the same time. |