Search Results

Showing results 1 to 28 of 28
Search took 0.01 seconds.
Search: Posts Made By: nor_d83
Forum: Visual Basic 4 / 5 / 6 Mar 29th, 2009
Replies: 11
Views: 4,209
Posted By nor_d83
Ops..forgot to mention.. Grd is the name for that MSFlexGrid..
Forum: Visual Basic 4 / 5 / 6 Mar 29th, 2009
Replies: 11
Views: 4,209
Posted By nor_d83
Let's try this code.. I've been using it and it works excellent!!


Private Sub cmdPrint_Click()
'Print the grid with the top row as a title row
FlexGridPrint Me.Grd, , , , , 1
End Sub

...
Forum: Visual Basic 4 / 5 / 6 Mar 21st, 2009
Replies: 1
Views: 473
Posted By nor_d83
Ops... Actually it's because of my own mistake.. :D I have put 'kategori', a field that is not in the data1 itself. Haha!
Forum: Visual Basic 4 / 5 / 6 Mar 19th, 2009
Replies: 1
Views: 473
Posted By nor_d83
Hello everybody.. I have tried to use these codes that I got from a book. I'm using MSFlexGrid, with the Grd name. It was set to be invisible (false visible). And when i enter the year (tahun) needed...
Forum: Visual Basic 4 / 5 / 6 Mar 12th, 2009
Replies: 1
Views: 416
Posted By nor_d83
Private Sub cmdPapar_Click()
If optall.Value = True Then
Data1.RecordSource = "SELECT Hari, Bulan, ID, Kategori, Status, Jumlah_lulus, Nama FROM permohonan"
Data1.Refresh
Grd.Visible = True
Else...
Forum: Visual Basic 4 / 5 / 6 Mar 5th, 2009
Replies: 1
Views: 416
Posted By nor_d83
Hello everybody.. I have a form in my project, that's having a Grd name MSFlexGrid and a Data1. Besides, it also have a cmdCalculate and cmdExit button. Their codes are below.

Private Sub...
Forum: Visual Basic 4 / 5 / 6 Jan 30th, 2009
Replies: 3
Views: 673
Posted By nor_d83
Ok, i've got the answer.. It's just about to link the TextBudget08 on each forms to the sama database.. It's that easy.. Hehe..
Forum: Visual Basic 4 / 5 / 6 Jan 27th, 2009
Replies: 3
Views: 673
Posted By nor_d83
Thanx bro for your useful info. It works well, that i used code as below, modifying the code u gave.

In form 1
Private Sub cmdConfirm_Click()
Dim Budget08 As Currency
Budget08 =...
Forum: Visual Basic 4 / 5 / 6 Jan 24th, 2009
Replies: 3
Views: 673
Posted By nor_d83
Hello everybody.. Here I have a question regarding my “Budget System” project. It’s about to link the annual budget amount (txtBudget) from form 1 to the (txtBudget) in the form 2. It means that the...
Forum: Visual Basic 4 / 5 / 6 Jan 14th, 2009
Replies: 10
Views: 1,166
Posted By nor_d83
Thanx to all of you, teachers... I'm sorry for being so dumb before this.. Hehe.. It was alreasdy solved.. But, the 8th column need to be changed ti 7th column.. K, thanx lot..

[Private Sub...
Forum: Visual Basic 4 / 5 / 6 Jan 11th, 2009
Replies: 10
Views: 1,166
Posted By nor_d83
What if like this... I have to put the budget value first in the txtBudget, then I need to click the cmdCalculate to have the balance calculated being in the txtBalance.... I really need a detail...
Forum: Visual Basic 4 / 5 / 6 Jan 11th, 2009
Replies: 10
Views: 1,166
Posted By nor_d83
Plz sumbody.... Plz tell me, how to use the codes Venna gave me.. I really don't have the idea where to put the codes.. FlexGrid is a new thing for me.. It looks come to the solved, but i can't make...
Forum: Visual Basic 4 / 5 / 6 Jan 9th, 2009
Replies: 10
Views: 1,166
Posted By nor_d83
Sorry... But, it didn't work.. Maybe, because i don't know how and where to use it.. I copied and pasted the latest codes by Venna in the private Sub Grd_Click like below..

Private Sub Grd_Click()...
Forum: Visual Basic 4 / 5 / 6 Jan 9th, 2009
Replies: 10
Views: 1,166
Posted By nor_d83
Thank you Comatose,
After i rename it to Grd, the error disappear..
But still, i can't figure out how can it works..
What if my plan being like this..
I have to put first, the value of budget...
Forum: Visual Basic 4 / 5 / 6 Jan 8th, 2009
Replies: 10
Views: 1,166
Posted By nor_d83
Actually, I'm using FlexGrid to display the budget database records. I've tried the codes given by Veena, but it displays the 424 error, and debug at the line below..

For i = 1 To Grd.Rows-1
...
Forum: Visual Basic 4 / 5 / 6 Jan 7th, 2009
Replies: 10
Views: 1,166
Posted By nor_d83
Hello there,
I am doing my 'budget control system', and I want to make substraction from the value i entered in a textbox (budget for the year), with the sum of all the value in the 8th column of...
Forum: Visual Basic 4 / 5 / 6 Nov 22nd, 2008
Replies: 8
Views: 1,088
Posted By nor_d83
Both of u are great VB teachers! Thanx lot for your generously help and guides. May God bless u always...
Forum: Visual Basic 4 / 5 / 6 Nov 18th, 2008
Replies: 8
Views: 1,088
Posted By nor_d83
Thanx lot Juanon for the knowledges given to me.. I tried it... But VisData cannot even display the database. It said,"Unrecognized database format. Number 3343, Display the data access errors...
Forum: Visual Basic 4 / 5 / 6 Nov 18th, 2008
Replies: 8
Views: 1,088
Posted By nor_d83
So far, i had used [Data1.Recordset.Seek "=", "'" & SearchStr$ & "'"] as recommended. And then, the recordset was and is in TABLE mode.. But, the result is still the same error.. Which is 'Run-time...
Forum: Visual Basic 4 / 5 / 6 Nov 18th, 2008
Replies: 8
Views: 1,088
Posted By nor_d83
Thanx for your reply.. Could you plz tell me how to define the INDEX, and what is it actually? plz...
Forum: Visual Basic 4 / 5 / 6 Nov 18th, 2008
Replies: 8
Views: 1,088
Posted By nor_d83
Hello everybody...
I'have bound a database to my form, and it displays the record of some fields from my database. I want to make the displayed record so that it can be searched by clicking the...
Forum: Visual Basic 4 / 5 / 6 Oct 1st, 2008
Replies: 4
Views: 842
Posted By nor_d83
Thank you sir.. Now I've already found the Data Combo Control.. But, there were problems occured in this trial project. I can't list the lists of month and year that i put in the "Month and year"...
Forum: Visual Basic 4 / 5 / 6 Oct 1st, 2008
Replies: 4
Views: 842
Posted By nor_d83
I'm using VB 6.0 with service pack 6.0, but i found there are no such Data Combo Control in the Components option. There are only things like Data Bound, DataGrid, DataList and DataRepeater.. Can u...
Forum: Visual Basic 4 / 5 / 6 Oct 1st, 2008
Replies: 5
Views: 923
Posted By nor_d83
I see... Thank you sir, for your kindly explaination...
Forum: Visual Basic 4 / 5 / 6 Sep 29th, 2008
Replies: 5
Views: 923
Posted By nor_d83
Bcoz i've read that using the ADO in more complex... What's meant by that complex?
Forum: Visual Basic 4 / 5 / 6 Sep 29th, 2008
Replies: 5
Views: 923
Posted By nor_d83
Thank you brother for your explaination.. But, is there any differences in writing the database coding, between those two?
Forum: Visual Basic 4 / 5 / 6 Sep 29th, 2008
Replies: 4
Views: 842
Posted By nor_d83
As a beginner VB 6.0 user, i have tried to make a simple database-link VB project. There were problems when i used a Microsoft Access Database which have some combo-boxes field (made by look-up...
Forum: Visual Basic 4 / 5 / 6 Sep 29th, 2008
Replies: 5
Views: 923
Posted By nor_d83
Hello,
I'm a beginner VB 6.0 user, and I would like to know something about it. Is there any difference in coding (for the same purpose) between a database oriented VB projects using the Data...
Showing results 1 to 28 of 28

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC