RE: [flexcoders] how do you guys handle reporting?

2008-04-07 Thread Pavel Cristian Gabriel
that loads the sql reporting services? thanks, d. On Sun, Apr 6, 2008 at 4:18 PM, Pavel Cristian Gabriel [EMAIL PROTECTED] wrote: I am using Microsoft SQL Server Reporting Services. It is integrated to Microsoft SQL Server (Database), the deployment of the reports is on the Web

RE: [flexcoders] how do you guys handle reporting?

2008-04-06 Thread Pavel Cristian Gabriel
I am using Microsoft SQL Server Reporting Services. It is integrated to Microsoft SQL Server (Database), the deployment of the reports is on the Web and they have Excel, Word, PDF, TIFF, or .XML format files for exporting these reports. I want to mention some other features.

[flexcoders] XMListCollection change async.

2008-02-23 Thread Pavel Cristian Gabriel
Hi I store my data into a XMLListCollection variable (name XC). The initial lengt of this XMLListCollection is 10 items (for example: XC.length==10). I leave the user to filter this data and I added a filterfunction to this variable. I set another function named sync() that run every 10 seconds

[flexcoders] Trouble with WebService

2008-02-03 Thread Pavel Cristian Gabriel
Hi, I need some help for connecting flex 3 to a WebService. Right now I am confrunting with two problems: a. Authentication - I want to connect to this webservice with basic authorization (the server support digest, kerberos, ntlm and Windows Integrated)

RE: [flexcoders] How to connect SQL SERVER 2005 using FLEX?

2008-01-21 Thread Pavel Cristian Gabriel
You can connect to SQL Server 2005 directly (even without IIS or Apache). You need to open HTTP ENDPOINT for your SQL Server. (with create http endpoint.) and you need to define SOAP webmetod (as a stored procedure). If your security consideration permit to open batches from