I have read the docs on augmenting a PQA with C/C++ and was trying to find a way to do the following: I want to have a PQA that has a button that will call a C app using the Palm and PalmCall function calls. I wanted to take the data selected/filled out in the PQA and pass is to the C program. Then the C program will perform some look ups and data processing and then perform a post to the clipper application to get the form to the web site. Two major issues have come up which I can't find answered in the technical docs: 1. How do I pass the form variables to the C app? I realize that I can call the C app and pass the parameters afterwards, but how can the parameters be based off of form variables in the PQA? 2. Calling the clipper app with SysAppLaunchCmdGoToURL only allows for a GET operation. I want to perform (securely) a POST with some form variables and some other values calculated in the C app. Does anyone have any suggestions for how I can solve this puzzle? Thanks in advance! -- Thanks, Dave Haupert DDH Software, Inc [EMAIL PROTECTED] http://www.ddhsoftware.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html
