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 gkittelson 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. TulsaMurph

    Help with focus

    Thanks for all the help, I have some new programming to do, so I can practice some of this. I found the problem with the SelectOnEntry, I am using FP 5.0 and there is apparently a bug Microsoft is aware of. here is the workaround if anyone else is reading this. In the GotFocus event, paste...
  2. TulsaMurph

    Help with focus

    Mike, I have another question. I can not seem to get the SelectOnEntry function to work. I have tried formatting my text box as a character type with the fomat K and in programming, SelectOnEntry=.T., but when focus changes to the box either by using tab, clicking or taborder, the whole box is...
  3. TulsaMurph

    Help with focus

    Yes, the @...get and @...say commands seem to be pretty much in the past, but they served us well. I pretty much created the programs I needed and didn't program any more until my 2.5 would no longer work with the computer I have. It was a choice between putting up with limited RAM and...
  4. TulsaMurph

    Help with focus

    Thanks for the posts, I will work on my programming skills to bring my language up to date, I appreciate the help. I did find the line that was locking up the program by eliminating most of the program, then bringing back chunks until I found the lockup. The line that killed me was: @06,40...
  5. TulsaMurph

    Help with focus

    Thanks Mike, I'll look into it. Any keywords in particular I should look up other than "Parameter object"? In the simple environment I am using this program, I don't think it will be a problem, of course, the program I am running is locking up, so all is not well yet. I would like to know the...
  6. TulsaMurph

    Help with focus

    Sorry for the double post, I don't know how to edit a post once it has been posted.
  7. TulsaMurph

    Help with focus

    Thanks for the posts! So far, I have been able to accomplish a lot of what I was trying to do by first establishing variables (memvar=" ") in the calling program then using the DO FORM command. In the form, the first set of boxes are visible and all others are invisible. When the first...
  8. TulsaMurph

    Help with focus

    Thanks for the posts! So far, I have been able to accomplish a lot of what I was trying to do by first establishing variables (memvar=" ") in the calling program then using the DO FORM command. In the form, the first set of boxes are visible and all others are invisible. When the first...
  9. TulsaMurph

    Help with focus

    Thank you for the post Mike. That works, but each time I issue "DO FORM" I open another instance of the form. I want to keep two forms open, one visible and one that appears and hides. On the dissappearing form, I thought I would have several questions and corresponding answer boxes that are...
  10. TulsaMurph

    Help with focus

    (Originally posted in General coding thread) I have used FP 2.6 for most of my programming and am now working on converting to VFP. I have created a formset with two forms. On one form, a command button runs a previously written program with some @...Get lines I am trying to replace with new...

Part and Inventory Search

Back
Top