Hi all,
I have this code in my app:
tab_1.tabpage_detail.dw_detail.Object.labor_pozn.Font.Height = il_fonth
This works ok when I run app from PB IDE or when I compile application using PB and then run exe.
But when I compule it with pbc210.exe
Then I get error :
Name not found accessing external property labor_pozn at line xy ....
Is there something what I need to check why compiled application using pb210.exe has different behavior then app runed from PBIDE or compiled using PBIDE?
Thank you Ales