1. Raymond Cheng
  2. PowerBuilder
  3. Thursday, 29 August 2024 00:40 AM UTC

 

Anyone know when i inherit from another windows, the special character `

 

edit source coding below

type cb_print from w_parent_report_sheet`cb_print within w_test_common
integer x = 2446
integer y = 156
integer width = 352
integer height = 104
integer taborder = 80
boolean bringtotop = true
string text = "Print"
end type

Attachments (1)
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Thursday, 29 August 2024 01:26 AM UTC
  2. PowerBuilder
  3. # 1

Hi Raymond;

  That's the special character known as a "back quote". That character is normally located on the tilde key on your qwerty keyboard. It's used by the PB compiler to delineate that a control is a child of a specific parent object that then comes from a referenced ancestor.  HTH 

Regards ... Chris 

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.