str() does not work with the listbox rowsource property.
eg: list1.rowsource = "table1.itemcode,str(sellprice,10,2)"
produces a syntax error.
Hi,
I am using a multi column listbox to display records from a table. One of the table fields is a currency field.
How can I format the listbox to display two decimals instead of four for the currency field?
Thanks
Run the report first with the noconsole parameter.
Store the system variable _pageno to a variable.
Run the report again with the required parameters
report form r_saleslist4 noconsole
gblTotalpages = _pageno
report form r_saleslist4 noconsole to printer prompt preview
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.