You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jm...@googlegroups.com
Hi,
I have been the jMesa for a few different projects and I just ran into something that I haven't figured out how to implement yet.
My customer wants a list of invoices from the past 3 months (or whatever the search criteria is changed to) which starts as marked for "Ready to Process" and to uncheck any that he doesn't want to start yet. That part was fairly easy to implement (start with the same list of a few hundred invoices and remove the ones that were unchecked from the list).
The problem is when my customer wants to process all of the invoices to the next stage. Since every record in the list hasn't changed, it doesn't call the saveWorksheet method. Any one know to setup to jMesa table to always call save method even if nothing has changed?
László Csépányi-Fürjes
unread,
Sep 13, 2013, 4:50:25 AM9/13/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jm...@googlegroups.com
Hi,
I have sort of the same issue. I would like to access the workspace to do some actions on it but when the saveWorksheet method was not called. In the version 2.4.3 it was possible through the TableFacade, but now it seems to be more tricky. So did you get any solution for your problem?