select data with ajax

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
lamany77
User
Posts: 144

select data with ajax

Post by lamany77 »

Dear all
how do i select my data on server using ajax on client...

table a :
code name
00001 name1
00002 name2

table b :
no_pr_link
00001

$("#x_no_pr_link").change(function() {
\\ advice code for ajax
});


arbei
User
Posts: 9384

Post by arbei »

See the examples in the topic Lookup table > Ajax by API and Client Scripts in the help file.


lamany77
User
Posts: 144

Post by lamany77 »

i have used php 2018...
as i know not support for rest API.


sangnandar
User
Posts: 980

Post by sangnandar »

For v2018 use ew_Ajax.
See code example on Help File -> Lookup Table -> Example 3


Post Reply