Search:

Type: Posts; User: RocketRon

Page 1 of 12 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    20
    Views
    1,904

    Re: Microsoft Activex Data Objects 6.1 Library

    189273189274
  2. Replies
    20
    Views
    1,904

    Re: Microsoft Activex Data Objects 6.1 Library

    Hi
    All Code Used is VB6
    I have a project and I want to use ADODC to connect to database I go to Project References tick MS Activex Data 2.8 or 6.1 Library
    but it fails to show as a select-able...
  3. Replies
    20
    Views
    1,904

    Microsoft Activex Data Objects 6.1 Library

    Hi
    The above library is selected in references but does not appear in Toolbox List for selection
    Can you help please VB6 with Windows 10
  4. Replies
    2
    Views
    527

    VB 6 Immediate Window Missing

    Hi
    In my vb project I have lost the immediate window tried searching around edge of form tried ctl g still no luck can anyone help please
  5. Thread: Savesetting

    by RocketRon
    Replies
    1
    Views
    631

    Savesetting

    I have this code in a project


    VB6
    SaveSetting App.EXEName, "Counter", "Score", txtAdd
    SaveSetting App.EXEName, "Counter", "TopScore", TS


    Score does not update
  6. Replies
    6
    Views
    1,145

    Re: correctionstring error

    I have a form called frmTop which has a ado called adoFind all in vb 6
  7. Replies
    6
    Views
    1,145

    correctionstring error

    I had to do a restore and since then my VB6 project flags an error on the connectionstring
  8. Replies
    10
    Views
    1,555

    Re: Starting a vb6 project from a class

    Hi Peter
    When I mirror the relevant code from my old project to a new project it fails to start the project but it works fine in the one I posted the code for
    I am self taught on VB and sometimes I...
  9. Replies
    10
    Views
    1,555

    Starting a vb6 project from a class

    Hi
    I found some code sometime ago and created a class to open a project and load a datagrid I am trying to create a new project with a similar startup but I cannot get it to work here is my original...
  10. Replies
    4
    Views
    1,033

    Re: Textbox Control

    Hi SamOscarBrown
    Thanks for the help all working as I wanted
  11. Replies
    4
    Views
    1,033

    Re: Textbox Control

    Hi Eduardo Thank you for your help I will try that later
    RocketRon
  12. Replies
    4
    Views
    1,033

    Textbox Control

    Hi On a form I have 22 textbox's all of them have the enabled property set to false can I
    change 12 textbox's enabled to true in a similar way as my example The textbox's are in a Array txtSum()

    ...
  13. Replies
    2
    Views
    1,013

    Re: Maskedbox.Mask

    Hi techgnome
    Thanks for your help you were right some how it had changed to a picturebox but works ok now
  14. Replies
    2
    Views
    1,013

    [RESOLVED] Maskedbox.Mask

    Hi
    I am really stumped I want to use a MaskedBox on a form so I can sort for different Masks

    VB6

    Private Sub Form_Load()
    frmTopFront.adoBanking.Recordset.MoveFirst
    mebPCode.Mask = "&&& &&&"
  15. Replies
    4
    Views
    1,209

    Re: updating DatabaseGris from vb6

    Hi Explain Not working when I run the code I have no input to the datagrid or access table I have set the ADODB as before so I hope thats correct


    'Banking 1
    Set Rsb = New ADODB.Recordset...
  16. Replies
    4
    Views
    1,209

    updating DatabaseGris from vb6

    I want to update a database grid from vb this is my code which is not working



    Private Sub Update_Bank_Balances()
    Set Titles = New clsTitle

    With frmTopFront.adoSo*****k.Recordset
    ...
  17. Replies
    13
    Views
    2,867

    Re: VB6 and Access 2007

    Hi
    I could not get the file to work at all using *.accdb so I have gone back to *.mdb thanks to all for there input
  18. Replies
    13
    Views
    2,867

    Re: VB6 and Access 2007

    Hi LaVolpe
    HP Computer running Windows 10 64 bit with access and VB6 running on 32 bit
  19. Replies
    13
    Views
    2,867

    Re: VB6 and Access 2007

    Hi LaVolpe
    HP Computer running Windows 10 64 bit with access and VB6 running on 32 bit
  20. Replies
    13
    Views
    2,867

    Re: VB6 and Access 2007

    Hi LaVolpe
    I looked up the instructions on google I completed those so I think I have done that but as I cannot run the project
    I must have done something wrong could yo send explicit...
  21. Replies
    13
    Views
    2,867

    Re: VB6 and Access 2007

    Hi dilettante
    I tried all your examples and I was able to connect but when I run the project I get the following error message
    "ODBC Driver Manager Data Source Name not found and no default driver...
  22. Replies
    13
    Views
    2,867

    [RESOLVED] VB6 and Access 2007

    I am using VB6 and Access 2007 on windows 10 I wanted to save a backup of the access db and problems started the code I use to open the db in
    VB from within a Class Module

    strConn.Open...
  23. Replies
    3
    Views
    1,458

    Re: Check Password Input

    Hi Gibra
    Thanks for your post works as I want
  24. Replies
    3
    Views
    1,458

    [RESOLVED] Check Password Input

    Visual Studio VB6


    In the form load I set the passwordchar
    Me.txtNewPass.PasswordChar = "#" when I type into txtnewpass I see # and not the char input OK so far
    I want the user to be able to...
  25. Thread: Passwords

    by RocketRon
    Replies
    6
    Views
    1,906

    Re: Passwords

    Thank you all for your posts and comments I will think on these and hopefully resolve my problem
  26. Thread: Passwords

    by RocketRon
    Replies
    6
    Views
    1,906

    Passwords

    Hi
    I store an encrypted password for my project in an INI file
    but I would like to add a salt to the password can anyone help me to find some code to get me started I am using Visual Studio VB 6
  27. Replies
    14
    Views
    2,571

    Re: Update Access DB without closing it

    Hi Dilettante
    ADODC Locktype = adLockOptimistic
    The problem I am trying to solve is this:-
    The codeI have posted runs OK and update the DataGrid no errors
    But after I execute the code I have to...
  28. Replies
    14
    Views
    2,571

    Update Access DB without closing it

    This is the code from a VB6 project I have to close the Access DB for it to update DataGrid updates OK
    [VB6 CODE]
    Public Sub Titles_AddBanking()
    Dim Msg As String
    Msg = "Address Not Recorded"

    ...
  29. Replies
    2
    Views
    820

    Re: Clear a Dynamic Array

    Hi Olaf
    thanks for your post I have since found out that the problem was not the array or the Split function but a format function which caused
    a multiplication of the array elements
    After I had...
  30. Replies
    2
    Views
    820

    Clear a Dynamic Array

    Hi
    Option Explicit
    Private sCodePart() As String 'array of strings

    I use the above array to test if the input is numeric a sample of the input looks like this 23-34-69 first I split the string...
  31. Re: [RESOLVED] Close Datagrid before new sorted criteria re-populates

    Hi LaVolpe
    Thanks for your post I will try your method in a test for future ref I have finished my project now
  32. Re: Close Datagrid before new sorted criteria re-populates

    I can say now its the completely the wrong way
  33. Re: Close Datagrid before new sorted criteria re-populates

    When the userselects a search by a Date(Year) I execute the code I posted at the start of this thread I then use the following code


    Private Sub Form_Load()
    Dim i As Long, c As Long
    Set Titles...
  34. Re: Close Datagrid before new sorted criteria re-populates

    Hi Thanks for your replies I used the Set frmfront.dgdBanking.DataSource = Nothing and this works fine the problem I have now is the grid reloads with the correct four rows as I would expect but...
  35. [RESOLVED] Close Datagrid before new sorted criteria re-populates

    Am I correct in thinking that it is posible to clear all data from a DataGrid and repopulate with new
    sorted data?
    This is my Select for strSQL


    'Banking 1
    If myYearSort = True Then
    ...
  36. Replies
    25
    Views
    2,372

    Re: Sorting SQL Table using a variable

    Hi
    I am not sure what to do or where to go, so can I suggest a start fresh again150081
    This is my form and I want the user to be able to select by date year from the access db
    At the moment if...
  37. Replies
    25
    Views
    2,372

    Re: Sorting SQL Table using a variable

    Private Sub cmdMove_Click()
    Dim i As Long
    Set Titles = New clsTitle
    iYear = txtYear

    For i = 0 To 5
    If txtAccts(i) <> vbNullString Then
    txtAccts(i) = vbNullString
    ...
  38. Replies
    25
    Views
    2,372

    Re: Sorting SQL Table using a variable

    Hi
    Thanks for your posts to answer your question re debug yes it shows the correct syntax the form shows the current year of information in this case 2016 the user has the option to select previous...
  39. Replies
    25
    Views
    2,372

    Sorting SQL Table using a variable

    Hi
    SQL Table with many columns I want to find all the records with the same Year


    Dim iYear as Long
    Titles.strSQLYear = "SELECT * FROM Banking WHERE Year = " & iYear


    When I load the...
  40. Replies
    5
    Views
    729

    Re: Clear repeats from a listbox

    Hi
    Thanks for your replies but I found some code from Hack which I have changed for my situation and it works fine
    I have posted the code in case it helps someone else, but I am not the author

    ...
Results 1 to 40 of 449
Page 1 of 12 1 2 3 4



Click Here to Expand Forum to Full Width