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

    Windows 7 TOUCHSCREEN capability

    I have a Lenovo Thinkpad E145. I hate Windows 8, so when I ordered the product I paid a small amount to degrade to Windows 7. There's a Microsoft product called WINDOWS TOUCH, which should allow me to use my fingers rather than a mouse with O/S Windows 7. However when I try to install Windows...
  2. Celsoft

    Swap Firstname / Surname in GEDCOM file

    Hi - I've gone a bit rusty so ..... I have a GEDCOM file (used in genealogical circles) containing lines with names in the format 1 NAME Surname /Firstname/ as well as lots of other linetypes. The Firstname on input is enclosed in forward-slashes. I want to use gawk to edit these lines...
  3. Celsoft

    VBA: Query associated with a Form

    Simple question (I think) for VBA expert! I have several queries (similar but different) and want to associate them ALL with the same form. i.e. under different circumstances I want to associate qry1/qry2/qry3 with frm1. What syntax ? Thanks in advance.
  4. Celsoft

    Variable screen width / length

    I have an application (Access 2003) which will run on different machines using a variety of monitors with different aspect ratios - some long and slim, others short and wide. Is it possible to specify the length of a form (continuous forms) so that it is say "Screen-length minus 2 cms" ? Or...
  5. Celsoft

    Force Excel (2003) to point at cell A1 at startup

    Hi - simple question (I think) I'm publishing a spreadsheet (Excel 2003) on web for the 1st time (there's a 1st time for everything !) Q1 : How do I force Excel to point at cell A1 at startup
  6. Celsoft

    Force KIOSK mode until application is exited

    The code below toggles between kiosk mode and "not kiosk mode" What is required to take the "toggle bit" out ??? i.e. force KIOSK mode until application is exited I have managed to invoke the code at application startup, so it's working OK (user can't move or size the window) but ... ... if...
  7. Celsoft

    Make application NON-moveable as well as NON-sizeable

    Hi I have a simple MSAccess application which will be "online all day" - the user shouldn't be able to close/minimize/maximize or MOVE the app. window The code below works for everything except the last-mentioned criterion - i.e. it's still possible to move the darn window around the screen...
  8. Celsoft

    Remove commas from text fields in .CSV

    This must have been done a million times but I can't seem to find the solution I have a "normal" comma-separated file (.csv) with some text fields in double-quotes. These fields MAY contain a comma, which should be changed to a space. I want to use sed and/or awk (or gawk) to zap the unwanted...

Part and Inventory Search

Back
Top