okey, but what about the difference between sTmp and f here
var f2, fc2, sTmp,f;
fc2 = new Enumerator(f2.files)
while(!fc2.atEnd())
{
sTmp = new String(fc2.item());
f = fc2.item();
Im working with converting from javascript to vbscript,
im totally lost in javascript and would be happy to get help with this easy one to get started.
Javascript:
var fc;
fc = new Enumerator(f.SubFolders);
while(!fc.atEnd())
{
sTmp = new String(fc.item())...
Im working with converting from javascript to vbscript,
im totally lost in javascript and would be happy to get help with this easy one to get started.
Javascript:
fc = new Enumerator(f.SubFolders);
while(!fc.atEnd())
{
sTmp = new String(fc.item());
fc.moveNext()...
AAH!! I got the hint! Listen to this...the phenomona simply occurs because of that my changes arent fast enought to saved to the sourze file!
If i do the same procedure as explained above, and then open the "define field" , there is a automatic save to the source file, and i have now...
hmm, i think there is something strange with changing the values for global fields....
i have a global field (defined as a numberfield) with the value 1. Then I run a script with one simple row "set field("nameonthefield", "2").
I close my file, and reopen it, now i...
The global field in this case sets the path where i want to save my files. Im adding docs for each record, at the same time as i rename and moves these documents (this beacause of another application accessing my DB via ODBC.
Is it possible to changes global fields without openeing the DB as a...
In one way i have sucseeded to solve the problem, but im not satisfied with the solution.
OK, i have a global field of the type text. The DB is shared via the Filemaker server. So when i´m opening the file I become a guest on the file. I change the global field and when i reopen the file my...
When i change the value for my global field the "old" value pops up the next time i start my application.
Why doesnt my global field remember my changes?
thank u for answering
/dimi
Ive found out that TROI offers a plugin that handles operations with external files.
there also is a plugin called launch.it 2 that handles external files.
thank you for your reply lebisol
best regards
dimi
There is a plugin for Mac OS called getpath. Is this or asimiliar plugin availible for Windows? I really need to get the path for a inserted object in a container field.
thank you!
/dimi
I mean in FM, when im inserting an object in a container field, for example a MS word document.
I need to access the link to this object, this because im want to export the "linkinformation" via ODBC to another app.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.