Search:

Type: Posts; User: kamalkumar2023

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Re: VB6 Program only working on Windows XP

    Thanks Friends,

    Arnoutdv : oh...so..Is any possibilities to decompile the exe ?? :o

    Peter Swinkels : Yes, I have tried. But it was not working..
  2. VB6 Program only working on Windows XP

    Hello All,

    The VB6 Program which having database MS Access and Crystal Report is Perfectly Working on windows XP. But when i try to install it in windows 7 or higher it was not working. It...
  3. Re: Read from database and show in form as checkbox

    Hello

    I understood your problem..you are selected the datatype of status field is Yes/No type in Database..I think if it is changed to Number type it is easy.. enter the data value 1 for true and...
  4. Replies
    16
    Views
    4,515

    Re: VB6 Application in LAN

    Very thanks to all for giving excellent ideas.
    sorry for little late due to understanding your difficult English. :confused:

    This is the way I've connected Access(.mdb) database.




    Public...
  5. Replies
    16
    Views
    4,515

    VB6 Application in LAN

    Hello Friends,
    I have developed the VB6 application with MS Access Database and Crystal report 8.5. The Software enables the user to add, edit, save records and more. It also having the total...
  6. Replies
    10
    Views
    1,403

    Re: Send Email

    Try this
    126647

    Before Sending mail you can configure your email,password and smtp in Command1_Click Code..

    Hope this help you

    Regards
    Kamal
  7. Replies
    14
    Views
    5,979

    Re: VB6 Project Not Loading.

    I replaced the ocx file from the another computer and registered it..The Project works without any errors...

    But in my forms (in this project) the components such as...
  8. Replies
    14
    Views
    5,979

    Re: VB6 Project Not Loading.

    Yeah!!! I found the OCX..

    I have added the reference and components one by one..when i'm adding the Microsoft Common Control 6.0 (mscomctl.ocx), it didn't add..it shows the not responding window...
  9. Replies
    14
    Views
    5,979

    Re: VB6 Project Not Loading.

    Thanks Stum, I have disabled the Internet Explorer and restarted the computer but still it is not working..
    My doubt was in the OCX & DLL files...

    DataMiser : The Problem which i'm was facing is...
  10. Replies
    14
    Views
    5,979

    VB6 Project Not Loading.

    Hello All,
    I have developed the project on windows 8.. I rebooted my OS (again Windows 8)..
    I have installed the Same Visual Basic Software..But when I open my project, it struck when Loading.....
  11. Re: Error while printing the report

    Thanks for your reply friends,
    I have solved my problem with two files.
    I have downloaded the files
    Crystl32.ocx And Crpe32.dll ( Both are version 8.0 )
    and placed in system32 folder.

    Now it...
  12. Re: Error while printing the report

    Thanks,
    Yep, i have searched in my PC. But i can't find these file.

    But when i put the different version of CRPE32.DLL, it shows the error 'crystl32.ocx or one of its compound not correctly...
  13. [RESOLVED] Error while printing the report

    Hello All,
    I have developed the software with Visual Basic 6.0. Database - MS Access. Reporting Software - Seagate Crystal Report 8.5
    It was Running Perfectly before i reboot my Operating...
  14. Re: How to give page numbers to Crystal Reports at run time (merge

    Hello Mr.NAGARAJ

    I think you know tamil.
    well...

    I need more details from you. how was you merged two crystal reports in vb6 ?? what is reportdocument ??
    Are you use Report Designer Component...
  15. Re: What's wrong in this code ? Please Help.

    Thanks guys..
  16. Re: What's wrong in this code ? Please Help.

    OK Mr.Passel
    I understand it.
    Thanks

    then how to get the number of days in the current month ??

    Thanks again.
  17. [RESOLVED] What's wrong in this code ? Please Help.

    Hello All,




    Private Sub Command1_Click()
    Dim totaldays As Integer

    totaldays = DateAdd("m", 1, Now) - Now
    MsgBox "Total Days in this Month = " & totaldays & ""
  18. Maintenance Space between the records Automatically

    Hello Friends,

    {Crystal report 8.5}
    How can i make the report with auto spacing between the records in Detail section?

    because sometimes total records will be 10 or 2 or any..(that is user's...
  19. Replies
    3
    Views
    953

    Re: Help Need

    thanks Mr.terry
    But how can i know the report was printed ???
    Because sometimes the user get back from the Crystal report viewer without printing it..
    i know you understand my problem...
    ...
  20. Replies
    6
    Views
    1,828

    Re: Changing papersize runtime

    which report software you are using ???
  21. Replies
    3
    Views
    953

    Help Need

    Hello All,

    I'm Finished my Reports and it works fine with vb6.

    How can i know the report was printed or Not ??

    Because sometimes i print the report that i already printed.

    how to notify...
  22. Replies
    7
    Views
    928

    Re: Please Help VB6

    Mr.HAMZA
    Thanks

    I'm showing little model for you..
    Mr.Arnoutdv is right...

    Thanks Again..
  23. Replies
    7
    Views
    928

    Re: Please Help VB6

    Thanks All...
  24. Replies
    7
    Views
    928

    Please Help VB6

    Hello All,




    Private Sub Command1_Click()
    On Error GoTo ERROR_HANDLER
    MsgBox "Hello"

    ERROR_HANDLER:
  25. Re: Record wise printing in vb 6

    Thanks Mr.Hamza.. I Already solved this thread. And same method of your...
    Thanks Again...
  26. Replies
    6
    Views
    1,512

    Re: Help need vb6

    thank you very much for all.... The problem for me for two days......it's solved

    Thanks Again...
  27. Replies
    6
    Views
    1,512

    [RESOLVED] Help need vb6

    Hello All,
    I have 40 forms, one form mainform , all another forms are subforms.
    when i open subform by the mainform, it open. But i click mainform, subform goes into back and mainform is in...
  28. Replies
    1
    Views
    812

    Re: msflexgrid search

    Hello codesearcher,




    Dim jrow As Integer
    For jrow = 1 To MSFlexGrid1.Rows - 1
    If MSFlexGrid1.TextMatrix(jrow, 1) = Text1.Text Then 'column 1 means your firstname column
    Text2.Text =...
  29. Replies
    5
    Views
    1,308

    Re: Please help vb 6

    Thanks Mr.Masoudk,

    I tested the program with that codes... But when i set SHOW IN TASKBAR = FALSE it automatically change to TRUE..

    i attached the program..you can check that...

    thanks,
  30. Replies
    5
    Views
    1,308

    Please help vb 6

    Hello All,

    I have finished my project. But Problem in my forms.

    When Message box open, form hides automatically... so i changed the property of
    'SHOW IN TASKBAR' = TRUE.(Estimate)

    Then it...
  31. [RESOLVED] Record wise printing in vb 6

    Hello All

    I'm Using Crystal Report to printing Records..

    In VB 6 i'm using this codes to retrieve Records from access



    With CR
    .ReportFileName = App.Path & "\Report\A4_WN.rpt"
  32. Replies
    10
    Views
    12,407

    Re: VB 6 And Crystal Report 8.5

    Thanks guys, I GOT IT



    Private Sub Command4_Click()

    With CR
    .ReportFileName = App.Path & "\Report\Checking.rpt"
    .ReplaceSelectionFormula "{R_Patient.regno} =" & Text1.Text & ""
    .Connect...
  33. Replies
    10
    Views
    12,407

    Re: VB 6 And Crystal Report 8.5

    Thanks Mr.masoudk

    My Question was HOW TO CONNECT ACCESS WITH CRYSTAL REPORT via ODBC with VB 6.

    here is my full code




    Private Sub Command4_Click()
  34. Replies
    10
    Views
    12,407

    Re: VB 6 And Crystal Report 8.5

    Thanks guys,

    masoudk1990 Thanks.. It works..But i need to use the crystal report control. not crystal report viewer..

    wes4dbt thanks.. but i got another error in the same line ... the error was...
  35. Replies
    10
    Views
    12,407

    Re: VB 6 And Crystal Report 8.5

    ohh...sorry..thank you
  36. Replies
    10
    Views
    12,407

    [RESOLVED] VB 6 And Crystal Report 8.5

    Hello All,

    I'm using this codes to connect CR



    Private sub Command2.Click()

    Dim crxTable As CRAXDRT.DatabaseTable
    Dim mReport As CRAXDRT.Report
  37. Replies
    4
    Views
    759

    Re: Screen Resolution Problem VB 6

    Thanks for your reply.. But it was not working..
    Thank you
  38. Replies
    4
    Views
    759

    Screen Resolution Problem VB 6

    Hello All,

    I developed my Application in 1366 x 768.
    But my client's resolution was 1024 x 768.
    so the objects are lost. i use this codes..



    Private sub Form1_Load()
  39. Replies
    2
    Views
    2,373

    Msflexgrid remove item

    Hello All,

    I'm Using MSFlexgrid. My Doubt was

    HOW TO REMOVE A ROW WHICH ROW'S CAPTION WAS 'HAEMOGLOBIN'(DELETE BY NAME NOT INDEX)

    In the Picture HAEMOGLOBIN Row in first. But that is user's...
  40. Replies
    10
    Views
    1,291

    Re: MSFlexgrid to Access

    Thanks

    Yep, I'm not using OPTION EXPLICIT.

    Sorry, I can't explain my problem because of my semi english...

    Thanks again for All,
Results 1 to 40 of 66
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width