Discussions tagged Event
Hello,I have a WebBrowser control. I need to intercept the Link that should be opened in another INTERNET Browser window on the Click event and open this Link in a new WebBrowser (in the PowerBuilder).
In the attached file, there is an HTML example ...
enforce min and max in an ancestor resize event
- How-to
- Last updated 12 months ago
- Chris Pollach @Appeon replied 12 months ago
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 ...
sqlsyntax argument for sqlpreview event
- Resolved
- How-to
- Last updated 2 years ago
- Geir Magne Vangen replied 2 years ago
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
...
Error accessing dwo.Type in itemfocuschanged event
- Resolved
- Issue
- Last updated 2 years ago
- Miguel Leeuwe replied 2 years ago
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() >...
Local datastore - retrievestart
- Resolved
- How-to
- Last updated 4 years ago
- René Ullrich replied 4 years ago
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....
How to capture Swiping fingers in Appeon Mobile application
- How-to
- Last updated 4 years ago
- Marco Meoni replied 4 years ago
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...
User Object Painter failing on object inherited from PBNI extension
- Misc
- Last updated 4 years ago
- Chris Heale replied 4 years ago
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...
Use timer event without window
- How-to
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
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....
Missing Events - part 1 - The Move Event
- Resolved
- How-to
- Last updated 5 years ago
- Andreas Mykonios replied 5 years ago
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...
Unmapped PB Event IDs - Any Documentation?
- Advice
- Last updated 6 years ago
- Chris Pollach @Appeon replied 6 years ago
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...
Events not triggered in same order - v11.5 vs 2017
- Issue
- Last updated 6 years ago
- Ken Guo @Appeon replied 6 years ago
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...
Post to event with Long array does not work
- Resolved
- Issue
- Last updated 6 years ago
- Roland Smith replied 6 years ago
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