error-Please select rows to edit

Questionserror-Please select rows to edit
Jorge Delfin asked 6 years ago

Hello im triyin to use bulk edit to execute a query with the selected rows, however when the functions is called, evethough i selected a row i received a error message indicating that i must select a rowt to edit.

could you give me a hint where to llok at, to solve it?

https://pastebin.com/ykDqQ4zL

4 Answers
Abu Ghufran answered 6 years ago

Change:

fx_bulk_update("remesa",str);

to

fx_bulk_update("remesa",str, -1);

It skips the row selection check.

Jorge answered 6 years ago

Ii solved the issue with the "error-Please select rows to edit", but now im getting this one:

Couldn't execute query. Unknown column 'bulk' in 'field list' – UPDATE mostrador_clientes_direcciones SET `bulk`='remesa',`data`='3' WHERE `ID` IN ('-1')

I found a post with this same issue, i dont know if it was reslved

https://phpgrid.desk.com/customer/portal/questions/16981830-unknown-column-bulk-

best regards

JDN

Abu Ghufran answered 6 years ago

Please email me your database sql dump to regenerate case.
Email: [email protected]

Jorge answered 6 years ago

IT did work, thanks man

fx_bulk_update("remesa",str,undefined,'list1');

Your Answer

20 + 15 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?