|
Re: Record Flush in handler doesn't work
Boguslaw,
'Record Flush'ACT is an Internal Event. Type Internal events cannot be raised synchronously (Wait=Yes); internal events can ONLY be raised asynchronously (Wait=No).
Events that are raised
Boguslaw,
'Record Flush'ACT is an Internal Event. Type Internal events cannot be raised synchronously (Wait=Yes); internal events can ONLY be raised asynchronously (Wait=No).
Events that are raised
|
By
Steven Blank
·
#183688
·
|
|
Re: Record Flush in handler doesn't work
At last I have found this working:
Event Handler: Call ProgramB => Call Properties => Sync Data=Yes
BUT as it is said in help, it woks only in Deferred, Nested Deferred, Withi Active Transaction. For
At last I have found this working:
Event Handler: Call ProgramB => Call Properties => Sync Data=Yes
BUT as it is said in help, it woks only in Deferred, Nested Deferred, Withi Active Transaction. For
|
By
Boguslaw Uryga
·
#183687
·
|
|
Re: Record Flush in handler doesn't work
What I usually do is the following:
Event ButtonClick sets a Virtual to True and performs a RecordFlush
Event DoStuff sets that same virtual to False and is triggered by that virtual in the
What I usually do is the following:
Event ButtonClick sets a Virtual to True and performs a RecordFlush
Event DoStuff sets that same virtual to False and is triggered by that virtual in the
|
By
Florian Groothuis
·
#183686
·
|
|
Re: Record Flush in handler doesn't work
Have you tried a Post Record Update event?
Wes
Have you tried a Post Record Update event?
Wes
|
By
Wes Hein
·
#183685
·
|
|
Re: Record Flush in handler doesn't work
Oh, sorry. The delay method doesn't work at all. I have run another copy of test program, ha, ha.
Boguslaw.
2017-01-30 16:40 GMT+01:00 Boguslaw Uryga <b_uryga@...>:
Oh, sorry. The delay method doesn't work at all. I have run another copy of test program, ha, ha.
Boguslaw.
2017-01-30 16:40 GMT+01:00 Boguslaw Uryga <b_uryga@...>:
|
By
Boguslaw Uryga
·
#183684
·
|
|
Re: Record Flush in handler doesn't work
Thanks Sherm, that's a good idea.
In the meatime I tested this in event handler:
Raise Event 'Record Flush'
Select Virtual vDelay Logical
Update vDelay with Delay(10)
Call ProgramB
Raise Event 'View
Thanks Sherm, that's a good idea.
In the meatime I tested this in event handler:
Raise Event 'Record Flush'
Select Virtual vDelay Logical
Update vDelay with Delay(10)
Call ProgramB
Raise Event 'View
|
By
Boguslaw Uryga
·
#183683
·
|
|
Re: Record Flush in handler doesn't work
Does it mean that during the handler lines execution the event queue is not interpreted ?
Boguslaw.
2017-01-30 15:29 GMT+01:00 sherman levine <slevine@...>:
Does it mean that during the handler lines execution the event queue is not interpreted ?
Boguslaw.
2017-01-30 15:29 GMT+01:00 sherman levine <slevine@...>:
|
By
Boguslaw Uryga
·
#183682
·
|
|
Re: Record Flush in handler doesn't work
You can put everything into a single handler if you choose to
Handler for event EVENT
If (RunPassTwo)
Update RunPassTwo to false
Call program B
else
You can put everything into a single handler if you choose to
Handler for event EVENT
If (RunPassTwo)
Update RunPassTwo to false
Call program B
else
|
By
sherman levine
·
#183681
·
|
|
Re: Record Flush in handler doesn't work
Thanks Sherm,
We used that workaround for years but it is little annoying to write doubled handlers over and over again. Besides it clutters the task view and logic.
Getting things done (and simple
Thanks Sherm,
We used that workaround for years but it is little annoying to write doubled handlers over and over again. Besides it clutters the task view and logic.
Getting things done (and simple
|
By
Boguslaw Uryga
·
#183680
·
|
|
Re: Searching archive
Pavel,
Disregard, that doesn't work. It's disappointing there is no help available on how to search.
Todd
Pavel,
Disregard, that doesn't work. It's disappointing there is no help available on how to search.
Todd
|
By
Todd Baremore
·
#183679
·
|
|
Re: Searching archive
Pavel,
Use "&" instead of "AND"
Todd
Pavel,
Use "&" instead of "AND"
Todd
|
By
Todd Baremore
·
#183678
·
|
|
Re: Record Flush in handler doesn't work
I think the underlying issue is that the internal events are added to the processing buffer, while the call program is executed immediately.
One approach is to have the button trigger
I think the underlying issue is that the internal events are added to the processing buffer, while the call program is executed immediately.
One approach is to have the button trigger
|
By
sherman levine
·
#183677
·
|
|
Record Flush in handler doesn't work
I had an idea to simply write a record to disk before zooming to another program, to ensure that the called program sees all changes made in calling one.
I tested this in the following simple
I had an idea to simply write a record to disk before zooming to another program, to ensure that the called program sees all changes made in calling one.
I tested this in the following simple
|
By
Boguslaw Uryga
·
#183676
·
|
|
Searching archive
Could you please tell me how to search the archive here with logical AND between search terms?
Thanks
Pavel
Could you please tell me how to search the archive here with logical AND between search terms?
Thanks
Pavel
|
By
Pavel Mencl
·
#183675
·
|
|
Re: MariaDB
Hi,
as I said, Magic 10 (Express) with MariaDB (over XAMPP) without any issues.
Henning
Hi,
as I said, Magic 10 (Express) with MariaDB (over XAMPP) without any issues.
Henning
|
By
voss@...
·
#183674
·
|
|
Re: MariaDB
Yes,
this web post might help you on this (translate to english):
http://blog.magicsoftware.com.br/conectando-o-magic-xpa-com-o-banco-de-dados-mariadb/
[]s
Yes,
this web post might help you on this (translate to english):
http://blog.magicsoftware.com.br/conectando-o-magic-xpa-com-o-banco-de-dados-mariadb/
[]s
|
By
Manoel Frederico da Costa da Silva
·
#183673
·
|
|
Re: MariaDB
Hi,
I’m talking about the MySQL gateway for the magic xpa express license. Big chance MSE is checking for the text MySQL in some string to block access to all other kinds of databases using this
Hi,
I’m talking about the MySQL gateway for the magic xpa express license. Big chance MSE is checking for the text MySQL in some string to block access to all other kinds of databases using this
|
By
Gijs van Ballegooijen
·
#183672
·
|
|
Re: MariaDB
Hi,
I am talking about the mysql gateway supplied with the magic xpa express edition. This is in fact an ODBC driver, but limited by MSE to be used with MySQL.
The general ODBC driver supplied
Hi,
I am talking about the mysql gateway supplied with the magic xpa express edition. This is in fact an ODBC driver, but limited by MSE to be used with MySQL.
The general ODBC driver supplied
|
By
Gijs van Ballegooijen
·
#183671
·
|
|
Re: Android Numeric Keyboard
Thanks Joseph
its now fixed...I found out that I had a special keyboard that was overwriting the default one, the bluetooth barcode scanner (socket mobile) change the keyboard..
I will try the
Thanks Joseph
its now fixed...I found out that I had a special keyboard that was overwriting the default one, the bluetooth barcode scanner (socket mobile) change the keyboard..
I will try the
|
By
Marc Gauthier
·
#183670
·
|
|
Re: MariaDB
Gijs,
Why should the Magic MySQL gateway not work?
According to Wikipedia:
“MariaDB is a community-developed fork of the MySQL relational database management system”
“MariaDB intends
Gijs,
Why should the Magic MySQL gateway not work?
According to Wikipedia:
“MariaDB is a community-developed fork of the MySQL relational database management system”
“MariaDB intends
|
By
Rob Schapendonk
·
#183669
·
|