PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV Mobile 2024 → Hi i am New to Windev Mobile and need Help
Hi i am New to Windev Mobile and need Help
Iniciado por SANJAY / Sanjay, out., 10 2013 1:01 PM - 6 respostas
Membro registado
6 mensagems
Publicado em outubro, 10 2013 - 1:01 PM
Hi i am new to Windev Mobile and was very much impress with the software but was disappointed due to the Study material available in English as they are very few . Currently i am stuck at following place

I am trying to create a similar work like ORDER MANAGEMENT example in Android where capturing of order etc is taking place
now what i need more help is I need to replicate the data to 1 Website of mine ie where the further CRM and process of the received order is done. But i am not able to do so as i dont have any example or idea how to send data to website static ip
SQL.

can anybody help and guide me how to send data and get data from SQL and static ip from outside which will help me to complete my test. Once this is done i am will be 100% confident of myself

I would also like to have more of study material on mobile other then the tutorial pdf provided as they are basics and does not help me much.

Your immediate help/reply would be appreciated

Thanks

Sanjay Jobanputra
email : sanjay_thakkar@hotmail.com

--
Sanjay Jobanputra
Publicado em outubro, 10 2013 - 3:52 PM
Hi Sanjay

the normal way of doing this is to use a webservice... As you already
have a website, the easiest way to implement it is to use httprequest to
dialog with a specially built page in your web site (you pass parameters
with your information or queries in your request, and the page sends
back/display a text string with the answer)

For security, you can of course encrypt/decrypt, implement a login
system, a token mamagement, or anything else that may be needed in your case

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

More information on http://www.fabriceharari.com


On 10/10/2013 5:01 AM, SANJAY / Sanjay wrote:
Hi i am new to Windev Mobile and was very much impress with the software
but was disappointed due to the Study material available in English as
they are very few . Currently i am stuck at following place
I am trying to create a similar work like ORDER MANAGEMENT example in
Android where capturing of order etc is taking place
now what i need more help is I need to replicate the data to 1 Website
of mine ie where the further CRM and process of the received order is
done. But i am not able to do so as i dont have any example or idea how
to send data to website static ip
SQL.

can anybody help and guide me how to send data and get data from SQL and
static ip from outside which will help me to complete my test. Once this
is done i am will be 100% confident of myself
I would also like to have more of study material on mobile other then
the tutorial pdf provided as they are basics and does not help me much.

Your immediate help/reply would be appreciated

Thanks

Sanjay Jobanputra
email : sanjay_thakkar@hotmail.com

--
Sanjay Jobanputra
Membro registado
6 mensagems
Publicado em outubro, 10 2013 - 5:50 PM
Dear Fabrice Harari

Thanks a ton to give a hint how to proceed i have searched the net a lot for the hint but did not get any for the same.
i will try the Http methods if not then will try webservices in different manner
though it wil ltake time but definetly i will try to do the same in sucess..

Thanks

Sanjay

--
Sanjay Jobanputra
Membro registado
6 mensagems
Publicado em outubro, 10 2013 - 6:20 PM
And 1 more thing here in India festivals are going on where blessing of god is given i am passing the same to you
GOD BLESS YOU......

--
Sanjay Jobanputra
Membro registado
6 mensagems
Publicado em outubro, 26 2013 - 8:22 PM
Dear Fabrice Harari

Greetings

I was sucessful in receving the data from mysite with help of webservice made by us
thanks for the hint and also thanks for the help

1 more question what should i do for the purpose of sending the data from mobile to site
A) webservices
B) HttpsendForm
C) Socket


Thanks once again.

Sanjay

--
Sanjay Jobanputra
Publicado em outubro, 28 2013 - 2:26 PM
Hi

if you already have a working webservice in place to communicate with
your site, then use it to send data to the site too...

On my side, as I told you before, I prefer to use httprequest for this
kind of communication, either to receive or send data from/to a web site

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

More information on http://www.fabriceharari.com


On 10/26/2013 12:22 PM, SANJAY / Sanjay wrote:
Dear Fabrice Harari

Greetings

I was sucessful in receving the data from mysite with help of webservice
made by us thanks for the hint and also thanks for the help

1 more question what should i do for the purpose of sending the data
from mobile to site A) webservices
B) HttpsendForm
C) Socket


Thanks once again.

Sanjay

--
Sanjay Jobanputra
Membro registado
6 mensagems
Publicado em outubro, 29 2013 - 6:51 AM
Thanks a ton i would complete the module and work on it
Sanjay

--
Sanjay Jobanputra