really thanks I understand this nice way ! I know like this way for vs.net like this ;import examble vb project into C# project then in solution explorer click right Build after you can use this module into C# project like this
dogproj.moddog. Bark() this is the some with you !
I understand that we cant use directly use vb.net & c# code :(
but thanks for your help
User Profile
Collapse
-
Multi language and developemnt project
hi;
we are two coders and I know vb.net anothers know C# .We want to development a windows project.The project have got lots of module so we want to this soem module development with vb.net and some C# .Have can we use do this ? I heart asp.net project we will this but in windows for Have ?
thanks for Help -
thanks for info I found normal record set and change sql nothing relations
but this code is too important me thanks againLeave a comment:
-
recordsource not updatable
Hi ;
I use too mix query ( four relationship and main and child tables :) )
so that of couse my query is not updatable I agree this ! :(
but I want to different thing ; when form is open my mix query is run and take me all data but when I want to change some textbox (recordset dont allow me changing table data )I want to change textbox (not table data) after that I change textbox data with specially recordset in focus sub... -
recordset movenext dont create textbox
Hi I use this code ;
Dim tumrecord As New ADODB.Recordset
With tumrecord
strrecord = [sql code OK ]
.Open strrecord, CurrentProject. Connection, adOpenStatic
If .RecordCount > 0 Then
Do Until .EOF
Me.txt1 = .Fields("Order_ Number")
.MoveNext
Loop
End If
.Close
End With
my Sql code is ok that...
No activity results to display
Show More
Leave a comment: