Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ronze
  • Order by date
  1. ronze

    running summary

    I've gotten a lot of help from this forum and want drop a trick that can be used when developing queries with the AS/400. here is a detail of how to create a running summary report of totals and counts by date. first create your file, here is part of mine Seq Field 10 COM...
  2. ronze

    Overlay a Report with a word document.

    great, thanks for the site! Christina
  3. ronze

    Overlay a Report with a word document.

    ok, so how does one go about overlaying a report with something like a Word document? Christina
  4. ronze

    How to make Enter key / Carriage Return can work ??

    hmm well i took the code off of a process like you just described, so i understand what you are saying but it isn't what i want. when the user presses "Enter" I want the program to take what is highlighted in the list box as the expected result. whatever has the focus on the list...
  5. ronze

    How to make Enter key / Carriage Return can work ??

    Blast from the past! I am trying to get vbKeyReturn to start a routine. here is the code. is there anyhting else i need to do? Private Sub Form_KeyPress(KeyAscii As Integer) MsgBox KeyAscii If KeyAscii = vbKeyReturn Then LstUSER_Click LstUSER_DblClick End If End...
  6. ronze

    How do u distribute a vb app, which works on another pc?

    similar question on the exe for an app. can I distribute just the shortcut to the end user(s). my app will have multiple end users. I'm thinking that if I send out the shortcut then all impending changes to the final product can be done and linked to the executible on my computer? is this...
  7. ronze

    Trying to launch an IBM Client Access Upload to AS/400 from VBA

    Oliver, Can you post the link you found for this info? thanks Christina
  8. ronze

    Get NT User Name using VB

    John, I am looking to do the same thing, and include security priveledges. not to side step the original subject I have a novice question about the code you wrote. will your functions work on project activation or will I have to call the function "GetWindowsLoginUserID()&quot...
  9. ronze

    Are there dependencies for MSADO20.tlb? {Same as VB5&6}

    i had a similar problem with a provider i am using. I would suggest you regester the provider, if you have done this then use the following code as a guide: 'creates the connection string to be used ConnStr = "Provider=MSDASQL.1;Persist Security Info=False;" & _ "DATA...
  10. ronze

    How to register DLLs over multiple profiles...

    I am having the same problem. I think it is more a business administration problem then a software admin problem. My question is this, if you register a dll for a computer shouldn't it be there regardless of who logs in? better yet, How do you register a dll for use regardless of user...
  11. ronze

    How to register DLLs over multiple profiles...

    I am having the same problem. I think it is more a business administration problem then a software admin problem. My question is this, if you register a dll for a computer shouldn't it be there regardless of who logs in? I think this is the question, How do you register a dll for use...

Part and Inventory Search

Back
Top