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 igorsandler

  1. igorsandler

    Variables: NULL vs RELEASE

    Agreed. We normally test if this is till an object and then Release and = .NULL.
  2. igorsandler

    Visual foxpro matrix framework

    We are using MMortals Framework by Kevin MacNish(not sure about last name, can double check tomorrow), using it for more than 25 years utilizing in commercial software. It's pretty great. Basically framework has a lot of base classes with a lot of functionality that you can use by calling a...
  3. igorsandler

    foxpro print

    You don't have to do it at the same time. Let user to print laser report and then call the program to create a text file
  4. igorsandler

    Valid event fires when clicked outside of test box

    I don't quite understand your sample code but I am assuming you are trying to validate the entry in this textbox and show the message if there is no value. Do it on LostFocus() and return -1 so the cursor stays in the textbox. I don't really like this because the user will have to enter...
  5. igorsandler

    Grid - control source being ignored.

    Just check every single grid control for Control Source. Finally, you can set all this up programmatically on the Form.INIT() before DEFAULT()
  6. igorsandler

    Help with default setting to capitalize key words

    Chris, have you seen the snapshot I sent to you? Does it look correctly to you? Because it doesn't work. I am typing some code inside the program
  7. igorsandler

    Help with default setting to capitalize key words

    Chris, that's what I thought but it doesn't do it. Here is what I got: And it still doesn't do it
  8. igorsandler

    Help with default setting to capitalize key words

    Well, when I will own the company I work for :), I will do it. For now I just work there
  9. igorsandler

    Help with default setting to capitalize key words

    Thank you but this is not what I was looking for. I was talking to capitalize by default. If I type alltrim and open parenthesis, it used to capitalize to ALLTRIM(. Doesn't do it anymoer.
  10. igorsandler

    Help with default setting to capitalize key words

    Hello fellow programmers. A bit embarrassed but will try it anyway. We are using FoxPro7 and I am having an issue with default capitalization of key words, like TRANSFORM() or ALLTRIM(). They keep showing up in low cases and, for the life of me, I can't find the default setting. Can't find it in...
  11. igorsandler

    Progress of report being processed

    You really need to determine Exactly how long it takes for the cursor to be created. Unless your report is extremely complicated and has a lot of formulas, as soon as the cursor has been created, the report should pop up nearly instantaneous. You can use Time() before Select and after and it...
  12. igorsandler

    Progress of report being processed

    Are you sure this time is for pulling report and not to create your cursor???
  13. igorsandler

    Report not receiving data properly

    Most likely, the form creates the alias but report set to private data session, like you said. Even though I don't understand how what did he mean by able to preview it but running the form it doesn't work. Seems preview in design mode, not GUI
  14. igorsandler

    Sorting an array

    What kind of error?

Part and Inventory Search

Back
Top