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 Chriss Miller 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 clyderose

  1. clyderose

    Valid event fires when clicked outside of test box

    I do not have the Hacker's Guide. What does the last paragraph say??
  2. clyderose

    Poll #1: What versions of FoxPro/XBase languages did you use?

    What is an SMB bug? Guess I never ran into it................................................................ love the license plate!!
  3. clyderose

    Tab sequence anomaly during edit.

    Also, just got feed back from another source. If you do a .SetFocus in the Form Show event then the TAB sequence will NOT be affected by calling another form from within a GotFocus. Thanks to all.
  4. clyderose

    Tab sequence anomaly during edit.

    Hmmmm, had to do some research to figure out what the Default property did. Never used it. A significant part of this particular LARGE VFP software package dates back to 1986. Many of the users (old farts like me) still use the Enter key to move from field to field. Teaching them to use the...
  5. clyderose

    Tab sequence anomaly during edit.

    I found the problem. It is NOT Win 10 update. Thank goodness, that would have been a REAL problem. Also, it happened on the Win 7 computer as well but I was in a hurry (actually working on another project while trying to identify this problem) and forgot that I had done a duct tape and baling...
  6. clyderose

    Tab sequence anomaly during edit.

    It DOES NOT happen on a Win 7 I set up with the current version of the system. It works as it should. This is very troubling. Any other ideas to try? Oh and thanks for the feed back so far.
  7. clyderose

    Tab sequence anomaly during edit.

    I agree something changed. So far it has been documented on two win 10 computers. One on the company network running the exe off the server and one completely stand alone in my office. I have a win 7 I will try it on and get back to you. Good idea.
  8. clyderose

    Tab sequence anomaly during edit.

    The forms are part of a company wide management system. Each is called from other areas and also have the ability to open other forms etc. They are not stand alone. Without the entire system you would not be able to experiment with it. The key here is that this problem started out of the...
  9. clyderose

    Tab sequence anomaly during edit.

    I put a wait window "focus is in the exit button" in the gotfocus event for the Exit button within cntnrButtons to verify where the focus went after discovering the click event happened if you pressed enter when the cursor did not show again. No changes have been done to this area of the form...
  10. clyderose

    Tab sequence anomaly during edit.

    Greetings, This edit routine worked properly until about 2 weeks ago when a user noticed and reported this change in behavior. The problem may have started before that, but because the user can just click on an individual field, edit and then save, the tab sequence change would not have been...
  11. clyderose

    Grid, TextBox, Character field, when save need right justification

    Changing the way the data is stored in the field would then require changing the code that uses the data to put together the parts list. Its been running smoothly since the early 90s and I don't want to screw up a good thing. Have fun, thanks again. Clyde
  12. clyderose

    Grid, TextBox, Character field, when save need right justification

    This data is used in a production operation. The user is creating a custom device with many variations. He enters the guidelines such as measuring range and measuring type. The program then accesses multiple tables to pick the primary device and the components that fit that specific device to...
  13. clyderose

    Grid, TextBox, Character field, when save need right justification

    It is set to right middle. As in .text1.alignment=1 So, it displays properly, but is saved with left alignment. The indexing requires right alignment for proper display. Thanks, Clyde
  14. clyderose

    Grid, TextBox, Character field, when save need right justification

    Hello, I have a table with a character field that needs to be right justified after a user enters data. It is displayed in a grid using a textbox. Previously this field was accessed using the @...get routine with the FUNC "J" clause for right justification. This then saved the data to the...
  15. clyderose

    vfp 8 form with grid, modify with parameters, current record fields blanked

    Ah, finally I understand! Sometimes it takes awhile. The only guaranteed way to make a grid completely readonly is to make the column1.controlsource an expression instead of a field. To me readonly meant READONLY! I don't allow editing in a grid, I always have the user highlight then click an...

Part and Inventory Search

Back
Top