Re: automatic field creation
- From: Diego B <messadua@xxxxxxxx>
- Date: Fri, 24 Aug 2007 12:36:12 -0700
Well, I'm not a cardiologist, but I did have a heart attack and a
bypass operation last year, does that count?
I am very sorry about that, did not intend joke in any way,
I apologize.
If you're having problems with speed of display, having many calculated
fields on the screen is most likely the cause. Simply displaying 300
or 600 plain number fields will not cause slowness, but displaying
summary fields or calculations, particularly ones dependent on related
fields, will bring a db to its knees.
Actually there no that many calculated fields (no more than 40,
globally, maybe less,
do you think this could be the problem ?
I noticed that, when I use the tabs in the layouts FM slows down
noticeably.
I would avoid using Tabs, but there are so many fields in the Echo
Table that I am forced to
do that. Is this problem recognized somewhere or I am the first to
report it ?
One solution is to enter all the base data, and then have a script that
contains the necessary calculations use Set Field to establish all the
calculated values. Those fields then become non-calculated number
fields and will display, sort, and summarize very quickly when
reporting or moving from record to record.
I like this idea, more than auto-enter option.
The script should be something like
set field:: Doppler_GlobalAverage
Insert calculated result:: Average (Basal_Lateral; Bas_InfSeptum;
Bas_InfLat etc...)
is that correct ?
You can also do a great deal with auto-enter calculations in number
fields if you don't want to use a script. These also display quickly,
but sometimes need help triggering when new values are entered. In this
case the functions Let and Evaluate are your friends.
I am not used to those functions but I am ready to get new friends : )
--
Lynn Allen
Thank you very much !
Diego
.
- Follow-Ups:
- Re: automatic field creation
- From: Lynn Allen
- Re: automatic field creation
- References:
- automatic field creation
- From: Diego B
- Re: automatic field creation
- From: Bill
- Re: automatic field creation
- From: Lynn Allen
- automatic field creation
- Prev by Date: Re: automatic field creation
- Next by Date: Vista x64 and Filemaker Pro ODBC
- Previous by thread: Re: automatic field creation
- Next by thread: Re: automatic field creation
- Index(es):
Relevant Pages
|