NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Djordje Radovanovic on March 12, 2015, 02:34:07 AM
-
Ok. I give up. I serached with several different key words this forum and did not find solution. Is there some good person to share with me the sicret how to start server side procedure when user push the button. Just to do some code on server side and refresh same page where button is.
Thank you in advance,
Djole
-
Hi Bruce,
we had conversation on last NetTalk user group meeting and you asked me to put here some more about problem we discussed.
I make simple B2B web program. It has few tasts.
1. Browse through catalog and select products in basket, see picture of product.
2. View past invoices and their payment status
3. View basket content and maintain it. Produce new purchase order from basket.
4. View already created purchase orders and see their status and if it not finished to make some changes.
Ad. 1
Task completed. It may look better but that is upon css (and me).
Ad 2. 3. and 4.
I build one single form with several subbrowse and subform. The original problem is linked to this form.
Task to produce new purchase order from basket content was assign to button which was on subform. It was never fired.
When I put button on main form button works ok.
Best regards,
Djole
-
can you post the app so I can try it here?
cheers
Bruce
-
Hi,
Is this a multi dll app?
If yes, then this could be your problem.
You have to compile the main exe if you add a button to a form that is in one of your dll's
This will not result in a compile error, but the button has to be generated into the nettalk code in the main exe to "register" the button.
Johan
-
Hi Johan,
No multi dll.
Best regards,
Djole