Search:

Type: Posts; User: dharmeshdhabu

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Thread: Log out

    by dharmeshdhabu
    Replies
    7
    Views
    1,372

    Re: Log out

    Thanks for reply.
    I tried this code but nothing happens. Let me clear one thing that I initially created userforms in excel VBA and then exported to vb6. So they are named as userform. I tried to...
  2. Thread: Log out

    by dharmeshdhabu
    Replies
    7
    Views
    1,372

    Log out

    I have developed application with vb6. I have multiple userforms. I want a logout button code to unload all opened userform and load login form. Please guide me.
  3. Replies
    24
    Views
    4,644

    Re: insert rtf data into word file

    Ok thanks for guidance
  4. Replies
    24
    Views
    4,644

    Re: insert rtf data into word file

    At present I want to learn. Initially I created softwere as excel VBA only. So I have all tempalets in excel for printing. But then I had limitation of excel cell as it has fixed maximum hight and so...
  5. Replies
    24
    Views
    4,644

    Re: insert rtf data into word file

    Yes, I want word, PDF and excel files to be generated as most of the software provide. Please help me to solve it.
    Thanks
  6. Replies
    24
    Views
    4,644

    Re: insert rtf data into word file

    I want to paste table into excel file and I have table saved in RTB as rtf data and same in database. If I use RTB.text then plain text is pasted not the table. Please guide me.
  7. Replies
    24
    Views
    4,644

    Re: insert rtf data into word file

    My code is given below


    Sub printdischarge()


    'On Error GoTo ErrorHandler

    Dim cnn As New ADODB.Connection
    Dim rst As New ADODB.Recordset
  8. Replies
    24
    Views
    4,644

    Re: insert rtf data into word file

    Finally word file generation and table printing problem solved using clipboard copy and then paste.

    Now I wish to use similar method to print table into excel file but it shows error as "paste...
  9. Replies
    24
    Views
    4,644

    Re: insert rtf data into word file

    yes you are right. I have used word just to print data. Previously I was using datareport. Everything was ok except printing table. So I created word file to print table only. Thanks
  10. Replies
    24
    Views
    4,644

    Re: insert rtf data into word file

    Yes actually I want a table to be printed in word file which is saved as rtf data in database.
  11. Replies
    24
    Views
    4,644

    Re: insert rtf data into word file

    Yes actually I want a table to be printed in word file which is saved as rtf data in database.
  12. Replies
    24
    Views
    4,644

    Re: insert rtf data into word file

    Thanks for help. I used clipboard and it worked well. I have used it in a slightly different way(code given below). I wish to use same thing for excel but then paste method fails. Is there any way to...
  13. Replies
    24
    Views
    4,644

    Re: insert rtf data into word file

    Well I have table in RTB and I wish to print the same. If I use oDoc.Bookmarks.Item("LABS").Range.Text = RichTextBox1.Text then I get plain text without table.
  14. Replies
    24
    Views
    4,644

    insert rtf data into word file

    I have developed hospital managment system. I have rich text box in userform. I save it in access database as .textrtf. It is working fine. I have designed command to generated word file with...
  15. Replies
    8
    Views
    1,658

    Re: Link to server folder

    Thanks for your help. I could check if folder exist anf ifnot can create it. Thanks a lot.
  16. Replies
    8
    Views
    1,658

    Re: Link to server folder

    I got the solution with "vbNormalFocus". Thanks
    Is there a way that if the specific folder is not found vb will create it? Please guide me. Thanks
  17. Replies
    8
    Views
    1,658

    Re: Link to server folder

    Thanks for reply. VBA.Shell worked but only thing is it opens behind the application so I have to minimise application and then only can go to specified folder. Please help me so the I can open it in...
  18. Replies
    8
    Views
    1,658

    Re: Link to server folder

    Yes, actually I designed userform in excel VBA and then imported in vb6. I need a link on userform which on click directs to specific folder on server which contains PDF, word and other files. Path...
  19. Replies
    8
    Views
    1,658

    Link to server folder

    I have developed softwere with vb6. I want to place link of specific folder in userform. Folder is located in the server which is shared to all related computers. I want when ling is clicked, that...
  20. Re: Print Rich text box data with data report

    so can anybody guide me how to print table in datareport
  21. Print Rich text box data with data report

    I have developd hospital managment softwere. I use access as databse. I use datareport to print data. I have one field name "Investigation" which contains .textRTF data from richtextbox. My data are...
  22. Replies
    1
    Views
    1,153

    Rich text box

    I have developed hospital management software. I designed userform in excel vb and then transported to vb6. I have fields in patient discharge card which involves tables, bold letters, etc. So I need...
  23. Replies
    13
    Views
    2,357

    Re: Add table with grid in datareport

    well this post is about datagrid and I dont have datagrid control. I tried to get datafrid but I failed. Please give some other option for this problem
  24. Replies
    13
    Views
    2,357

    Re: Add table with grid in datareport

    Can anyone help me?
  25. Replies
    13
    Views
    2,357

    Re: Add table with grid in datareport

    should I post it as a new thread as there is no reply?
  26. Replies
    5
    Views
    1,172

    Re: Excel file remains opne

    Fantastic!
    This worked very well and now no problem. It is very smooth and fast. Thanks a lot for your kind help. I was troubled since many days. Once again thanks.
  27. Replies
    5
    Views
    1,172

    Re: Excel file remains opne

    Thanks for quick reply. My perpose is to open template excel file, write data in it and make it visible to user so that it can be used. It works fine on first time. If user wants to save it I use...
  28. Replies
    13
    Views
    2,357

    Re: Add table with grid in datareport

    Dear friends,
    I have developed application for patient data management. I have option for patient diacharge card. I have used access as database and datareport to print discharge card. I wish to add...
  29. Replies
    5
    Views
    1,172

    Excel file remains opne

    Dear friends,
    I have developed application with VB6. I wish to create excel file using template excel file. My programme works fine when I generate report first time. But when I close excel file...
  30. Replies
    13
    Views
    2,357

    Add table with grid in datareport

    Dear friends,
    I have developed application for patient data management. I have option for patient diacharge card. I have used access as database and datareport to print discharge card. I wish to...
  31. Replies
    4
    Views
    1,131

    Re: Data report

    I could remove that error with restructuring datareport. Now I have another problem. I wish to add "/min" after datafield Pulse. Also in BP I have two datafeld BPS and BPD. I need to combine them in...
  32. Replies
    4
    Views
    1,131

    Re: Data report

    Thanks for your help.
    I want to clarify one thing that I originally build project in excel vba and the exported forms to vb6. Now new commands could not be placed in userform. That's why I used this...
  33. Replies
    4
    Views
    1,131

    Data report

    I have developed application with vb6. At present I am using excel to generate report. I wish to shift to datareport for generation and printing data reports. I have written simple code to begin...
  34. Replies
    18
    Views
    3,021

    Re: Misreading of date

    Thank you very much. This formula worked nice. Now no troubles at present. Hope it will work for long time. Once again thanks.
  35. Replies
    16
    Views
    5,404

    Re: Fit to screen resolution

    well actual code is long. I am giving cide for form initialise as below.
    Private Sub UserForm_Initialize()

    On Error Resume Next
    Dim screenwidth, screenheight As Single



    Frame3.Visible =...
  36. Replies
    18
    Views
    3,021

    Re: Misreading of date

    Thanks for your keen interest and proper reply. Above code worked for me except one problem. It do not include end date means if I want to search 1 to 5, data of 1 to 4 i s displayed with missing...
  37. Replies
    16
    Views
    5,404

    Re: Fit to screen resolution

    well, application is developed originally in excel and then forms are imported to VB6.

    I tried changing scalehight to me.scalehight but it si not working.

    If anyone can suggest solution to this...
  38. Replies
    18
    Views
    3,021

    Re: Misreading of date

    I have converted textbox into date with below code but still it is not working
    Private Sub textbox14_AfterUpdate()
    On Error Resume Next
    Me.TextBox14 = Format(CDate(Me.TextBox14), "dd/mm/yyyy")
    ...
  39. Replies
    16
    Views
    5,404

    Fit to screen resolution

    I have developed application with vb6. I have to run it on different computers over network. All computers have different resolution. So form is misfit and certain filelds are cut. So I have placed a...
  40. Replies
    18
    Views
    3,021

    Re: Misreading of date

    SO it will not be possible to search by date using text box. I don't have DateTimePicker installed in my programme and I could not install in. If possible pl suggest some other way. Is it possible if...
Results 1 to 40 of 50
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width