08-17-2001 12:04 PM
08-17-2001 12:09 PM
08-17-2001 12:12 PM
08-17-2001 01:51 PM
02-05-2008 09:36 AM
06-23-2015 01:30 PM
WOW! It really works!
06-23-2015 01:39 PM
@Leiyuan wrote:
WOW! It really works!
Yes, but that is no longer the prefered solution! (It is 14 years old afer all)
Better: Drop invoke nodes before and after the table value updates and select method "Defer FP Updates" Set True before and False after.
The help file will tell you more but essentially this forces any updates to the FP to happen, Stops updating the FP, Allows you to transfer a whole bunch of data to get ready for display and then makes all of the updates at the same time.
06-23-2015 04:46 PM
For some reason, the deferfpupdate property does not work in my application. Only the decoration works.
06-23-2015 06:18 PM
@Leiyuan wrote:
For some reason, the deferfpupdate property does not work in my application. Only the decoration works.
Lets see some code.... you might have other problems. Feel free to start a new thread to address your issue.
06-23-2015 07:04 PM
@Leiyuan wrote:
For some reason, the deferfpupdate property does not work in my application. Only the decoration works.
How often does the data change in the table and how often does it get updated? What is your loop rate?