|
Re: Multiple Direct SQL Tasks In One Transaction
Hi Mike,
You can try to set the max connections for th DB to 1. In theory Magic is forced to use a single transaction then, since there can be only one per connection.
You also should check the lock
Hi Mike,
You can try to set the max connections for th DB to 1. In theory Magic is forced to use a single transaction then, since there can be only one per connection.
You also should check the lock
|
By
Andreas Sedlmeier
·
#190236
·
|
|
Re: Multiple Direct SQL Tasks In One Transaction
Now I’ve looked at this problem again, I’m not sure I’ve analysed the cause of it accurately.
I open a (physical) transaction in UP, do a few updates, run a Direct SQL task which calls
Now I’ve looked at this problem again, I’m not sure I’ve analysed the cause of it accurately.
I open a (physical) transaction in UP, do a few updates, run a Direct SQL task which calls
|
By
Mike Bannon
·
#190235
·
|
|
Multiple Direct SQL Takss In One Transaction
Hi All
Using UP 1.5
Just throwing this one out in case someone has a better solution than the one I'm planning to implement:
We have an application which integrates to our customer's back-end CRM
Hi All
Using UP 1.5
Just throwing this one out in case someone has a better solution than the one I'm planning to implement:
We have an application which integrates to our customer's back-end CRM
|
By
Mike Bannon
·
#190234
·
|
|
Re: XPA 3.3: Creating a batch to clear the FormUserState.xml file for specific forms
Thank you for the reply Todd!
I had actually played around with your method and managed to get it working. I was just trying to avoid having to add this to all programs in the future when we make
Thank you for the reply Todd!
I had actually played around with your method and managed to get it working. I was just trying to avoid having to add this to all programs in the future when we make
|
By
Derek Ernst
·
#190233
·
|
|
Re: XPA 3.3: Creating a batch to clear the FormUserState.xml file for specific forms
What I have been doing lately is using the program/task/form number in the 'User State Identifier' (Should maintain unique values that way), then adding another number or letter to the end, when the
What I have been doing lately is using the program/task/form number in the 'User State Identifier' (Should maintain unique values that way), then adding another number or letter to the end, when the
|
By
Wes Hein
·
#190232
·
|
|
Re: XPA 3.3: Creating a batch to clear the FormUserState.xml file for specific forms
Derek,
Try this:
Set a virtual in the Main Prog with the current version of your app. v_Current_Version
Create a table named UserFormReset
UserID | ProgamName | UserVersion
Derek,
Try this:
Set a virtual in the Main Prog with the current version of your app. v_Current_Version
Create a table named UserFormReset
UserID | ProgamName | UserVersion
|
By
Todd Baremore
·
#190231
·
|
|
XPA 3.3: Creating a batch to clear the FormUserState.xml file for specific forms
Hi all,
I was wondering if anyone has any experience with modifying the FormUserState.xml file for their application manually.
We have a client that has said our two FormStateClear() function keys
Hi all,
I was wondering if anyone has any experience with modifying the FormUserState.xml file for their application manually.
We have a client that has said our two FormStateClear() function keys
|
By
Derek Ernst
·
#190230
·
|
|
Re: MS/SQL performance in Magic XPA 3.2d very bad
Problem solved:
1. Rechange fields from collation Latin1_General_BIN2 to database default
2. Set SQL database information: ONLINE_ARRAY_FETCHING=N
BUT: I have to convert all tables with fields
Problem solved:
1. Rechange fields from collation Latin1_General_BIN2 to database default
2. Set SQL database information: ONLINE_ARRAY_FETCHING=N
BUT: I have to convert all tables with fields
|
By
Marc Buntinx
·
#190229
·
|
|
Re: Q-mode exported as E-mode [UP1.9
Hi Florian,
About evaluating 'Q'MODE as an alpha in runtime (V9 + XPA): that in fact does always give us an ascii 'Q' character.
Just now I checked an old V9 export (with added indentation, and some
Hi Florian,
About evaluating 'Q'MODE as an alpha in runtime (V9 + XPA): that in fact does always give us an ascii 'Q' character.
Just now I checked an old V9 export (with added indentation, and some
|
By
Frederik Soete
·
#190228
·
|
|
Re: Q-mode exported as E-mode [UP1.9
Hi,
@Luuk: In the XMLs an InitialMode @val-value 'E' stands for "Query," while an empty value (or ommitted?) with an @Exp-value equal to an expression ID stands for "By Exp.".
@Henning: I do not think
Hi,
@Luuk: In the XMLs an InitialMode @val-value 'E' stands for "Query," while an empty value (or ommitted?) with an @Exp-value equal to an expression ID stands for "By Exp.".
@Henning: I do not think
|
By
Frederik Soete
·
#190227
·
|
|
Re: Q-mode exported as E-mode [UP1.9
Doy you have an expression as your initial task mode?
below is from 3.3a help:
M
Modify
Edit existing records and delete records. This is the default mode.
When you are in Modify mode, you can
Doy you have an expression as your initial task mode?
below is from 3.3a help:
M
Modify
Edit existing records and delete records. This is the default mode.
When you are in Modify mode, you can
|
By
Luuk
·
#190226
·
|
|
Re: Q-mode exported as E-mode [UP1.9
Hi Florian,
I think it has to do with local/language-settings. Do you habe the same mgconstw.xxx in both systems?
Henning
Hi Florian,
I think it has to do with local/language-settings. Do you habe the same mgconstw.xxx in both systems?
Henning
|
By
voss@...
·
#190225
·
|
|
Re: Providing Web Services with magic xpa3.3 and axis2
Dear András,
It's not simple example, you can find it on the server like /home/XXXXXXX(magic folder)/web_services/MobileDevices/src/com/XXXXX. This java source will "represent the webservices".
Best
Dear András,
It's not simple example, you can find it on the server like /home/XXXXXXX(magic folder)/web_services/MobileDevices/src/com/XXXXX. This java source will "represent the webservices".
Best
|
By
Gábor Bor
·
#190224
·
|
|
Re: Q-mode exported as E-mode [UP1.9
Hi Florian,
I do not know the reason why MSE changed 'Q'MODE to 'E'MODE in expressions.
In any case all tasks also contain a task property 'InitialMode' which is also 'E' for query mode (perhaps also
Hi Florian,
I do not know the reason why MSE changed 'Q'MODE to 'E'MODE in expressions.
In any case all tasks also contain a task property 'InitialMode' which is also 'E' for query mode (perhaps also
|
By
Frederik Soete
·
#190223
·
|
|
Q-mode exported as E-mode [UP1.9
Hi all,
I'm working on a migration plan to get our application from UP to XPA. What I stumbled on was that UP (and XPA) exports expressions like "IF (A,'C'MODE,'Q'MODE)" as "IF (A,'C'MODE,'E'MODE)".
Hi all,
I'm working on a migration plan to get our application from UP to XPA. What I stumbled on was that UP (and XPA) exports expressions like "IF (A,'C'MODE,'Q'MODE)" as "IF (A,'C'MODE,'E'MODE)".
|
By
Florian Groothuis
·
#190222
·
|
|
Re: Providing Web Services with magic xpa3.3 and axis2
Hi Gábor!
Could you tell me, where exactly the "MobileDevices webservice sample" you mentioned before is?
I cannot find it in the Sample Projects magic xpa 3.3.
Or is that your private sample?
Thank
Hi Gábor!
Could you tell me, where exactly the "MobileDevices webservice sample" you mentioned before is?
I cannot find it in the Sample Projects magic xpa 3.3.
Or is that your private sample?
Thank
|
By
T鏒h András
·
#190221
·
|
|
Re: XPI access to application GUI
#mc13lv
Hi Tomasz,
I am not aware of such a thing in iBOLT. Maybe you refer to the "5250 Connector" from Orgarat, a german company with plenty of "Magic & AS/400" know-how ?
Not sure if they are still around
Hi Tomasz,
I am not aware of such a thing in iBOLT. Maybe you refer to the "5250 Connector" from Orgarat, a german company with plenty of "Magic & AS/400" know-how ?
Not sure if they are still around
|
By
Andreas Sedlmeier
·
#190220
·
|
|
Re: Web style collapsing menu in XPA
Sir
check the below link - done in
Sir
check the below link - done in
|
By
R A Murali
·
#190219
·
|
|
Re: MSSQL LockInfo
#tools
maybe change:
ALTER PROCEDURE [dbo].[LockInfo]
to:
CREATE PROCEDURE [dbo].[LockInfo]
It's nice, most people who work with MS-SQL will have the need for someting like this.
A example of the output:
maybe change:
ALTER PROCEDURE [dbo].[LockInfo]
to:
CREATE PROCEDURE [dbo].[LockInfo]
It's nice, most people who work with MS-SQL will have the need for someting like this.
A example of the output:
|
By
Luuk
·
#190218
·
|
|
MSSQL LockInfo
#tools
Hi Folks,
I have uploaded a MSSQL Stored procedure LockInfo() to the file area (https://magicu-l.groups.io/g/main/files/LockInfo.zip ).
This stored procedure lists actual data of the locked record
Hi Folks,
I have uploaded a MSSQL Stored procedure LockInfo() to the file area (https://magicu-l.groups.io/g/main/files/LockInfo.zip ).
This stored procedure lists actual data of the locked record
|
By
Thomas Titus
·
#190217
·
|