Hy Good Day!
Can any one tell me that why below code is not closing the window on pressing close button named as b_1? Am trying my code in Button Clicked Event...
Code Below:
dwo.Name = 'b_1'
String ls_Object
ls_Object = String(dwo.name)
If ls_Object = "b_1" Then
Close(Parent)
End If
Also please provide me with any good tutorials for power builder development specially for reports and data windows
Thanks