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 derfloh 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 ron1089

  1. ron1089

    Changing data in one form while in another for

    thanks rick and torturedmind. I tried the MyForm1 and it didn't work in my situation.
  2. ron1089

    Changing data in one form while in another for

    Thanks Rick I don't understand how you use the references. Could you give me an example?
  3. ron1089

    Changing data in one form while in another for

    There is a form containing a textbox with a controlsource pointing to a record in a table. A DO FORM command is issued and the new form comes on the screen without covering the textbox of the original form. A search is done in the second form and changes the record pointer in the same table...
  4. ron1089

    Grid focus causes unwanted font expansion

    Craig I followed your suggestion, but the sparse doesn't work. If I try to just change the fontsize of a grid cell I get the behaviour I described. If I use the DYNAMICFONTSIZE property instead, the focus doesn't cause the font to expand.
  5. ron1089

    Grid focus causes unwanted font expansion

    Marcia I did something similar. What seems to be happening is that if I programmatically change the fontsize of the cells something clicks on and the fonts expand in what ever cell has focus. When the cell looses focus it returns to the default size. I have found a solution to my problem by...
  6. ron1089

    Grid focus causes unwanted font expansion

    Thanks Dave I checked the things you suggested. The fonts are the same in both grid and grid class. All of the Dynamic... settings I have seen have been un-activated and at default. I couldn't find any desktop settings that would affect the focus. Also looked at SYS(..) and SET settings. I...
  7. ron1089

    Grid focus causes unwanted font expansion

    I have a project with grids that expands the size of the fonts of which ever textbox has focus. The entire row or entire column does not expand. I have checked all of the properties and methods of the grids and their parent class and have not found a cause for this. I have checked the FAQ's...
  8. ron1089

    Change fontsize of caption in titlebar

    Thank you Ron
  9. ron1089

    Change fontsize of caption in titlebar

    Can you change the fontsize of the caption in the titlebar of a form? If you can, how? When I change the fontsize in the form it doesn't change the caption in the titlebar.
  10. ron1089

    Error when modifying a class

    Thanks for the help. I do backup. This code came to me this way.
  11. ron1089

    Error when modifying a class

    What you say is correct. So why does this error message occur? Why isn't VFP looking into the VCX file to see that pageframe object?
  12. ron1089

    Error when modifying a class

    I am saying that at record 32, VFP is looking for a container (pageframe in this case) called PFRMAIN. It is not there. So I get the error message. This is what I think it should look like. 31 FRMINVENTRY 32 FRMINVENTRY.PFRMAIN 33 FRMINVENTRY.PFRMAIN.txtItemId
  13. ron1089

    Error when modifying a class

    I think I understand the error message now. ERROR LOADING FILE textItemID PARENT:OBJCLASS IS INVALID FOR THIS CONTAINER. Record 32 When you look at the SCX PARENT fields in record 31 and 32 you can see the problem. 31 FRMINVENTRY 32 FRMINVENTRY.PFRMAIN.txtItemId PFRMAIN is the name of the...
  14. ron1089

    Error when modifying a class

    Question 1: Yes and No. No any change made in the form CLASS triggers the error in the forms created from it. Yes VFP lets me modify the form CLASS but with the above results. One thing I tried is interesting. I took one of the forms created from the form CLASS and removed all of the...
  15. ron1089

    Error when modifying a class

    Tried the cleanup (both class and project). Didn't work.

Part and Inventory Search

Back
Top