1
Discussion | Обсуждение / Re: QTableWidget Model (CellWidget) And LimeReport problem
« on: August 20, 2024, 09:11:57 am »
Hi!
Can I see your LR report file (.lrxml) ?
Can I see your LR report file (.lrxml) ?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
IDataSourceManager::addModel(const QString& name, QAbstractItemModel *model, bool owned)
report->designReport()
to show LRDesigner, and your model must be shown in datasources
$S{
var value=1.000004;
var approx=numberFormat(value,"f",4);
while (approx.charAt(approx.length-1)=='0' || approx.charAt(approx.length-1)=='.')
approx=approx.slice(0,-1);
approx;
}
page_1.beforeRender.connect(beforePrint);
function beforePrint()
{
page_1.printable=false;
page_1.isVisible=false;
}
$S {
if ($D{table.field}==..)
...;
}