views:

276

answers:

0

A couple of questions bundled here...

The basics: I am working with a .NET application that needs to have a LiveCycle form connect to an Oracle database to retrieve some data so that the user opens the form and it pre-populates with their information.

I am running into a couple problems -

1-Does anybody know how to parameterize a query? I need the .NET app to give the PDF (in designer) a certain parameter to run the db query with.

2-Along the same lines... how can you send that parameter from your application to LC/designer?

I have certain restrictions and am needing to do this all without using LiveCycle output or render services.

3-after the data is retrieved, how/where can you smash together the returned xml and pdf to send back to user on the app as an xdp?

Thanks