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!

Recent content by shumi99

  1. shumi99

    quad core or dual core

    OK, thanks to everybody. :)
  2. shumi99

    quad core or dual core

    OK, so I just want to confirm. I'll be getting WIN7 64 bit with quad core. Will VFP8 be compatible? please confirm
  3. shumi99

    quad core or dual core

    Hi, I mostly use VFP applications and I'm considering up grdaing my PC. I was wondering if it's better to buy one with dualcore or quadcore? what do ya'll think? Thanks, MS
  4. shumi99

    INPUTBOX copy/paste

    OK, I'll try it. Thank You.
  5. shumi99

    INPUTBOX copy/paste

    How do I do that?
  6. shumi99

    INPUTBOX copy/paste

    Tamar, How do I do that? Please let me know. Thanks, S
  7. shumi99

    INPUTBOX copy/paste

    It's the "SET SYSMENU TO" command that causes it. Any fix? I don't want he users to see that menu. Thanks, S
  8. shumi99

    INPUTBOX copy/paste

    I've narrowed it down to 1 of these 2 commands that causes the problem. It's either: SET SYSMENU TO or SET SYSMENU off HOw can I fix it? Please let me know. Thanks, S
  9. shumi99

    INPUTBOX copy/paste

    It looks like the "ALT-0022" character. Note, it works in VFP directly with an INPUTBOX not in my APP. In my APP, when I do crtl-v, I get that funky character. any help please. Thanks. S
  10. shumi99

    INPUTBOX copy/paste

    Hi, I've believe I've seen this before but I need to know if there's a simple quick fix. When I "Copy/Paste" into the 'INPUTBOX' I get a funky strange character (not the text which I "copied". Any workaround or quick fix? Please let me know. Thanks, SCHUMI
  11. shumi99

    == and = and set exac on/off and alltrim()

    Nice. Problem fixed. :) Also, for others, I would add in a 5th item to Cetin's list: 5) Make sure your REPO has enough space for the whole field name (and then some). I'm going to admit that the problem was actually the repo. My report was just showing "Netherlands Antilles" when the field...
  12. shumi99

    == and = and set exac on/off and alltrim()

    Actually, I just went thru my code and it's not the "select" that's giving me the problem result. It's the "COPY TO ctyqry FOR cityn=per AND DTOC(cdate)=per1". I tried even with the "SET ANSI ON" and it still gives me the "bad" result. Should I use the "==" or is there any other workaround...
  13. shumi99

    "Unidentified Network" problem

    no such service in my 'services' any other suggestions please??
  14. shumi99

    == and = and set exac on/off and alltrim()

    Hi Cetin, Yes, I am referring to SQL queries (SELE * FROM... WHERE....ETC.). OK, so what you are saying is just "SET ANSI ON" and that fixes everything, yes? :) Ahhhh, phew! LOL.... I knew there was a quick fix. Many many thanks. :)
  15. shumi99

    == and = and set exac on/off and alltrim()

    Hi, I've just noticed something in my queries. Even if I have set exac on and so a alltrim() of my field, I don't get the same result as if I do a "==". any ideas why? any simple little fix? please help because I don't feel like going thru all my code and fixxing it. thanks,

Part and Inventory Search

Back
Top