User Profile

Collapse

Profile Sidebar

Collapse
beceri
beceri
Last Activity: Sep 13 '09, 02:36 PM
Joined: Nov 11 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • beceri
    replied to Multi language and developemnt project
    in .NET
    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
    See more | Go to post

    Leave a comment:


  • beceri
    started a topic Multi language and developemnt project
    in .NET

    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
    See more | Go to post

  • beceri
    replied to recordset movenext dont create textbox
    thanks for info I found normal record set and change sql nothing relations
    but this code is too important me thanks again
    See more | Go to post

    Leave a comment:


  • beceri
    started a topic recordsource not updatable

    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...
    See more | Go to post

  • beceri
    started a topic recordset movenext dont create textbox

    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...
    See more | Go to post
No activity results to display
Show More
Working...