Re: Help choosing a field from a script
- From: "Ursus" <ursus.kirk@xxxxxxxxxx>
- Date: Sun, 22 Jul 2007 19:24:21 +0200
<squeed2000@xxxxxxxxx> schreef in bericht
news:1185046432.785769.103590@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I get what you are saying here, and this is what I tried, but it seems
that in FMP7 the "Set Field" command can not be based off of a
calculation.
Also, is there a way to have FMP choose the fields itself, or do I
have to manually code them.
-S
Well with only three fields it is only three if in the script,
But it is easy enough to work around. at least in V8.5, I don't remember if
V7 already had objectnames.
Apply an objectname to each field. You can use the fieldname as object name.
Then use the goto object scriptstep (this can be calculated)
the next script is Set Field without (!!!) specifying the field name. In
this way it will use the currecnt active field.
Keep Well, Ursus
.
- Follow-Ups:
- Re: Help choosing a field from a script
- From: Matt WIlls
- Re: Help choosing a field from a script
- References:
- Help choosing a field from a script
- From: squeed2000
- Re: Help choosing a field from a script
- From: Ursus
- Re: Help choosing a field from a script
- From: squeed2000
- Help choosing a field from a script
- Prev by Date: Populate a layout with a "found" record
- Next by Date: Re: Populate a layout with a "found" record
- Previous by thread: Re: Help choosing a field from a script
- Next by thread: Re: Help choosing a field from a script
- Index(es):
Relevant Pages
|