Hi,
Working on PowerBuilder .NET 12.6.
I have a datawindow control named dw_1. Inside this control is another datawindow named rpt_1 and there's a computed field on rpt_1 called compute_1. From this compute field I need to call a global function declared in the same .PBL. The same global function call is working fine when called from the DataWindow (dw_1), but the function call is not working while calling the same global function from (rpt_1) datawindow.
appreciated your help for following 2 points
1. To calling global function directly from the computed field from PowerBuilder.NET. The same is possible in PowerBuilder Classic.
2. Also I want to display a computed column as Vertical format (Property - Font.Escapement) in PowerBuilder.NET. This feature is available in PowerBuilder Classic.
Thanks & Regards,
Ninad