Discussions tagged Event

I have an ancestor window with a general move and resize everything event in it that happily moves all controls as you resize the window that inherits it. The inheritor runs super::resize(...) to actually run the move/grow. When I try an implement ...
As GetSQLPreview() became obsolete some time ago, we are finally removing the use of this, replacing it with the sqlsyntax argument. We have one issue here: If the sqlsyntax is changed in a parent window (sqlpreview event), and one want to do furth...
Hi, How can I add en entry to the windows application event-log from a 64 bit PB2019R3 application? Any feedback is most appreciate :-)   // Steen  ...
Hello, We have a datawindow control in our application which includes code in the itemfocuschanged event to perform some additional processing when column data is changed in the datawindow. We have added some error checking at the beginning of the e...
Hi all, I'm writing a new event to be called from the RMB Menu.  I noticed that I can't seem to override the ancestor scripts.  This is true for older event too... I recently upgraded from PB12 to PB19... now all my rbuttonup events are showing the ...
Hello, Using PB 2017 R3 Got a selection window, whereby users can select a row by pressing 'ENTER' key or 'DOUBLIC CLICK' that row by mouse.    *********************************Code in ue_key event (Event Id: pbm_dwnkey) If dw_list.RowCount() >...
Hello,The case is this: for every row in table A- I want to updates these records in table B, which points on A.ID What I've managed to do: - for ll_i = 1 to dw_a.RowCount()  if in b exists records for a get records from b do ds_b  ds_b.update  ds_b....
Wanting to know if anyone knows how to capture the 'Swipe' action on a User Object on an Appeon Mobile application. So say you have a User Object and you show this in the mobile app. Now, you want to allow the user to swipe say Left to Right to clo...
Let n_pbni denote a non-visual object exported by a PBNI-Extension and let n_derived denote a class that was inherited from n_pbni. Assume that n_derived's constructor and destructor are implemented and reference global variables that are part of the...
It's possible to use timing object in app without window object ?! App start schedule process and don't window and i use timer event to start process....
Hi PowerSphere.   Scenario. I have a moveable datawindow. I really miss a "move" event analouge to the Resize Event   I should like to avoid the "Other" event if possible  Any suggestions (for this missing behaviour :) ) ? Regards Georgios 2...
PB 2017 Rel 3 and onward: Is there any documentation on each one of the unmapped pbm_xxxxx event IDs (listed in the Event ID drop-down list in the Event Script Painter) and their argument values? For example, event ID pbm_dwclosedropdown. From its n...
Has anyone else seen an issue with events not triggering in the same order between versions?  I am specifically seeing an issue when our application is launching - a tab control has different behavior in order of when selectionchanging and selectionc...
We are migrating from PowerBuilder 12.5 (4953) to PowerBuilder 2017 (1681) In PowerBuilder 2017 when i Post to an event which has a reference Long array as argument it is no longer an array when it arrives in the event. If i call the event without...
  • Page :
  • 1