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 TouchToneTommy 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: idono
  • Content: Threads
  • Order by date
  1. idono

    populate combo box from external recordset

    I am trying to populate a combo box on a form from an ADO recordset. Obviously, I'm not having much luck. It appears that the additem property does not exist for the control. I tried all of these and it says an object is required: Forms!frmGroup.Group.ItemData(X).Add rst.Fields![m-user]...
  2. idono

    Cannot distribute vb.net application

    Ok, losing lots of hair on this one. I have created my first vb.net app and would like to distribute it to my users. Problem is I used an active X web browser that requires the shdocvw.dll library. In doing this a wrapper library was created AxInterop.ShDocVw.dll. When I run the install on...
  3. idono

    Create look up field in table

    How can you create a lookup field like you do in Access? I am pretty new to SQL and I see nothing to automate the process. Is it possible?
  4. idono

    Automate replication

    Is it possible to automate the replication of an Access 2000 database. We have two front ends and a backend. I would like to have a user when done with the database (on-close) have it synchronize. Does this sound possible?
  5. idono

    not able to use request.form("") to see calling form info

    I'm using the below code to view items selected from a multiple list on one page. I cannot write the information to screen or to the textbox. Please advise. <% LANGUAGE=&quot;VBSCRIPT&quot; %> <form name=&quot;Suggestion&quot; method=&quot;Post&quot; action=&quot;confirm.asp&quot;> <table>...
  6. idono

    Adobe printing with reader using VB6

    Hello all, I have an application that opens acrobat reader and prints several pdfs. On my machine it works, but on the users it will not. I get &quot;429 ActiveX cannot create component&quot;. The line that causes the app to bomb is... Set AVDoc = CreateObject(&quot;AcroExch.AVDoc&quot;) Am...
  7. idono

    Set an object on a form using variables

    I have a form that when click is trying to update another form. I have done this in VBA Access but cannot get it to work in VB. Here is an example in VBA: Forms(nameofform).Controls(nameofcontrol) = variable I keep getting an error because forms in true VB only has one property - count. Can...
  8. idono

    Send variables when calling query

    Hello, I have a query set up in my database that requires two dates. It is parameterized so it asks for the dates when it is run. The problem I am having is calling this query from code. It doesn't ask for the dates. Set rs = db.OpenRecordset(&quot;qryClosedThisWeek&quot;) produces the...
  9. idono

    update a list box from a dropdown when button clicked

    Obviously I'm new. I have a dropdown box that is populated from a database. Now when I click a button I would like the selected to display in a listbox. This may be better handled with a multiselect, but I don't know how to do that either. The idea is to select multiple names and then pass...
  10. idono

    test to see if form is open or get the calling form

    How can I test to see if a form is open, other than the current form. Or maybe even find out the name of the calling form. Any suggestions
  11. idono

    test if oracle drivers are loaded

    Does anyone know how the test if the Oracle drivers for connecting to a database exist on the client box.
  12. idono

    test if oracle drivers on loaded

    Does anyone know how to test to see if the Oracle drivers are loaded.
  13. idono

    corrupt project file

    Anyone know how to fix a corrupt project file. Seems mine has died this morning and won't fix itself. Any Ideas
  14. idono

    email spreadsheet in html format

    You know that cool button in Excel 2000 that creates an email as html and sends to persons you specify. Anyone have an idea on how the do it? If you record a macro while doing that you get nothing. Any ideas are appreciated. Dugger
  15. idono

    delete file from file system

    I want to delete a file that resides in the same dir as my application. How do I delete an Excel file? I can find it but don't know the code to delete it. Please help.
  16. idono

    Help with outlook message from access

    I have an Access application that I want to send an email with. I can get it to work but only if outlook is already open. If it is not I get an internal application error. Below is the code: Dim objOutlook As Outlook.Application Dim objOutlookMsg As Outlook.MailItem Dim objOutlookRecip As...
  17. idono

    Hello all! I'm a newby to windows

    Hello all! I'm a newby to windows 2000. I want to remotely connect to a 2000 network through a dail-up connection with admin privelages from a windows 98 machine. Does this sound possible? Any suggestions?
  18. idono

    change user permissions until table built

    Help! How can I change the permissions of the current user so I can build a table then remove the granted permissions. I have thought of an ADO connection to the current database, but there just has to be a simple function to grant deleting and rebuilding a table then removing those...
  19. idono

    Test if outlook is open

    Hello all, Can anyone show me a way to test if Outlook is open. If it is not I want to open it and send my message. If it is with the code I have I can start an object and send my message. The code I have only works if outlook is already open. Currently I only know how to open up a new...
  20. idono

    which Linux to use?

    Hello all, I have decided to give Linux a try. How do you select which distribution to use? I am currently looking at buying Mandrake but am not totally sure thats what I want, its just readily available. Does anyone have any suggestions?

Part and Inventory Search

Back
Top