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 sheronne

  1. sheronne

    Form Transparency

    OS = XP Pro res = 1280 x 1024 (but the form is 800x600) color depth = 32-bit I keep my dev machine pretty updated....it does the samething on my laptop (Windows 2000).......and the VFP demo flickers too. Didn't know if this was just something that has to happen or if there was something else...
  2. sheronne

    Form Transparency

    I am trying to work with form transparency similar to what is in the What's New In VFP8.0 examples. Everything works fine except when I initially call SetWindowLong and SetLayeredWindowAttributes. The form goes BLACK for a couple of seconds. Is there anyway to get around this? I have tried...
  3. sheronne

    Win 2000 vs. XP

    Jim, I am using SQLServer so I am absolutely positive that I am issuing the select statement against the same table. So I am at a total loss?????
  4. sheronne

    Win 2000 vs. XP

    I am using the same SQL Database as the dev. environment. The perplexing thing is that it is the SIMPLEST select statement in my entire application. The statement is literally SELECT * FROM recpt_messages. It works fine on XP, but will not work on the Win 2000 machine. Also #1, the...
  5. sheronne

    Win 2000 vs. XP

    I created an APP on my XP Pro dev. machine using VFP 8.0. I have had some problem though running it on Win2000. 1) The first time I fired the app up on Win2000, I got a data mismatch error and I finally traced it down to XP saw the field as a CHARACTER Win 2000 as a NUMERIC. 2) A simple...
  6. sheronne

    Form Focus

    I have a top level Login Form that displays when the app is first started. The main VFP window's visible property is set to .F. My problem is that when I start the app the Login screen does not have focus.
  7. sheronne

    Passwords are not for Security - Official

    Do you really have nothing better to do than pick quotes from MS regarding security in Word docs. Thank you Steve for saying what needed to be said.
  8. sheronne

    Speeding up printing - Receipt Printers

    I am not having any luck speeding up the printing to an Epson thermal receipt printer. Any ideas/suggestions would be greatly appreciated. Thanks
  9. sheronne

    Edit Box Cursor Position

    It didn't work for me? I am not for sure if I am doing something wrong or not?
  10. sheronne

    Edit Box Cursor Position

    I have an edit box that loads data from a table when the form loads. I would like for the user to be able to start typing from the end of the data that is loaded; however, when I load the cursor is position at the beginning of everthing in the editbox. How do I position the cursor to the end...
  11. sheronne

    Form Close

    When the user presses the close button in the control box, is there anyway to have it ask if the user actually wants to close or just minimize the screen? Hope this makes sense. Thanks
  12. sheronne

    Main VFP Window

    Can you hide the main VFP Window? I would like for an application to run in the background and be able to access it via a system tray icon. Thanks
  13. sheronne

    Time Calculation

    If it is stored as military time (ie. 0330) in a character field, couldn't you take the VAL(LEFT(time,2)) and substract 4. If the value is less than 0, then it would be the previous day and you would need to adjust for it, maybe by adding 24 (eg. -3 + 24 = 21 which is 9PM the previous day)...
  14. sheronne

    Outlook Automation

    I appologize for being one of those people that post the same question (as I know I have seen the answer before); however, I have been searching for and can not find it. With that said......... I am trying to Automate Outlook and when I try to access outlook, a box pops up which allows me to...
  15. sheronne

    COM Object

    How do you release a com object from memory? I have a VFP com that I am accessing from Studio.NET. When I issue ox = Nothing in Studio.NET, the process remains. Can you kill the COM from within itself?

Part and Inventory Search

Back
Top