Update grid online

this post:

https://wiki.nsbasic.com/JqxGrid_Server_Side_Editing_/_Update_using_PHP_and_MySQL_(columntype:dropdownlist_%2B_using_createeditor)

means that I can online update the data online in mysql or any other database ?

Thanks in advance !

I let the author of this article (Kaplankan) know you have q question about it.

George Henne
NS BASIC Corporation
http://www.nsbasic.com

hallo,

yes its true.
In my Apps is a Cheff-Modus with Cheff Passwort and Cheff can manupule the mysql tables, like prices change, text , waiter passwort, enable disable waiters etc…

You can directly edit/update from Ipad your Mysql-Tables.
I tested it only in LAN and I dont need WAN or Internet.
with last NsApStudio version 4…I still use Version 4

Greets
erkan kaplan

Thank you Erkan and George !Cool Solution and sample !

To do It via a LAN what exactly do you do to connect from NSBasic app ?

RICARDO CASSOLATTO

Business Consultant
sintetik@gmail.com / 21 98196-0504

FastMobile
http://fastmobile.info
http://www.facebook.com/ricardo.cassolatto
https://br.linkedin.com/in/ricardo-cassolato-9ba225

you need nothing :slight_smile:

you can save your php file into your server like : 192.168.1.188/Kasse/foo.php

a grid in NsAppStudio and " $(document).ready(function ()" make it for you + a php file on the server-pc

If you change anything in Grid.-Cell, it will be save automaticly in Mysql-tables

-> (var data = “update=true&Firma=” + rowdata.Firma + “&Text=” + rowdata.Text + “&ZeitZone=” + rowdata.ZeitZone :wink:

Ok, I Just need put directly the IP address of the local network on a
specific directory, and there in this network running the php sutff to run
it !

Cool !

Danke ! Thank you so much !

RICARDO CASSOLATTO

Business Consultant
sintetik@gmail.com / 21 98196-0504

FastMobile
http://fastmobile.info
http://www.facebook.com/ricardo.cassolatto
https://br.linkedin.com/in/ricardo-cassolato-9ba225

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.