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...
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.
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...
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...
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...
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.
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
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.