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

  1. scklifasovskiy

    manipulating tab control

    Hi all, I have a form with pageframe on it. On a page I have a container with five controls in it, its a search engine. User enters string in first control(textbox) and presses Enter or Tab and it goes to search. No matter of the result (Found or not) cursor goes to next control in the container...
  2. scklifasovskiy

    no internet

    Hi all, I have an internet in my other house near the city. When I don't show up often enough there -- i always disconnect the power. Then i am coming back, put power back -- and all is back up. However, this time around -- "Web ... couldn't be found". This is what I see: 1. Modem is on and...
  3. scklifasovskiy

    inputmask in a text box -- numeric only >0

    Hi all, Another silly question about inputmask. I need the textbox to allow only positive numbers.
  4. scklifasovskiy

    installation fails

    Hi all, I am trying to install Win7 for my friend. Purchased brand new HD Western Digital 1TB -- > formatted -- went to install. Installation itself doesn't yield any errors or problems. But when I try to run I am receiving first Error message "Windows setup didn't complete correctly..." I click...
  5. scklifasovskiy

    Autocomplete in a textbox

    Hi all, I have created a class that have textboxes with autocomplete functionality. Works very well. However, when you start typing let's say "j" - you're looking for John- it works perfectly... BUT if in your database name is recorded Mr. John and you type "J" it doesn't work as it looks for...
  6. scklifasovskiy

    Windows is frozen

    Hi all, One of my clients have Vista. Recently , after a log-in it lets you do something but then after 10-12 sec -- frozen. Mouse still moves but you can't access anything. Plenty of space on HD and sufficient memory(3G). However, when I try to use Recovery -- it says it cannot be done because...
  7. scklifasovskiy

    VFP & Computer-Telephony Integration

    We have an Enterprise application that contains 1000 customers...Is there a way in Visual Fox to do something like this: customer calls for support --> phone number previously saved in data sent to application and Customer Master file is opened automatically located by this number? basically --...
  8. scklifasovskiy

    right-click menu

    hi all, i have a default right-click menu class(cut,copy,paste). Now, on one of the forms I execute AddItem to add additional option (Search by)...when u add an item you specify 1-- description 2 -- method to be used... Works wonderfully -- it shows... BUT ... now I want this method to have a...
  9. scklifasovskiy

    Autocomplete in a textbox

    I started using automplete functionality and everything works just fine. Only one problem -- when you use keyboard. Example: I type letter P --> getting drop-down with all words starting from P --> go down to desired word --> highlight -- NOW -->unless i press enter twice quickly -- it doesn't...
  10. scklifasovskiy

    drop primary key

    How can drop a primary key of the table without knowing name of the key?
  11. scklifasovskiy

    Editing constraint

    Hi all, I have a table with constraint primary key "a,b,c". Now I need to change it to "a,b,c,d". So no problem -- i drop and create again. My question is -- how can I find out if it exists and what is a value? (i don't want a client to run script each time, want to do it only once)
  12. scklifasovskiy

    inputmask of a texbox

    Is there a way? I have a textbox that iset inputmask to N (letters and digits only)... I also want to permit only Upper case letters..Can I combine? Adding !(converts to uppercase) doent work combined with N. Any suggestions? Thanks
  13. scklifasovskiy

    select statement doesn't see changed value

    Hi all, I have this situation: 1. I update the table value (control source on a field) 2. Browse the table -- and I see new value no problem 3. [highlight #EF2929]SELECT statement sees old value[/highlight] How can I make SQL see new value?
  14. scklifasovskiy

    registry delete

    Hi, I am reading/writing to the registry using functions GetKey() and SetKey(). How can I remove key from the registry?
  15. scklifasovskiy

    How to retrieve a click on a field on a tab

    Hi all, I have a data entry form with pageframe that contains two tabs. First tab has several fields to fill. Once user filling last field -- for a quick data entry they asked to swith automatically to second tab. So I am executing code on LostFocus() and all is fine. BUT now they want also...
  16. scklifasovskiy

    Show two columns in a combobox

    Hi all! Its been sometime i coded in Fox so forgive me if question is silly. I have a combo box with three columns --code,description,region. Bounded column is 1. But I would like to show two columns -- Code and Description but not region. Can I do it?

Part and Inventory Search

Back
Top