elitevenkat Active Member Licensed User Longtime User Sep 24, 2018 #1 hiis it possible to send additional parameters say a string variable from a jrdc client ui appn to the jrdc non-ui server app? if possible, how to do it ?
hiis it possible to send additional parameters say a string variable from a jrdc client ui appn to the jrdc non-ui server app? if possible, how to do it ?
Erel B4X founder Staff member Licensed User Longtime User Sep 24, 2018 #2 Why is the title: AppStart? It has nothing to do with the question. Two possible methods: 1. Add the additional parameters to the URL as GET parameters. See how the "method" parameter is sent and add other parameters. 2. Modify DBCommand type and add more fields. Do it both on the server and client. Upvote 0
Why is the title: AppStart? It has nothing to do with the question. Two possible methods: 1. Add the additional parameters to the URL as GET parameters. See how the "method" parameter is sent and add other parameters. 2. Modify DBCommand type and add more fields. Do it both on the server and client.
elitevenkat Active Member Licensed User Longtime User Sep 24, 2018 #3 Sorry for the inappropriate title Erel. I will try to do as you said. Upvote 0