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!

Recent content by IronBeaver

  1. IronBeaver

    VFP ODBC Driver file extension

    Thanks Mike, I have come to the same conclusion, but wanted to run it by the community to see if there was a method of doing this. I will use the command "fsutil hardlink create <dest.dbf> <source.wdb>" as a work around.
  2. IronBeaver

    VFP ODBC Driver file extension

    Is is possible to use vfp odbc driver (vfpodbc.dll) with dbf files that have an extension other then *.dbf? I have a free table directory with dbf files with extension .wdb, when renamed, work perfectly with the odbc driver.
  3. IronBeaver

    Avaya Hospitality Setup and Troubleshooting

    Hello Avaya Wizards, I have inherited an aging Definity Guestworks Switch and Audix Voicemail system setup in a hospitality environment. I do not have much of a phone system background. I have been able to attach a laptop to the serial console port on the switch and log in as the craft user...
  4. IronBeaver

    Micros 3700 POS Operations not starting

    Rebooting the server fixed the problem.
  5. IronBeaver

    Micros 3700 POS Operations not starting

    Micros 3700 v3 Setup. Have purchased new work station license from Micros (for a total of 9 workstations with foundation level 2). Have purchased used Eclipse from EBay and imaged with existing workstation. Changed IP addy and Netbios name. Created corresponding entries in POS Configurator...
  6. IronBeaver

    Micros 3700 Touchscreen Templates

    Yes, this resolved the problem. Thank you. For the record, the files are called OpsDisplaySys.cfg and OpsDisplayUser.cfg
  7. IronBeaver

    Micros 3700 Touchscreen Templates

    I have migrated a Res 3700 v3.0 installation to some new hardware. Everything has come across properly accept some touchscreen templates. When entering the touchscreen designer from the POS configurator, we get a "Some touchscreens are linked to invalid templates..." message. Are the...
  8. IronBeaver

    Micros 3700 DB Validation Error

    My Res3700 v3.0 Database is not validating. Specifically from the validation log: Validating "micros".dly_rvc_cmpst_mi_ttl Run time SQL error -- Foreign key CFK1DLY_RVC_CMPST_MI_TTL has missing index entries Further investigation shows this is the foreign key for the mi_seq in mi_def...
  9. IronBeaver

    Fidelio Express 3500 username password

    Am looking for a username and password to connect to the Hotel.db with dbisql on a Fidelio 3500 system. I tried the Micros 3700 custom/custom, but it did not work. Is there a stock, read only user for a Fidelio system available for use?
  10. IronBeaver

    Micros Res 3700 Check Detail Read Failed

    We are having a problem where certain check numbers are visible, but when trying to bring up detail on it, we get a "Check Detail Read Failed". I have looked at the chk_dtl table and see the particular check in the table (but obviously cant remove it with the custom user). There are no...
  11. IronBeaver

    Setting Page Margins of Access 2000 Report in VBA

    If you are using Access2000, there is no printer object available, and as such, the solution posted by TMan will not work. You have 3 options: 1) Upgrade to a newer version of Access. 2) Programmatically set the report settings following the msdn link I provided above. 3) Update your...
  12. IronBeaver

    Setting Page Margins of Access 2000 Report in VBA

    The title of this thread "Setting Page Margins of Access 2000 Report in VBA" relates to Access 2000. When I try to use the printer object methods stated by T Man, I get a "Method or Data member not found" error. The link at MSDN...
  13. IronBeaver

    Get unique id of new record

    Copied From http://objectsharp.com/blogs/bruce/articles/210.aspx Microsoft Access With Access, you are limited to basically a single technique. On a positive note, the same technique works all the way back to Access 97 First of all, I assume that we are inserting a record into a table where...
  14. IronBeaver

    TEXT searching in MySQL

    You asked: "In a description of 2000 words, if I specify a length of 100, then is it correct that only the first 100 words are used in the index and will therefore be searched." That is correct, well, lets say its the first 100 CHARACTERS of your 2000 CHARACTER length field You asked: "If I...
  15. IronBeaver

    I'm new to the SQL world - help

    You probably dont need any sort of mysql.pm module when using php to connect. Ask your hosting company if they have phpMySQLAdmin available for you to use.

Part and Inventory Search

Back
Top