User Profile

Collapse

Profile Sidebar

Collapse
jpezhil
jpezhil
Last Activity: May 2 '07, 02:35 PM
Joined: Sep 15 '06
Location: india(Now I'm In Srilanka)
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I Think into Statement Does Not Allow Order By Class
    So please remove Order by policyNumber statement

    STR = " SELECT * INTO PolicyCopy FROM Policy "

    Dim db As Database
    Dim PolicyRecordset As Recordset
    Set db = CurrentDb
    Set PolicyRecordset = db.OpenRecordse t("select * from policycopy order by policynumber")

    Thanking U
    ...
    See more | Go to post

    Leave a comment:


  • jpezhil
    replied to Check for File Existence in VB6.
    1.Ist Invoke Microsoft Scripting Runtime Reference in Our Project(in Code)
    2.In Declaration Part
    ex : dim fs as new FileSystem
    3.
    ' ex: FilePath and name app.path & "Filename"

    if fs.fileexists(a pp.path & "1.jas") then
    msgbox("File Found")
    else
    msgbox("File Not Found")
    endif
    ...
    See more | Go to post

    Leave a comment:


  • Plz Help Me(Drop Table Problem in SqlServer)

    If Iam drop one Table in Sqlserver the Table Name is an zzzz
    Fllowing Error Has Been Raised on My Sql Server

    Server: Msg 644, Level 21, State 5, Line 1
    Could not find the index entry for RID '167e82d3331000 300' in index page (1:236), index ID 2, database 'TESMASTER'
    Connection Broken

    SqlQuery: drop table zzzz
    Database Name : TESMASTER
    Plz Help Me
    ...
    See more | Go to post

  • jpezhil
    started a topic Need Stored Procedure Example program

    Need Stored Procedure Example program

    I Need Stored Procedure Example Program (Vb) Plz Send me
    (Insert,Delete, Update)
    Thanking U(For u'r Reply)
    See more | Go to post

  • jpezhil
    started a topic Need User Control Example Program

    Need User Control Example Program

    I Need User Control Example Programe Plz Help Me.
    Thanking U (For U'r Reply)
    See more | Go to post

  • jpezhil
    replied to Add New Line to String
    Use VbnewLine (Add New Line String)

    "TextArea" = "FullName: " & txtFirstName.Te xt & " " &_
    txtLastName.Tex t & VbnewLine & Course: " & strCourse &_
    VbnewLine & " Expiry: " & ddlExpireDay.Se lectedValue & VbnewLine

    ----
    Thanking U(For U'r Reply)
    See more | Go to post

    Leave a comment:


  • jpezhil
    replied to Movenext Events
    Private Sub cmdNext_Click()

    ''First If U Find Record Set is End Of line After If U Use Move Next Command

    If rstInvoices.EOF Then
    MsgBox ("At the last record")
    rstInvoices.Mov eLast
    exit sub
    End If
    rstInvoices.Mov eNext
    'display the record details
    Call showData
    End Sub
    Thanking U(For U'r Reply)
    See more | Go to post

    Leave a comment:


  • jpezhil
    replied to Filling Combo Box
    Are you sure that the fields ConditionCode, ConditionDesc aren't null? Have you created a proper connection?

    What is the Propose of this Code(I don't Know This One)
    =============== =============== =
    cboCondition.Te xt = "Select..."
    =============== =============== ==

    if U Check Null Values In Do Loop
    -------------------------------------------------
    cboCondition.Ad dItem...
    See more | Go to post

    Leave a comment:


  • jpezhil
    started a topic Need Chart Example Program

    Need Chart Example Program

    Hello Friends & My Brothers
    I Need Chart Example Program In Vb Plz Send Me
    - Jpezhil
    Thanking U(For U'r Reply)
    See more | Go to post
No activity results to display
Show More
Working...