Re: How do you get the name of an open saved file in memory using message box?

2010-06-18 Thread Robert Brenstein
On 14.06.10 at 07:38 -0700 charles61 apparently wrote: Hi Sarah, The user does not get the file by selecting ti. In this situation, 1. The user creates a new file and populates the file 2. Then saves the file "abc". 3. User decides to make a change in the file. 4. The user opens a new file with

Re: How do you get the name of an open saved file in memory using message box?

2010-06-14 Thread Peter Brigham MD
On Jun 14, 2010, at 10:38 AM, charles61 wrote: Hi Sarah, The user does not get the file by selecting ti. In this situation, 1. The user creates a new file and populates the file 2. Then saves the file "abc". 3. User decides to make a change in the file. 4. The user opens a new file without sa

Re: How do you get the name of an open saved file in memory using message box?

2010-06-14 Thread charles61
___ > use-revolution mailing list > [hidden email] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > > > View message @ > http://runtime-revolution.27830

Re: How do you get the name of an open saved file in memory using message box?

2010-06-13 Thread Mike Bonner
whereas if you just save directly using the file >> name, then it won't. >> >> -- >> Cheers, >> Sarah >> >> Rodeo discussion: >> http://rodeoapps.com/rodeo-discuss-among-yourselves >> _______________________ >>

Re: How do you get the name of an open saved file in memory using message box?

2010-06-13 Thread charles61
com/rodeo-discuss-among-yourselves > ___ > use-revolution mailing list > [hidden email] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-revo

Re: How do you get the name of an open saved file in memory using message box?

2010-06-13 Thread Sarah Reichelt
> The question is how do you get the name of the file that is opened from a > script to save in a variable. This is what I been unable to do. How do you open the file? Do you get the user to select a file using the answer file dialog? If so, try something like this: global gOpenDataFile answer fi

Re: How do you get the name of an open saved file in memory using message box?

2010-06-12 Thread charles61
Sarah, The question is how do you get the name of the file that is opened from a script to save in a variable. This is what I been unable to do. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/How-do-you-get-the-name-of-an-open-saved-file-in-memory-using

Re: How do you get the name of an open saved file in memory using message box?

2010-06-12 Thread charles61
> > changes. > > -- > > View this message in context: > > http://runtime-revolution.278305.n4.nabble.com/How-do-you-get-the-name-of-an-open-saved-file-in-memory-using-message-box-tp2252969p2253195.html > > Sent from the Revolution - User mailing list archive at N

Re: How do you get the name of an open saved file in memory using message box?

2010-06-12 Thread stephen barncard
le to appear in the dialog so the user can > choose to save the file with its current name, a new name or disregard the > changes. > -- > View this message in context: > http://runtime-revolution.278305.n4.nabble.com/How-do-you-get-the-name-of-an-open-saved-file-in-memory-usi

Re: How do you get the name of an open saved file in memory using message box?

2010-06-12 Thread charles61
-revolution.278305.n4.nabble.com/How-do-you-get-the-name-of-an-open-saved-file-in-memory-using-message-box-tp2252969p2253195.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution mailing list use-revolution

Re: How do you get the name of an open saved file in memory using message box?

2010-06-12 Thread Sarah Reichelt
On Sun, Jun 13, 2010 at 5:16 AM, charles61 wrote: > > I have going through various scripts to get the name of a text file (not > stack) that is open in my app using the message box. Does anyone know how to > do this? Charles, at some stage in your scripts, the file was opened. At that point, your

Re: How do you get the name of an open saved file in memory using message box?

2010-06-12 Thread stephen barncard
t; > stack) that is open in my app using the message box. Does anyone know > how > > > to > > > do this? > > > -- > > > View this message in context: > > > > http://runtime-revolution.278305.n4.nabble.com/How-do-you-get-the-name-of-an-open-saved-

Re: How do you get the name of an open saved file in memory using message box?

2010-06-12 Thread charles61
-get-the-name-of-an-open-saved-file-in-memory-using-message-box-tp2252969p2252999.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: How do you get the name of an open saved file in memory using message box?

2010-06-12 Thread charles61
--- > Stephen Barncard > San Francisco > ___ > use-revolution mailing list > [hidden email] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/u

Re: How do you get the name of an open saved file in memory using message box?

2010-06-12 Thread stephen barncard
Otherwise I misread what you were asking. If you have an app and you load a file, it's up to the programmer (you) to keep track of it in a variable or a custom property. There is no "last file loaded" property. On 12 June 2010 12:48, stephen barncard wrote: > answer file "select file:";put it int

Re: How do you get the name of an open saved file in memory using message box?

2010-06-12 Thread stephen barncard
p using the message box. Does anyone know how > to > do this? > -- > View this message in context: > http://runtime-revolution.278305.n4.nabble.com/How-do-you-get-the-name-of-an-open-saved-file-in-memory-using-message-box-tp2252969p2252969.html > Sen

How do you get the name of an open saved file in memory using message box?

2010-06-12 Thread charles61
I have going through various scripts to get the name of a text file (not stack) that is open in my app using the message box. Does anyone know how to do this? -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/How-do-you-get-the-name-of-an-open-saved-file-in-memory