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 #37.0K
~840 People Reached
Favorite Forums

5 Posted Topics

Member Avatar for thug line

There are lot of DATE functions in VB to use. Try any of them as you need in the program. . DateAdd, DateDiff etc.

Member Avatar for AndreRet
0
95
Member Avatar for Krs13

use a code (a number ) for each user and put it in every table. Or create the primary key of the table with some relation with the userid.

Member Avatar for kinwang2009
0
116
Member Avatar for Ranjinirao

Put the table names in a combobox and the user must select from the list to which table the data should go. Write the SAVE code in the click event of the combobox with enough validation checks. The data will be saved when the user selects the table name.

Member Avatar for bmpvkm
0
117
Member Avatar for Anila S

Just close the connection and open it after the report is refreshed Recordset1.MoveNext Loop ' HERE COME THE NEW CODE FROM ME............ ADConn.CLOSE: SET ADConn=NOTHING DOEVENTS 'HERE CODE ENDS .................... CrystalReport1.Reset CrystalReport1.ReportFileName = App.Path & "\StockReport.rpt" CrystalReport1.WindowState = crptMaximized CrystalReport1.WindowShowPrintSetupBtn = True CrystalReport1.WindowShowPrintBtn = True CrystalReport1.Action = 1 ' AGAIN …

Member Avatar for bmpvkm
0
207
Member Avatar for locsin

Using Datareport it is difficult to adjust the paper-size. It will use default paper-size of the printer even though nothing to print. If you want to print a small voucher / bill use the DOS mode printing, like printer.print "XXXX"

Member Avatar for bmpvkm
0
305

The End.