Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #3K
~5K People Reached
Interests
Developing VBapplications
Favorite Forums
Favorite Tags

8 Posted Topics

Member Avatar for manutd4life
Member Avatar for Desiree_1
0
3K
Member Avatar for kothaisaravan

go to c drive documents and settings users start menu program files click on your programe drag your exe file to desk top

Member Avatar for IrshadIkhlas
0
170
Member Avatar for Mike Bishop

[code] Dim x As String = "96.5471447543161" x = FORMAT(X,"0.0") MsgBox(x) [/code]

Member Avatar for bLuEmEzzy
0
131
Member Avatar for Mike Bishop

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 …

Member Avatar for IrshadIkhlas
0
549
Member Avatar for gravikiran

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.

Member Avatar for IrshadIkhlas
0
261
Member Avatar for man924

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 ('" …

Member Avatar for IrshadIkhlas
0
276
Member Avatar for hafizurahman

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 & "', …

Member Avatar for IrshadIkhlas
0
144
Member Avatar for IrshadIkhlas

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

Member Avatar for Unhnd_Exception
0
534

The End.