Q. I'm running Collect 11! in a windows 7 virtual machine and getting
odd behavior when trying to edit a report. When I start a new report,
and click in the window to edit it I'm able to edit the report, but
none of the buttons
or controls within Coll...
Q. I cannot install the ODBC drivers. I get a message "Illegal
version of ODBC" when I run instodbc.
A. You may see this message if you try to install the Birdstep ODBC
drivers that ship with RDM Server 6.0 - that is, Collect! Version 11.2
builds - ...
The following code will allowing printing Max 25 specific
Transactions
@de.tr no total
@varST = XOXOXOXO
@varST = @mm.yasoao if (@tr.ty = 101 .. 108 )
@varST = @mm.yasoao if (@tr.ty = 201 )
@varST = XOXOXOXO if (@varCNT > 25 )
@mm no total where (@...