In general, you cannot launch arbitrary applications from
Flex for the same reason that you cannot launch arbitrary applications from
HTML: security.
If you need to execute server-side code, it needs to happen
through a web server, such as .Net, PHP, CF, or any J2EE server. If you need to
execute client-side code, you need to create an ActiveX control or find some
other way to get the browser to execute the code for you.
-Sho
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of nithya karthik
Sent: Thursday, May 12, 2005 4:54 AM
To: [email protected]
Subject: RE: [flexcoders] How to load a .mdb from a flex application?
Hai,
I tried using the getURL(), but it didnt work.. I
need to open an MS Access application with the particular .mdb file opened on
click of a button or something... please help me with the code
thanks,
nithya
Abdul Qabiz <[EMAIL PROTECTED]> wrote:
Abdul Qabiz <[EMAIL PROTECTED]> wrote:
Hi,I guess, you can try to open .mdb file using getURL(..), user would be prompted to save or open the file. File would be opened with default application to open .mdb, which is MS Access if someone has not changed it to Open Office :)
try this:getURL("my.mdb", "_blank");-abdul
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of nithya karthik
Sent: Thursday, May 12, 2005 4:44 PM
To: [email protected]
Subject: RE: [flexcoders] How to load a .mdb from a flex application?Is there any possibility to run an EXE on click of a button( i'd like to open an MS Access application)regards,nithya
Steven Webster <[EMAIL PROTECTED]> wrote:Do you mean how to do you connect Flex to an access database ?!? Flex doesn'tconnect directly to a database; you would have some middleware perform your databaseintegration (eg j2EE code, or some C# code exposed as a web service) and them useone of the Flex Data Service APIs (eg RemoteObject or WebService tag) to invokemethods on your middleware that are responsible for interrogating your database.Steven--Steven Webster
Technical Directoriteration::twoThis e-mail and any associated attachments transmitted with it may contain confidential information and must not be copied, or disclosed, or used by anyone other than the intended recipient(s). If you are not the intended recipient(s) please destroy this e-mail, and any copies of it, immediately.
Please also note that while software systems have been used to try to ensure that this e-mail has been swept for viruses, iteration::two do not accept responsibility for any damage or loss caused in respect of any viruses transmitted by the e-mail. Please ensure your own checks are carried out before any attachments are opened.
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of nithya karthik
Sent: 12 May 2005 11:24
To: flexcoders
Subject: [flexcoders] How to load a .mdb from a flex application?hai,How to load a .mdb file from a flex application either on click of a button or somehow?thanks,nithya
Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now
Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now
Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

