New Memo in BasicScript
Hello,
How can I add new Memo object by BasicScript code?
I'm trying to draw couple of Memo object (quantity and width of memos will be depending on parameters) - I will use a loop for that.
How can I add new Memo object by BasicScript code?
I'm trying to draw couple of Memo object (quantity and width of memos will be depending on parameters) - I will use a loop for that.
Comments
probably not the best way but its work.
I use it in an AfterCalc-Height-Event (PageHeader1OnAfterCalcHeight):
Hope it helps.
greets