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

    Login form does not show

    Hi, I have a client running an ADP front-end with a SQL Server 2000 back-end. At some point, they opened their Access project, logged on as a particular user, and selected the "Do not show this screen again" checkbox. How do I make their login screen re-appear?
  2. waynea

    Error 2110 when trying to either .SetFocus or GoToControl

    Hi, I have an app that I'm working on that enters a survey questionnaire. There are a number of fields that must be filled out if certain answers are given in previous fields. For example, if the answer "15" is selected in any of the three fields 151, 152, or 153, then field 15-2 must contain...
  3. waynea

    Include pages and variables

    Is it possible to use variables to set an include page? For instance, if an alpha character passed through the URL is used to build a filename so that any one of several pages could be included in one basic header page, is there a way to use this variable in the include function? So far, I'm...
  4. waynea

    Retrieving URL parameter using VBScript (non-ASP system)

    Anybody know how to do this, or if it can be done?
  5. waynea

    HP Deskjet 420 and Win2000 Pro

    Have a really starange problem. I have 2 computers, both running windows 2000 Professional (just got the second.) I have the two networked and talking fine, but the new machine will NOT print to my DeskJet printer. I've tried it as a local printer on the LPT1 on the new machine, tried it as a...
  6. waynea

    User profiles

    Does anyone know an easy way to combine all the user profiles on a Win 2K Pro machine into one? Network went down a few days ago, when the connection was restored, I ended up with the same userid, but for some reason, a different user profile. I would like to tell this thing to use the same...
  7. waynea

    What user is locking a record??

    Scenario: In Access 2000, using edited record locking, one user has a record locked and wanders off while another user tries to edit the same record. Second user gets the locked record symbol. Is there an easy way to show the second user who is locking the record, like when two users try to...
  8. waynea

    Invalid page fault in VBE6.dll

    Just installed Office 2000 Premium, full version, and converted a small, simple database from Access 97. I have a macro which runs a code module to import some ASCII text files into Access tables. I get some kind of error (doesn't give me ANY message) which opens the code debugger window. If I...
  9. waynea

    Running an Access97 Report from VB6

    I have an Access database which contains some reports I'd like to run from a new VB app. The question I have is, can I run these reports from a machine which does not have Access installed on it, just the VB app and the database?
  10. waynea

    What the !@#$ does it take to get a working install package?

    I posted earlier about a package that would not run if installed on a machine that had not had Visual Studio installed on it. Well, by using the Dependency Walker on a clean machine and my development machine, I found 2 missing DLL's which I added to the Windows Installer project and was able...
  11. waynea

    Need a documentor tool

    Excuse the length of this post, but I'm learning to work in java the stupid way: I have a fairly complex program written by someone else that I need to modify, and I'm getting lost in the shuffle. I program in several other languages, but I'm new to the OO stuff. Does anyone know of a tool...
  12. waynea

    Error 3706 "unable to find provider" after installation

    I have a project which reads and writes an Access 97 database as ADODB and also uses the FileSystemObject to call a dll which converts JPG to MPG. Runs fine on my machine while inside the VB development environment, but will not install and run even on the same machine. I get an error 3706...
  13. waynea

    stepping through an external class module

    I have an application which needs to call several instances of a class module which is defined in another project. The calls seem to be working okay, but something in the class module is throwing a "path not found" error, and there are several possible sections where this could occur...
  14. waynea

    Order of filenames returned by DIR()

    I'm using the following code to read filenames from a directory into a semi-colon delimited string, which I need to have in either date or name order. However, it seems that this method returns the filenames in some other order (I'm guessing, according to the file's physical location in the...
  15. waynea

    Passing contents of a variable to a Java applet as a parameter.

    I'm building the data by concatenating the contents of five form fields with a literal suffix.  The data is built OK, but no matter which way I phrase the PARAM line, the variable name gets passed rather than the contents.  What the heck am I missing here?  This is...

Part and Inventory Search

Back
Top