- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
8 Posted Topics
Re: have you tried with code i have sent earlier with seperate button instead of puting in form load | |
Re: go to c drive documents and settings users start menu program files click on your programe drag your exe file to desk top | |
Re: [code] Dim x As String = "96.5471447543161" x = FORMAT(X,"0.0") MsgBox(x) [/code] | |
Re: why You dont try directly from your project, please see below. Right click in Solution Explorer on Project name and click on ADD Item Select from the Templete view names "Crystal Report" In name field enter the name of report as example "TEST.rpt" and click ADD In crystal report document … | |
Re: advise if you are able to add new records in database. if not then today i replied for 2 threads, go through sane and apply. its very simple coding. | |
Re: Hi, Add Oledbcommand and Oledbconnection in Your project and create connection and in below coding do changes as requied and it will work. [CODE] Dim ROW As DataRow Dim Cmd As New OleDb.OleDbCommand OleDbConnection1.Open() ' With Cmd .CommandText = "INSERT INTO [TableName] (VERSION, SMASK, EQP, FCAP, JCAP, YCAP) VALUES ('" … | |
Re: Hi, compare your coding with below and do changes where is required and it should work. [CODE]Dim ROW As DataRow Dim Cmd As New OleDb.OleDbCommand OleDbConnection1.Open() With Cmd .CommandText = "INSERT INTO [MASKDATA] (VERSION, SMASK, EQP, FCAP, JCAP, YCAP) VALUES ('" & VERSION.Text & "', '" & SMASK.Text & "', … | |
Hi, Can anybody help me in getting the time differnece between 2 dates in time format HH:MM as example need time differnec between 23Dec 20:35 and 24DEC 3:10. I am able to get the difference for same date but failed to calculate for 2 dates. Thanks ![]() |
The End.