|
-
Sep 13th, 2010, 01:54 AM
#1
Thread Starter
New Member
Help on Search Form w/ Print
Hi guys..! I have a search form my inventory system... My problem is how can i display the ones i searched on the data report...
can anyone help me on this..?
Specification of my program:
1. VB6 coding
2. Access Database
-
Sep 13th, 2010, 02:04 AM
#2
Re: Help on Search Form w/ Print
Please provide more details and also what code are you using for the searching part ?
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Sep 13th, 2010, 02:22 AM
#3
Thread Starter
New Member
Re: Help on Search Form w/ Print
 Originally Posted by akhileshbc
Please provide more details and also what code are you using for the searching part ?
Well, the code that i'm using is VB6...
The details are these:
textbox
combo box
data grid
find button
cancel button
ok button
print button
these is the process:
1. typing the what i need to search to the textbox.
2. then, in combo box selecting the key item which is in the access database. example, if i type Horror then i'll select in the combo box the choice is book.
3. after that, all the horror books will be displayed on the datagrid.
4. (problem) print
-
Sep 13th, 2010, 02:28 AM
#4
Re: Help on Search Form w/ Print
4. Iterate through each row of the DataGrid and use the Printer object to print the contents.
-
Sep 13th, 2010, 02:32 AM
#5
Thread Starter
New Member
Re: Help on Search Form w/ Print
 Originally Posted by Doogle
4. Iterate through each row of the DataGrid and use the Printer object to print the contents.
how? i dont know how to do that...
-
Sep 13th, 2010, 02:46 AM
#6
Re: Help on Search Form w/ Print
There's a tutorial on using the Data Grid control here: http://www.vb6.us/tutorials/database...ntrol-tutorial
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|