![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
possibly this question reveals great ignorance, so here goes... |
|
are all global field reset to blank on opening up an FMP file ? |
|
is there a script which will reset all global fields in a file, at onefell swoop, to no value ? |
#3
| |||
| |||
|
|
In article 1182438760.177181.39830 (AT) u2g2000...oglegroups.com>thdyoung@googlemai l.com wrote: possibly this question reveals great ignorance, so here goes... Not necessarily. are all global field reset to blank on opening up an FMP file ? I think you can answer that pretty easily for yourself. Open a file which contains global fields and observe the result. is there a script which will reset all global fields in a file, at onefell swoop, to no value ? I assume you mean "is there a script step..." I suppose it is technically possible, but no. Matt |
#4
| |||
| |||
|
|
"Matt WIlls" <I... (AT) Witz (DOT) End> schreef in berichtnews:nemoThu062107121101 (AT) news (DOT) verizon.net... In article 1182438760.177181.39... (AT) u2g2000hsc (DOT) googlegroups.com>thdyoung@googlemai l.com wrote: possibly this question reveals great ignorance, so here goes... Not necessarily. are all global field reset to blank on opening up an FMP file ? I think you can answer that pretty easily for yourself. Open a file which contains global fields and observe the result. is there a script which will reset all global fields in a file, at onefell swoop, to no value ? I assume you mean "is there a script step..." I suppose it is technically possible, but no. Matt Not only technychalli possible. I have done it in the past. Ursus |
#5
| |||
| |||
|
|
possibly this question reveals great ignorance, so here goes... are all global field reset to blank on opening up an FMP file ? is there a script which will reset all global fields in a file, at one fell swoop, to no value ? |
#6
| |||
| |||
|
|
possibly this question reveals great ignorance, so here goes... are all global field reset to blank on opening up an FMP file ? is there a script which will reset all global fields in a file, at one fell swoop, to no value ? marmot |
#7
| |||
| |||
|
|
"Matt WIlls" <Im (AT) Witz (DOT) End> schreef in bericht news:nemoThu062107121101 (AT) news (DOT) verizon.net... In article 1182438760.177181.39830 (AT) u2g2000...oglegroups.com>thdyoung@googlem ai l.com wrote: possibly this question reveals great ignorance, so here goes... Not necessarily. are all global field reset to blank on opening up an FMP file ? I think you can answer that pretty easily for yourself. Open a file which contains global fields and observe the result. is there a script which will reset all global fields in a file, at onefell swoop, to no value ? I assume you mean "is there a script step..." I suppose it is technically possible, but no. Matt Not only technychalli possible. I have done it in the past. Ursus |
#8
| |||
| |||
|
|
On Jun 21, 8:36 pm, "Ursus" <ursus.k... (AT) wanadoo (DOT) nl> wrote: "Matt WIlls" <I... (AT) Witz (DOT) End> schreef in berichtnews:nemoThu062107121101 (AT) news (DOT) verizon.net... In article 1182438760.177181.39... (AT) u2g2000hsc (DOT) googlegroups.com>thdyoung@googlemai l.com wrote: possibly this question reveals great ignorance, so here goes... Not necessarily. are all global field reset to blank on opening up an FMP file ? I think you can answer that pretty easily for yourself. Open a file which contains global fields and observe the result. is there a script which will reset all global fields in a file, at onefell swoop, to no value ? I assume you mean "is there a script step..." I suppose it is technically possible, but no. Matt Not only technychalli possible. I have done it in the past. Ursus thanks Matt for pointing to the DIY answer to my question: good point! The expert view helps, nevertheless. Ursus, is the technychalli possible thing easily done or not ? And please divulge something more about the method. Marmot |
#9
| |||
| |||
|
|
thdyo... (AT) googlemail (DOT) com> schreef in berichtnews:1182455751.932251.33560 (AT) o61g2000hsh (DOT) googlegroups.com... On Jun 21, 8:36 pm, "Ursus" <ursus.k... (AT) wanadoo (DOT) nl> wrote: "Matt WIlls" <I... (AT) Witz (DOT) End> schreef in berichtnews:nemoThu062107121101 (AT) news (DOT) verizon.net... In article 1182438760.177181.39... (AT) u2g2000hsc (DOT) googlegroups.com>thdyoung@googlemai l.com wrote: possibly this question reveals great ignorance, so here goes... Not necessarily. are all global field reset to blank on opening up an FMP file ? I think you can answer that pretty easily for yourself. Open a file which contains global fields and observe the result. is there a script which will reset all global fields in a file, at onefell swoop, to no value ? I assume you mean "is there a script step..." I suppose it is technically possible, but no. Matt Not only technychalli possible. I have done it in the past. Ursus thanks Matt for pointing to the DIY answer to my question: good point! The expert view helps, nevertheless. Ursus, is the technychalli possible thing easily done or not ? And please divulge something more about the method. Marmot You may already have read about massive scripts that will set the global field back to their initial state. A simpler way may be used when the globals are never reset with a new value. They are never changed along the way. Create a global textfield set it to auto-enter its contents by calculation gMyGlobal < Text ; auto-enter Calculation replaces existing value ; If ( IsEmpty (gMyGlobal) ; "Value" ; "Value") Whatever happens to the field, it will contain the string "Value", even after a clone or an export. Keep well, Ursus |
#10
| |||
| |||
|
|
On Jun 22, 4:49 am, "Ursus" <ursus.k... (AT) wanadoo (DOT) nl> wrote: You may already have read about massive scripts that will set the global field back to their initial state. |
|
A simpler way may be used when the globals are never reset with a new value. They are never changed along the way. Create a global textfield set it to auto-enter its contents by calculation gMyGlobal < Text ; auto-enter Calculation replaces existing value ; If ( IsEmpty (gMyGlobal) ; "Value" ; "Value") Whatever happens to the field, it will contain the string "Value", even after a clone or an export. If the field never changes, wouldn't a making the field a global calculation = "Value" be simpler? |
![]() |
| Thread Tools | |
| Display Modes | |
| |