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

    MSDE 1.0 Unattended install fails on MS Small Business Server 2000

    MSDE 1.0 Unattended install fails on MS Small Business Server 2000 I am using MSDEX86.EXE with standard unattend.iss file (with no changes) to install MSDE on MS Small Business Server 2000, using standard batch command start /wait msdex86 -s -a -f1 "c:\unattend.iss" Yet install fails...
  2. euman

    Tab-contol form "hangs" access on update

    Situation 1 =========== Form with tab control and some fields on the control. If form is in "design", and then opened, you can make updates in the fields, move to next record - no problem - and this is what is required. Situation 2 =========== If form is opened directly (i.e. not first having...
  3. euman

    Acc2000 PDW (built on win98) won't deploy when built w acc2000 on XP

    (1) With Access2000 (on Win98), PDW build produced following BOOTSTRAP section in SETUP.LST Used DAO in app. [Bootstrap Files] File1=@msvbvm50.dll,$(WinSysPathSysFile),$(DLLSelfRegister),,5/11/98 8:01:00 PM,1355776,5.1.43.19 File2=@ODESTKIT.DLL,$(WinSysPathSysFile),,,11/3/98 12:00:00...
  4. euman

    How to replace 2 boot floppies with bootable CD?

    Fewer PCs now come with floppy drives. You install Drive Image 2002 on such a PC. Drive Image gets you to make emergency boot floppy (2-disk set) (You typically restore a disk image using these floppies by: - booting from the first, - and then inserting the second floppy when asked to do so)...
  5. euman

    Stop new browser window generation

    Apologies to trouble you with what will seem a simple or stupid question! I just built my first website - it only has HOME page plus 4 other pages. Website opens fine on HOME page. TROUBLE IS: when you click for one of the other pages, a new browser window opens - and then if you click for...
  6. euman

    Intermittent SQL 7 Login problem

    Access 2000 application on client can log-in to SQL server using one of the SQL server logins. From some of the PC clients you can log in with the application using ANY of the SQL Server logins (this is what is required!) The problem is that from other clients, the login attempt by the...
  7. euman

    HOW to trap ACCESS form errors?

    How do you trap what I might call "form-level" errors in Access 2000? You have an Access 2000 form, as front end to your SQL database, containing related tables (say CUSTOMER and ORDER) You do not want the user to be able to delete a Customer for whom Orders exist - and you set up...
  8. euman

    Can your own icons be installed if you use PD Wizard?

    The problem is getting your own icons installed when you have packaged your application with PD Wizard. Can this be done by modifying the SETUP.LST file - if so, how? Or does it require a totally dirrerent technique - if so, what?? Many thanks!!
  9. euman

    How do you attach ICON to application you have set up with PD Wizard

    You package and deploy an application with Package and Delployment Wizard with Access 2000. Problem is that the help does not exactly tell you how you force the deployed application to have the icon that you want. I suppose it has to do with editing the setup.ini file. Assuming that you have...
  10. euman

    How to re-introduce Logins back into deployed MSDE solution

    People, you develop your database with SQL Developer, get the mdf file, and deploy it with your application. After your application and MSDE install, you find your logins are no longer present in MSDE on the target machine. Would very much appreciate anyone telling how to get around this problem.
  11. euman

    Does MSDE/SQL7 Forget who is logged-on after 20 mins of inactivity?

    If you want to monitor who is logged on to MSDE/SQL7, is there another way apart from sysprocesses? It looks like if a logged-on user does nothing for about 20 minutes, their MSDE/SQL7 "forgets" that they are there - until they do some activity - MSDE/SQL7 notices them again. Is this...
  12. euman

    MSDE Connection Problem - MSDE on WinME won't connect to MSDE on Win98

    I have to be doing something basic wrong here! I have 2 PCs (named comp1 and comp2) connected in a network (via Ethernet switch), in order to test MSDE based solution. Solution installs fine on PC - comp2 (i.e. MSDE installs, database files attach OK to MSDE), and if you use ODBC Data Sources...

Part and Inventory Search

Back
Top