Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~3K People Reached
Favorite Forums
Favorite Tags

8 Posted Topics

Member Avatar for locsin

Let's try this code.. I've been using it and it works excellent!! [code] Private Sub cmdPrint_Click() 'Print the grid with the top row as a title row FlexGridPrint Me.Grd, , , , , 1 End Sub [/code] And also this.. [code] Function FlexGridPrint(Grd As MSFlexGrid, Optional lOrientation As Long = …

Member Avatar for nor_d83
0
2K
Member Avatar for 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 in the "txttahun" textbox, it will only show the data that related …

Member Avatar for nor_d83
0
125
Member Avatar for 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. [code] Private Sub cmdCalculate_Click() Dim i As Integer Dim TAmt As Currency TAmt = 0 For i = 1 …

Member Avatar for nor_d83
0
134
Member Avatar for 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 system user have to set the value txtBudget in the form 1, so that it …

Member Avatar for nor_d83
0
143
Member Avatar for 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 the MS Flex Grid data (which is the money used). Can …

Member Avatar for nor_d83
0
172
Member Avatar for 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 "find" button by the related searching categories. Below are coding that i've used.. [Private …

Member Avatar for nor_d83
0
172
Member Avatar for 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 wizard options). Is there any way for me to make the combo-box field in the database …

Member Avatar for nor_d83
0
111
Member Avatar for 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 Control and ADO? How much are the differences, if you plz could explain it briefly. …

Member Avatar for nor_d83
0
181

The End.