Search results

  1. S

    Ribbon textbox, enter as command

    Sorry, to be more clear: How do I make a textbox in the ribbon so that after I insert text I can press enter and run the needed function?
  2. S

    Ribbon textbox, enter as command

    I have 5 textboxes on my ribbon that I have to push a button to execute. It would be nice to be able to just hit enter and run the search or whatever, and the problem with it is that the textboxes are also saving the enter key as a keypress. One of the buttons opens another program with...
  3. S

    shell based on users install?

    Re: shell based on users isntall? Thanks for the reference but I was lost with it. This ended up working. Shell (Environ("USERPROFILE") & "\AppData\Local\...", 1)
  4. S

    shell based on users install?

    I am trying to have access call a program that is installed in the users directory. It is required that every user installs the program seperately (license). This is what it looks like now. Dim Apath As String Dim retVal1 Apath = " " & strA retVal1 = Shell...
  5. S

    Ribbon won't execute VB functions

    I have no idea what happened. I took out the tables so that I could completely lock down the original database while still being able to update the data tables I have kept seperately. (Doing something to sidetrack me while still technically progressing with the database, even though it didn't...
  6. S

    Ribbon won't execute VB functions

    Ok, I did what you suggested and I get the same results. I think I have stared at this for so long I can't see clearly any more. Can anyone help me out with this? This is what i choppped the code down to. I get the error: "... can't run the macro or callback funtion 'CallbackOnLoad'. Make...
  7. S

    Ribbon won't execute VB functions

    Thanks for the reply. Yes, I'm using the USysRibbons table. I'll take out the XML code and put it back one button or tab at a time. Hopefully that will help narrow things down a bit. As for the double quotes, I couldn't copy-paste so I had to type it all out and missed them. It's there in the...
  8. S

    Ribbon won't execute VB functions

    Hi All, I'm making a custom ribbon for Access but when I start Access I get; "...can't run the macro or callback function 'CallbackOnLoad'" "...can't run the macro or callback function 'GetLink'" "...can't run the macro or callback function 'GetText'" Also, none of the buttons on the...
Back
Top Bottom