I have been programming in 8.5 for a few months now. I am in the process of creating a new form in a db. On the form I have two tables a few fields, buttons, and hide formulas.
If I select Automatically refresh fields on the forms Option properties. Open the form to test on the Client, then push a button then the area just above the row that the button is found including the table above and the background turns blue, so does the area below the last row of the table the buttons reside on. And extending across the document itself outside of the table.
The code in the button is:
@SetField(“INAp”;“Need”);
@Command([RefreshHideFormulas]);
@PostedCommand([ViewRefreshFields])
There is no special formula on the form background. At present it is white.
If I do not check the Automatically refresh fields then clicking the button, simply set’s the field and unhides another button.
I have been developing in 7 for over 3 years and never had something like this happen. I hope that I have describe the issue well enough for you to understand. I showed it to our resident guru (developing 10) years and he hasn’t seen anything like this before.
Has anyone else? Does the back ground on your documents do funky things with this feature selected? Since I am goint to be using hide formulas throughout the form once, I get started on it, will I be needing to put refreshes on the exiting event of pertinent fields instead of using the Auto refresh?
Any thoughts?
Thanks in Advance,
Teri