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.

0 Endorsements
Ranked #107.70K
~106 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for Swapnilkadam

[QUOTE=Swapnilkadam;1419502]How create a Report in VB6.0. pls send me detail as early as possible.[/QUOTE] Private Sub PrintPreviewMainWarehouse() Dim RS As New Recordset Dim strPass As String If cmbCategory.Text = "Select All..." Then strPass = "SELECT tbl_products.product_code, tbl_products.description, tbl_products.pieces_qty, tbl_products.net_amount, tbl_products.vat_amount, tbl_products.gross_amount" & _ " From tbl_products" & _ " GROUP …

Member Avatar for romel.bunag
0
106

The End.