Getting a reference to the window’s menu is easily accomplished using the window’s MenuId property. But what if you want to get a reference to a submenu and all you have is a string with … more →
Schultz's PowerBuilder Noteswrote 5 months ago: Getting a reference to the window’s menu is easily accomplished using the window’s MenuI … more →
wrote 1 year ago: I was once in a code review and I noted that the custom object that was built should be inherited fr … more →
wrote 1 year ago: How do I have PowerBuilder ask for confirmation when exiting the development environment? Don’t you … more →
wrote 1 year ago: RGB Deriving RGB values. The formula for combining primary color values into a number is: 256*256*bl … more →
wrote 1 year ago: You may find yourself working in PB 7 and wanting to use a DataWindow developed in PB 9. Some objec … more →
wrote 1 year ago: Day of the week DayNumber(date) Returns an integer (1-7) representing the day of the week of date. S … more →
wrote 1 year ago: Operating System Function to check the OS versioning, so far it works with the XP workstation: // ge … more →
wrote 1 year ago: Selection Changing Event Return Values: 0 – Allow the selection to change 1 – Prevent th … more →
wrote 1 year ago: A rich text edit control is generally more sophisticated than a rich text DataWindow. · Capable of i … more →