Hi,
I'm trying to add 2 ranges in my custom form datasource, this is what happen
In the BankChequeTable form i added a button "Historial" to call my custom form
in the button configuration i marked the datasource and call my menuitem
this is my menuitem configuration
an this is my ExecuteQuery methods of my custom form where i add the ranges, this depends of the record i get as parm
but when my custom form is loaded, show data that no exist in the database beacuse in this case I should not show something, it looks like temp data
and I have to force the update with f5 to show the empty data message
but if you can see, the ranges are added to the form but the form does not refresh the data
i Tried calling the refresh, reread, research methods of the datasource but it does not work
What am i doing bad?
Thanks for help
*This post is locked for comments