bulk edit

Discussions related to customizing hooks. Hooks are documented at http://bigprof.com/appgini/help/advanced-topics/hooks/
Post Reply
User avatar
baudwalker
Veteran Member
Posts: 188
Joined: 2015-02-03 08:08
Location: Bellingen NSW Australia

bulk edit

Post by baudwalker » 2016-11-28 03:15

Hi all,

I have a DB where I require to send an entry of "0" or "1" to the field "Membership" as a bulk transaction.

I have tried to adapt the samples shown throughout the forum but fin I am going around in circles.

The Table is "Members" and the fields are
M_ID
GLNumber
F_name
L_name
Membership

I have members.php working OK and it passes through to members.tv.js when I test with "alert("IDs selected from " + table_name + ids); "

But that's it, can anyone assist?

User avatar
baudwalker
Veteran Member
Posts: 188
Joined: 2015-02-03 08:08
Location: Bellingen NSW Australia

Re: bulk edit

Post by baudwalker » 2016-11-28 04:31

OK I got it to work.
Is it possible to have the exiting page of edited data showing on the page. At the moment it returns to the beginning (page 1) then you have to move to the page

Post Reply