Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 6 of 6 total
Thread How WIll EWB Handle Reporting?
Thu, Feb 23 2012 9:29 PMPermanent Link

Frederick Chin

I currently use a third-party component to handle reporting and design work in Delphi 7. Will reporting be a built-in feature of EWB or will writing code or using a third-party product be necessary?

-- Frederick
Wed, Feb 29 2012 2:02 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Frederick,

<< I currently use a third-party component to handle reporting and design
work in Delphi 7. Will reporting be a built-in feature of EWB or will
writing code or using a third-party product be necessary? >>

You're going to need to generate the reports on the back-end and then have
the front-end EWB application retrieve them in PDF, etc. format.  The EWB
application can then display them in an HTML container, which will be
available in the next EWB build (probably the last one before the final
release).

--
Tim Young
Elevate Software
www.elevatesoft.com
Thu, Mar 1 2012 3:29 PMPermanent Link

Steve Gill

Avatar

<< .....which will be available in the next EWB build (probably the last one before the final
release). >>

T minus 12 days and counting. Wink
Thu, Mar 1 2012 8:19 PMPermanent Link

Frederick Chin

Tim,

>>
You're going to need to generate the reports on the back-end and then have
the front-end EWB application retrieve them in PDF, etc. format.  The EWB
application can then display them in an HTML container, which will be
available in the next EWB build (probably the last one before the final
release).
<<

Will you be providing samples on how to generate reports that can be accessed by EWB in the final release?

Is it correct to say that with EWB, I will not need to use third party products since everything not available within EWB can be coded using PHP?

-- Frederick
Mon, Mar 5 2012 12:24 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Frederick,

<< Will you be providing samples on how to generate reports that can be
accessed by EWB in the final release? >>

I will be providing examples on how to do PDF display, yes, so that will
serve as a good example of how to get a report from the back-end generation
out to the front-end web application.

<< Is it correct to say that with EWB, I will not need to use third party
products since everything not available within EWB can be coded using PHP?
>>

Well, you may need third party products regardless of the back-end language
that you choose.  It really depends upon your needs and how much the base
language/product can accomplish them.  PHP has quite an ecosystem around it,
so you can probably find an extension/code that will do just about anything
you need.

In general, though, anything that is too much processing for the EWB
front-end can/should be done on the back-end.

--
Tim Young
Elevate Software
www.elevatesoft.com
Mon, Mar 5 2012 10:54 PMPermanent Link

Frederick Chin

Tim,

Thanks for the information. I am looking forward to the final release for EWB.

-- Frederick
Image