Sandy R Posted December 14, 2004 Posted December 14, 2004 I've got a few fields in my solution that don't update their values unless I physically put the cursor in them and click...sometimes. I can't figure out why some fields do this. It makes no difference whether the field is in the layout as a field or as a merge field. Also is there any way to ensure that ALL fields in a layout are updated to the "current" values? thanks...Sandy
Vaughan Posted December 14, 2004 Posted December 14, 2004 Make sure that the field's home table is the same as that for the layout. What kind of fields are they: calculations, related?
Sandy R Posted December 14, 2004 Author Posted December 14, 2004 It looks like the more problematic ones are calculation fields....one is the user login name which I obtain via a Get(AccountName) call which I place into a field. Sandy
-Queue- Posted December 14, 2004 Posted December 14, 2004 Any calculation fields using Get functions must be unstored in order to auto-update.
Recommended Posts
This topic is 7360 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now