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
~841 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Starfighter330

I am trying to set up some common dialogs but some how forgot how to do it. I have a menustrip set up just need to know how to apply a fontdialog and colordialog. Can anyone assit me with this, I need some help as soon as possible. I am …

Member Avatar for kvprajapati
0
155
Member Avatar for dhanashreegd

Dim strSql As String strSql = " set quoted_identifier off " strSql &= " declare @strSql varchar(150) " strSql &= " set @strSql = ""BackUp database SWAMC to disk = 'D:\SWAMC"" + Convert(varchar, getdate(), 112) + Replace(Convert(varchar, getdate(), 108), "":"", """") + "".dbb' with init,skip""" strSql &= " print @strSql" …

Member Avatar for pacificcode
0
104
Member Avatar for dhanashreegd

I am currently using a database within my program and I have no problem backing it up or restoring it when i am simply debugging. However if it is published and downloaded it cannot find the path that it needs to get to the database to copy it. My code …

Member Avatar for KillerOfDN
0
142
Member Avatar for dhanashreegd

i want to use color dialog box and i also want to pick up color from that dialogbox and use it as backcolor in the crystal report textboxobjet

Member Avatar for waynespangler
0
47
Member Avatar for dhanashreegd

If ColorDialog1.ShowDialog = DialogResult.OK Then Dim Text18 As TextObject 'Me.Color = ColorDialog1.Color

0
53
Member Avatar for dhanashreegd

how to remove selected item from combobox we tried this code but some error in this statement cbocode.Items.RemoveAt(cbocode.SelectedText)

Member Avatar for Jx_Man
0
58
Member Avatar for dhanashreegd

How to add multiple records from multiple table in Crystal Report

0
58
Member Avatar for dhanashreegd

Hi, I want help in displaying record of same challan no. into one textbox. I have feilds like challan no,sendqty,availableqty,balqty. if i fill one record of challan no 1, availableqty=1000,sendqty=500,balqty=500. next time when i am fill record of same challan no then i want availableqty=500 in textbox. I am using …

0
57
Member Avatar for dhanashreegd

Dim strSql As String strSql = " Select * from quazatoknitting where yarn_recchno= '" & txtchno.Text & "'" Dim strSql1 As String 'strSql1 = " Select rec_qty from recfromknitting where yarn_recchno= '" & txtchno.Text & "'" Dim da As New SqlDataAdapter(strSql + strSql1, objconnection) Dim dt As New DataTable da.Fill(dt) …

Member Avatar for Jx_Man
0
79
Member Avatar for dhanashreegd

I want to display multiple records from multiple table in datagrid Please help me, How I will use the datagrid in vb.net

Member Avatar for Jx_Man
0
88