CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: wilder1926

Page 1 of 4 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    1
    Views
    4,371

    VB6 - Extract 3 grid in single excel file

    Hello all

    I have 3 grids that i would like to extract in 1 single excel sheet but each MSHflexgrid will be paste in different sheets.

    I would also like to name the sheet by the MSHFlexgrid...
  2. Re: [VB6] - Connect Microsoft access 2010 dbase to a VB6 project issue

    Hi HanneSThEGreaT

    I just tried and same error


    Conn.Open


    Full code
  3. [VB6] - Connect Microsoft access 2010 dbase to a VB6 project issue

    Hello all

    I used to use this code bellow for accessing an access 2007 dbase but it looks like 2010 is not the same.
    I'm also on windows 7 64

    I have this error:
    "Run time error 3706 Provider...
  4. Re: Validate MSHFlexgrid1 cell with MSFlexgrid2 cell

    This is perfect.

    Thanks again for your help. Now it work.

    Have a great day
  5. [RESOLVED] Validate MSHFlexgrid1 cell with MSFlexgrid2 cell

    Hello all

    I have this code where i'm validating 2 MSHFlexgrid column to find if there is a same value:



    Text1 = UCase(Trim(Form61.MSHFlexGrid1.TextMatrix(r1, 5)))
    Text2 =...
  6. Replies
    10
    Views
    1,525

    Re: Transfer date to access dbase if issue

    You now what, i undrestand what you are saying and i will work on that, to name them properly.

    Thanks for telling me this. :)
  7. Replies
    10
    Views
    1,525

    Re: Transfer date to access dbase if issue

    Hello all

    I have found another way to do it. Maybe not the perfect solution but it works.

    Ex:

    For each DTPicker, when i select, il put's the sate date in a normal textbox.

    That way, if i...
  8. Replies
    10
    Views
    1,525

    Re: Transfer date to access dbase if issue

    ok, i just did the test also in Access and here is the issue in the picture in the attachment.

    In that field, it is a date format. but i did says that IIf(etape2.Text <> "", "[Etape2_date]", "'" &...
  9. Replies
    10
    Views
    1,525

    Re: Transfer date to access dbase if issue

    Hello again,
    ok, i will test it in access also

    I think i did not do the test right the first time.

    Really sorry.

    I forgot to test that part of the code:

    IIf(etape2.Text <> "",...
  10. Replies
    10
    Views
    1,525

    Re: Transfer date to access dbase if issue

    Hello WoF

    This is what i have has a result:

    INSERT INTO DBase_vignoble_personnalise ([Date_of_day], [Client], [Adresse], [Ville], [Province], [Code_Postal], [Telephone], [Cellulaire],...
  11. Replies
    10
    Views
    1,525

    Transfer date to access dbase if issue

    Hello all

    I'm trying to build this code so that it transfer all information into my Microsoft Access dBase.

    The problem is with this part of the code where i want to says these:

    1) If there...
  12. Replies
    5
    Views
    2,214

    Re: [RESOLVED] Send email VB6

    Hello firoz.raj. Let me try this and i will let you know the result

    Thanks
  13. Re: Send Microsoft calendar appointment vb6

    Hello dglienna

    Thanks again for your help, i will now use a LIVE.COM account.
  14. Re: Send Microsoft calendar appointment vb6

    ah! ok let me try something here.
  15. Replies
    0
    Views
    610

    Microsoft outlook email folder summary

    Hello all,

    I have a macro vb6 where i go in 1 folder in Microsoft outlook and then, extract some information for all of them in an excel sheet.

    Ex: msg.To / msg.Subject / msg.ReceivedTime...
  16. Re: Send Microsoft calendar appointment vb6

    I will take a look about that: You could SYNC it with a LIVE.COM account.

    I dont know much about LIVE,COM
  17. Re: Send Microsoft calendar appointment vb6

    OK, so with Microsoft Outlook, it would not work. Right?
  18. [RESOLVED] Send Microsoft calendar appointment vb6

    Hello all

    I'm having a code that creates an appointment in microsoft outlook. See code bellow.

    But now, what i want to do, is to be able to also send that calendar appointment to another email...
  19. Replies
    5
    Views
    2,214

    Re: Send email VB6

    Hello dglienna
    This is perfect. Now it working perfectly


    Dim OLApp As Outlook.Application
    Dim OLNameSpace As Outlook.Namespace
    Dim OLRecipient As Outlook.Recipient
    Dim OLAppt As...
  20. Replies
    5
    Views
    2,214

    [RESOLVED] Send email VB6

    Hello all

    I'm trying to modify this part of the code:


    'Set OLRecipient = OLNameSpace.CreateRecipient("test@hotmail.ca")


    Instead of putting the email in the code, i would like to use a...
  21. Replies
    8
    Views
    1,261

    Re: Filter grid1 with all last records

    Oh OK, i will search for it.

    I was kind of struggling
  22. Replies
    8
    Views
    1,261

    Re: Filter grid1 with all last records

    ok, this is based on multiple data base in access.

    Let me see what i can do here since i need to filter the grid by date and ACCESS_ID to get the last effective of each.
  23. Replies
    8
    Views
    1,261

    Re: Filter grid1 with all last records

    Ok

    So to populate my grid normally, i would use this:



    Dim sSQL2 As String
    Dim oRST2 As ADODB.Recordset
    Set oRST2 = New ADODB.Recordset
    Dim oConnect2 As ADODB.Connection
  24. Replies
    8
    Views
    1,261

    Re: Filter grid1 with all last records

    Hello all

    Hummm sorry for the double post, i did not even no it.

    Sorry for that

    Code is now fixed also.

    Now why excel, because it is a dbase extract from another department where i work....
  25. Replies
    8
    Views
    1,261

    Filter grid1 with all last records

    Hello all

    I need you help on this code please.

    What i need to do is to be able to filter my grid based on 2 criteria.

    In column 4 of every rows, i have ID for stores(Ex: 00167D)
    In column 5...
Results 1 to 25 of 98
Page 1 of 4 1 2 3 4





Click Here to Expand Forum to Full Width

Featured