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 strongm 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: *

  1. jetspin

    Scrolling="Auto" Horizontal scroll appears too much??

    Hi. Thanks for a reply! Maybe I am not clear or do not understand. The top frame is a fixed width graphic image about 950 pixels wide which will stay visible while the bottom frame will change to different pages. The bottom frames have images and will be veriticaly long with additional text so...
  2. jetspin

    Scrolling="Auto" Horizontal scroll appears too much??

    Hi. What exactly causes the horizontal scroll bar to appear when using Scrolling="Auto" with frames? I have a top banner image frame about 950 pixels wide and will have a lower vertical scrolling frame and don't want or need the horizontal scroll bar, but have no choice to use "auto" and if...
  3. jetspin

    Getting "Press F1 to Resume" but all is well?

    Hi. Hi. I am the original poster of this message. It is fixed! Thank you BigBadBen. I entered the bios and did a change on seconds of the time and did a EXIT with SAVE. It took a few cold boots to take effect at first. Jetspin
  4. jetspin

    Getting "Press F1 to Resume" but all is well?

    Hi. I am the original poster of this message. Thanks for some ideas. I tried the quickest fix first to exit and save changes in BIOS Setup ( I changed the time to ensure a change was noted, but it did not work.) I even did a very cold boot. I'll try a battery replacment next. Thanks again. Any...
  5. jetspin

    Getting "Press F1 to Resume" but all is well?

    Hi. Okay. Thanks for the quick response. I will look at the bios but am not sure what I'm going to change or leave the same. I already know to write down all settings before changing the battery. I know what some of the bios settings mean, but not all of them. This is a system that had a...
  6. jetspin

    Getting "Press F1 to Resume" but all is well?

    Hello. How does one get rid of annoying "Press F1 to resume" at boot when there are no error messages displayed and system runs well? The previous messages are typical IDE messages, keyboard and mouse enable with last message of "USB Legacy Enabled" followed by the "Press F1 to resume"...
  7. jetspin

    Ghost 2003 restore 'did not properly generate arc'?

    Hi. I found the fix for me. First here is brief explanation which I found from someone else. Then I will follow with my own comments... ++++++++++++++++++++++= It has nothing to do with Ghost, running sysprep partition size, or using new / old versions of fdisk. This is a fundamental hardware...
  8. jetspin

    Ghost 2003 restore 'did not properly generate arc'?

    Hi. After running Ghost to 'Clone' or to 'Backup and 'Restore' a system C; drive of Windows XP Pro. I get this message when trying to boot the cloned or restored drive. "windows could not start...did not properly generate ARC names for HAL and System Paths". I have swapable drives on the same...
  9. jetspin

    Print Preview Option Box

    Hi. I came up with this simple and short solution to give users the option to either "Print Now", "Preview" or "Cancel" a report after clicking on a print button. In this case the button is labled "Print Order" MsgAnswer = MsgBox("Yes=Print Now. No=Preview. Cancel=Cancel."...
  10. jetspin

    Allow Default ShortCut Menu does not work?

    Hi. Each of my forms had Form Property for Shortcut Menu set to "NO". Jetspin
  11. jetspin

    Allow Default ShortCut Menu does not work?

    Hi. I have searched and have also experimented with no success. I have a DB where the mouse right click works to pop up a copy, paste menu which is good. I have another DB where the mouse right click does nothing. I have checked and unchecked between closing and re-opening the Startup 'Allow...
  12. jetspin

    Adding table to qry disables adding new record?

    Hi. I solved it and apologize. I tried everything but this!!!!! I had not noticed the bottom status was 'Cannot add record(s), join key of tblINVItems not in record set. When I added itmIctID to select part of the qry like this it worked. SELECT tbINVItems.itmItmID, tbINVItems.itmName...
  13. jetspin

    Adding table to qry disables adding new record?

    Hi. I have a continuous form that is okay. I can add records to it, BUT as soon as I add a joined table to the form's qry, I cannot add any records on the continous form? The new record navigator is disabled and there is a blank rec as the last of the continuous forms but it does not accept any...
  14. jetspin

    How to Initialize a new continuous form?

    TheAceMan... That worked. I put the computed value in the query. Thanks for your super patience and tips along the way on this one.! jetspin
  15. jetspin

    How to Initialize a new continuous form?

    Hi TheAceMan. Record Soruce for frmItemTransactions is tbItems
  16. jetspin

    How to Initialize a new continuous form?

    Hi AceMan, Hi. Thanks for your patience. Sorry. I started using new terms. Its the same schema and I am using a subform of tblTransactions and I've added additional quantity and dollar value fields. First I'll try to explain exactly my issue and then follow with a more detailed overview if...
  17. jetspin

    How to Initialize a new continuous form?

    Hi. Yes I made 3 forms...but have a problem with setting up totals on the 2nd form... This is traditional item, qty, value tx's from which I want to set up extended values on each tx as well as for the item. The 3 forms are... 1) frmItems which is one continuous form of the 'items' from...
  18. jetspin

    How to Initialize a new continuous form?

    AceMan, Wow. Thanks. That is a lot of information and more! I am in the middle of going the subform route as I could not resolve this issue for several days, BUT there is a lot of very good info here can still use if I go back to this method and for the future. Even the note about double...
  19. jetspin

    How to Initialize a new continuous form?

    Hi AceMan, Thanks for the reply. I tried that. I ensured the "one" table was in the query view with none of its fields in the actual query fields but get "You cannot add or change a record because a related record is required in tblItems. (this is my one table). Perhaps I was...
  20. jetspin

    How to Initialize a new continuous form?

    Hi I have been lookin for how to initialize values on a new continuous form? I have a continuous form which list all recs where the rec source is base on a query for all recs of a "many' side of a one to many relation ship, but if a user adds a new form of that continuous form,,, it...

Part and Inventory Search

Back
Top