Re: [flexcoders] Excel, Flex Database

2006-07-06 Thread Tom Chiverton
On Wednesday 05 July 2006 16:47, Ritesh Jariwala wrote:
 Tom, can you redirect to me example or any tutorial on it?

On what ?
xls as a datasource shouldn't need one, and the Adobe DevNet has tons of FDS 
examples.

-- 
Tom Chiverton



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.



 Yahoo! Groups Sponsor ~-- 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] Excel, Flex Database

2006-07-06 Thread Phil Marston






That's cool - does anyone know if this has been (is being) done for
other MSOffice formats (namely PowerPoint and Word)?

Cheers,

Phil

Darron J. Schall wrote:

  Yes, it's possible for Flex to load Microsoft Excel data.  However, it's 
not easy.  You have to write a custom parser for the .xls file format.  
You can pull the raw binary data in via URLLoader setting it's 
dataFormat to DataFormat.BINARY, and then parse the .xls data into 
something usable for the Flex client.

See Jim Cheng's discussion on it here: 
http://www.psalterego.com/2006/05/17/parsing-excel-files-with-actionscript-30/

Simple demo here: http://dev.psalterego.com/xls/ExcelParser.html

-d

Ritesh Jariwala wrote:
  
  
Hi All,

 

I have question regarding application development.

 

I need to develop little application which can load data from database 
using flex into Microsoft Excel.

 

Is it possible that flex can load the excel data or suppose if I made 
changes in excel sheet and click on save it can save data into 
database using flex?

 

I know, I already seen such video when fabridge introduced, I am not 
able to find the link of that video and examples.

 

Can anyone tell me whether this is possible or not with flex?

 

 

With Regards,

 

Ritesh Jariwala (Actkid)

Freelance Developer

www.actkid.com http://www.actkid.com

Company: www.synonymic.com http://www.synonymic.com

 

 

 

  
  



 Yahoo! Groups Sponsor ~-- 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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:
http://docs.yahoo.com/info/terms/
 



  


-- 
__ 
Phil Marston 
Learning Technologist
Learning Technology Unit 
Edward Wright G33, University of Aberdeen, Aberdeen, AB24 3QY, UK
[EMAIL PROTECTED] Tel: +44(0)1224 273329 / +44(0)7798 723660 
http://www.abdn.ac.uk/diss/ltu/pmarston/
http://www.abdn.ac.uk/diss/ltu/
__

The University of Aberdeen Open Day 29th August 2006
Booking is essential
www.abdn.ac.uk/openday
email [EMAIL PROTECTED]
or call 0800 027 1495


__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   



  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___




RE: [flexcoders] Excel, Flex Database

2006-07-06 Thread Ritesh Jariwala










Hi Phill,



I remembered the video when fabridge introduced. Some how adobe
has took off link from the website. That video clearly shows such thing is
possible. I remembered there were source code links too. Not able to find now.





With Regards,



Ritesh Jariwala (Actkid)

Freelance Developer 

www.actkid.com

Company: www.synonymic.com











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Phil
Marston
Sent: Thursday, July 06, 2006 2:16 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Excel, Flex  Database













That's cool - does anyone know if this has been (is being) done for other
MSOffice formats (namely PowerPoint and Word)?

Cheers,

Phil

Darron J. Schall wrote: 

Yes, it's possible for Flex to load Microsoft Excel data. However, it's not easy. You have to write a custom parser for the .xls file format. You can pull the raw binary data in via URLLoader setting it's dataFormat to DataFormat.BINARY, and then parse the .xls data into something usable for the Flex client.See Jim Cheng's discussion on it here: http://www.psalterego.com/2006/05/17/parsing-excel-files-with-actionscript-30/Simple demo here: http://dev.psalterego.com/xls/ExcelParser.html-dRitesh Jariwala wrote: 

Hi All, I have question regarding application development. I need to develop little application which can load data from database using flex into Microsoft Excel. Is it possible that flex can load the excel data or suppose if I made changes in excel sheet and click on save it can save data into database using flex? I know, I already seen such video when fabridge introduced, I am not able to find the link of that video and examples. Can anyone tell me whether this is possible or not with flex?  With Regards, Ritesh Jariwala (Actkid)Freelance Developerwww.actkid.com http://www.actkid.comCompany: www.synonymic.com http://www.synonymic.com   

 Yahoo! Groups Sponsor ~-- Great things are happening at Yahoo! Groups. See the new email design.http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM~- --Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 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: http://docs.yahoo.com/info/terms/  





-- __ Phil Marston Learning TechnologistLearning Technology Unit Edward Wright G33, University of Aberdeen, Aberdeen, AB24 3QY, UK[EMAIL PROTECTED] Tel: +44(0)1224 273329 / +44(0)7798 723660 http://www.abdn.ac.uk/diss/ltu/pmarston/http://www.abdn.ac.uk/diss/ltu/__The University of Aberdeen Open Day 29th August 2006Booking is essentialwww.abdn.ac.uk/opendayemail [EMAIL PROTECTED]or call 0800 027 1495

 




__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___





Re: [flexcoders] Excel, Flex Database

2006-07-05 Thread Darron J. Schall
Yes, it's possible for Flex to load Microsoft Excel data.  However, it's 
not easy.  You have to write a custom parser for the .xls file format.  
You can pull the raw binary data in via URLLoader setting it's 
dataFormat to DataFormat.BINARY, and then parse the .xls data into 
something usable for the Flex client.

See Jim Cheng's discussion on it here: 
http://www.psalterego.com/2006/05/17/parsing-excel-files-with-actionscript-30/

Simple demo here: http://dev.psalterego.com/xls/ExcelParser.html

-d

Ritesh Jariwala wrote:

 Hi All,

  

 I have question regarding application development.

  

 I need to develop little application which can load data from database 
 using flex into Microsoft Excel.

  

 Is it possible that flex can load the excel data or suppose if I made 
 changes in excel sheet and click on save it can save data into 
 database using flex?

  

 I know, I already seen such video when fabridge introduced, I am not 
 able to find the link of that video and examples.

  

 Can anyone tell me whether this is possible or not with flex?

  

  

 With Regards,

  

 Ritesh Jariwala (Actkid)

 Freelance Developer

 www.actkid.com http://www.actkid.com

 Company: www.synonymic.com http://www.synonymic.com

  

  

  




 Yahoo! Groups Sponsor ~-- 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Excel, Flex Database

2006-07-05 Thread Ritesh Jariwala










Yea darron,



My question was not loading xls file into Flex Client. My
question was how can we integrate flex data services to xls file so if I add record
in excel file and click on save button will reflect changes in database.



I know its possible with flex data services..i even saw video of
it when fabridge was introduce, currently adobe has took off video from the
website. I remember it has source codes too.



Do you know how to that or any suggestions on it?





With Regards,



Ritesh Jariwala (Actkid)

Freelance Developer 

www.actkid.com

Company: www.synonymic.com











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Darron
J. Schall
Sent: Wednesday, July 05, 2006 7:07 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Excel, Flex  Database













Yes, it's possible for Flex to load Microsoft
Excel data. However, it's 
not easy. You have to write a custom parser for the .xls file format. 
You can pull the raw binary data in via URLLoader setting it's 
dataFormat to DataFormat.BINARY, and then parse the .xls data into 
something usable for the Flex client.

See Jim Cheng's discussion on it here: 
http://www.psalterego.com/2006/05/17/parsing-excel-files-with-actionscript-30/

Simple demo here: http://dev.psalterego.com/xls/ExcelParser.html

-d

Ritesh Jariwala wrote:

 Hi All,

 

 I have question regarding application development.

 

 I need to develop little application which can load data from database 
 using flex into Microsoft Excel.

 

 Is it possible that flex can load the excel data or suppose if I made 
 changes in excel sheet and click on save it can save data into 
 database using flex?

 

 I know, I already seen such video when fabridge introduced, I am not 
 able to find the link of that video and examples.

 

 Can anyone tell me whether this is possible or not with flex?

 

 

 With Regards,

 

 Ritesh Jariwala (Actkid)

 Freelance Developer

 www.actkid.com http://www.actkid.com

 Company: www.synonymic.com http://www.synonymic.com

 

 

 



 




__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___





Re: [flexcoders] Excel, Flex Database

2006-07-05 Thread Tom Chiverton
On Wednesday 05 July 2006 15:17, Ritesh Jariwala wrote:
 can we integrate flex data services to xls file so if I add record in excel
 file  and click on save button will reflect changes in database.

With Enterprise FDS, you set the xls file as a CF datasource, and FDS will 
send the updated data to the Flex client.

-- 
Tom Chiverton



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.



 Yahoo! Groups Sponsor ~-- 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] Excel, Flex Database

2006-07-05 Thread Ritesh Jariwala
Tom, can you redirect to me example or any tutorial on it?

With Regards,
 
Ritesh Jariwala (Actkid)
Freelance Developer 
www.actkid.com
Company: www.synonymic.com
 
 
-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tom Chiverton
Sent: Wednesday, July 05, 2006 8:54 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Excel, Flex  Database

On Wednesday 05 July 2006 15:17, Ritesh Jariwala wrote:
 can we integrate flex data services to xls file so if I add record in 
 excel file  and click on save button will reflect changes in database.

With Enterprise FDS, you set the xls file as a CF datasource, and FDS will
send the updated data to the Flex client.

--
Tom Chiverton



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and
Wales under registered number OC307980 whose registered office address is at
St James's Court Brown Street Manchester M2 2JF.  A list of members is
available for inspection at the registered office. Any reference to a
partner in relation to Halliwells LLP means a member of Halliwells LLP.
Regulated by the Law Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may
be confidential or legally privileged.  If you are not the addressee you
must not read it and must not use any information contained in nor copy it
nor inform any person other than Halliwells LLP or the addressee of its
existence or contents.  If you have received this email in error please
delete it and notify Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.



 Yahoo! Groups Sponsor ~--
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links



 




 Yahoo! Groups Sponsor ~-- 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] Excel, Flex Database

2006-07-05 Thread Lance Linder












Darron, thanks for the links to these
examples! It is great to see some work done to import .xls files.



Is there any more recent work on this or
source to go with these examples? I would like to play around with this idea
and any source code would be greatly appreciated!



Thanks,

Lance











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Darron J. Schall
Sent: Wednesday, July 05, 2006
8:37 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Excel,
Flex  Database











Yes, it's possible for Flex to load Microsoft Excel
data. However, it's 
not easy. You have to write a custom parser for the .xls file format. 
You can pull the raw binary data in via URLLoader setting it's 
dataFormat to DataFormat.BINARY, and then parse the .xls data into 
something usable for the Flex client.

See Jim Cheng's discussion on it here: 
http://www.psalterego.com/2006/05/17/parsing-excel-files-with-actionscript-30/

Simple demo here: http://dev.psalterego.com/xls/ExcelParser.html

-d

Ritesh Jariwala wrote:

 Hi All,

 

 I have question regarding application development.

 

 I need to develop little application which can load data from database 
 using flex into Microsoft Excel.

 

 Is it possible that flex can load the excel data or suppose if I made 
 changes in excel sheet and click on save it can save data into 
 database using flex?

 

 I know, I already seen such video when fabridge introduced, I am not 
 able to find the link of that video and examples.

 

 Can anyone tell me whether this is possible or not with flex?

 

 

 With Regards,

 

 Ritesh Jariwala (Actkid)

 Freelance Developer

 www.actkid.com http://www.actkid.com

 Company: www.synonymic.com http://www.synonymic.com

 

 

 






__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   



  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___