|
Re: Connection to SQL Server Drops
I'm assuming that the app stays open continuously and writes at intervals.
Perhaps you can execute a dbdiscnt after the write process is complete, so UP will attempt a fresh open
I'm assuming that the app stays open continuously and writes at intervals.
Perhaps you can execute a dbdiscnt after the write process is complete, so UP will attempt a fresh open
|
By
sherman levine
·
#194308
·
|
|
Connection to SQL Server Drops
I have a UP1.9 app that copies data to a remote MS SQL Server database at a scheduled time every day (6am).
It has been working great for over a year now. Recently though on Thursday nights something
I have a UP1.9 app that copies data to a remote MS SQL Server database at a scheduled time every day (6am).
It has been working great for over a year now. Recently though on Thursday nights something
|
By
Jim Stephenson
·
#194307
·
|
|
XPA 3.3 task activated via Webhook
Hi magicians
In an XPA 3 desktop app, I want to run a batch task when a webhook-message is sent from a remote system.
Can Magic itself to receive this message (a web-app maybe?) , or it's better to
Hi magicians
In an XPA 3 desktop app, I want to run a batch task when a webhook-message is sent from a remote system.
Can Magic itself to receive this message (a web-app maybe?) , or it's better to
|
By
Avgerinos
·
#194306
·
|
|
Re: xpa 4.7 - FedEx api
Hi Tom,
Not sure if anything below would help, but this is what we are doing
We are using blobs and found that have to have setting
INIPut
Hi Tom,
Not sure if anything below would help, but this is what we are doing
We are using blobs and found that have to have setting
INIPut
|
By
joe moore
·
#194305
·
|
|
Re: xpa 4.7 - FedEx api
Hi Joe,
Thanks for the reply. I just checked the ini and that is my setting for HTTPFramework.
Any other things I need to check?
We are currently using their test services and not the
Hi Joe,
Thanks for the reply. I just checked the ini and that is my setting for HTTPFramework.
Any other things I need to check?
We are currently using their test services and not the
|
By
Tom Worthen
·
#194304
·
|
|
Re: xpa 4.7 - FedEx api
HI Tom,
We have been using the api to book/get tracking for years now
First thing to check in ini file that need to have, ( related to TLS security )
HTTPFramework = D
Regards
Joe
HI Tom,
We have been using the api to book/get tracking for years now
First thing to check in ini file that need to have, ( related to TLS security )
HTTPFramework = D
Regards
Joe
|
By
joe moore
·
#194303
·
|
|
Re: Drag & Drop XPA 4.7
Straight to Prod? Does your xpa runtime also have "Run as Magician"? That setting really does wonders...
Bye,
Frederik Soete
Op wo 2 jun. 2021 17:48 schreef Steven Burrows <steven.burrows@...>:
Straight to Prod? Does your xpa runtime also have "Run as Magician"? That setting really does wonders...
Bye,
Frederik Soete
Op wo 2 jun. 2021 17:48 schreef Steven Burrows <steven.burrows@...>:
|
By
Frederik Soete
·
#194302
·
|
|
Re: Drag & Drop XPA 4.7
Thanks, thatâs the one.
Works in Runtime. Annoying, but not too bad as I always write perfect code so it can go straight to Prodđ
Wonder how long MSE Support will take to realise, they have
Thanks, thatâs the one.
Works in Runtime. Annoying, but not too bad as I always write perfect code so it can go straight to Prodđ
Wonder how long MSE Support will take to realise, they have
|
By
Steven Burrows
·
#194301
·
|
|
xpa 4.7 - FedEx api
We are working towards a way to integrate some of the services with FedEx using there api. We have gotten it working with Soap UI but when I try to do the same process in xpa it tells me the service
We are working towards a way to integrate some of the services with FedEx using there api. We have gotten it working with Soap UI but when I try to do the same process in xpa it tells me the service
|
By
Tom Worthen
·
#194300
·
|
|
Re: Drag & Drop XPA 4.7
Hi, Steven,
Have you checked mgxparuntime.exe's permissions? Namely "Run as Administrator". I recall Andreas Sedlmeier mentioning sth. about
Hi, Steven,
Have you checked mgxparuntime.exe's permissions? Namely "Run as Administrator". I recall Andreas Sedlmeier mentioning sth. about
|
By
Frederik Soete
·
#194299
·
|
|
Re: Drag & Drop XPA 4.7
Hi Steven,
I use drop with 4.71 and have no problems.
Kind regards,
André
Hi Steven,
I use drop with 4.71 and have no problems.
Kind regards,
André
|
By
De Netwerkadviseur BV
·
#194298
·
|
|
Re: Drag & Drop XPA 4.7
maybe a hole in the bucket, dear liza as the song once said...
maybe a hole in the bucket, dear liza as the song once said...
|
By
oldone
·
#194297
·
|
|
Drag & Drop XPA 4.7
Anyone noticed that Drag&Drop into XPA no longer works (specifically Drop from an External Application) ?
Even the âOnline Samplesâ seem broken
Steven Burrows
Anyone noticed that Drag&Drop into XPA no longer works (specifically Drop from an External Application) ?
Even the âOnline Samplesâ seem broken
Steven Burrows
|
By
Steven Burrows
·
#194296
·
|
|
Font for menu and title bar [XPA4.7]
Hi all,
Is it possible to change the fonttype that is used for the drop down menu and the title bar or is it inherited from the Windows theme?
Gr
Florian
Hi all,
Is it possible to change the fonttype that is used for the drop down menu and the title bar or is it inherited from the Windows theme?
Gr
Florian
|
By
Florian Groothuis
·
#194295
·
|
|
Re: use of a tablet W10 with Magic 8.30
Hi Jacques,
I'm impressed that this (at least 20 years old) version is still running under W10.
Personally I would not waste a second time to maintain such an old version - except migration to a newer
Hi Jacques,
I'm impressed that this (at least 20 years old) version is still running under W10.
Personally I would not waste a second time to maintain such an old version - except migration to a newer
|
By
Friedrich Geisler-Buckert
·
#194294
·
|
|
Re: Magic TreeView XPA4.7
Hi Steven,
We have the same problem here and we have open a case at MSE support. They are supposed to correct it in the next release, hopefully soon
I played a little with the dotnet treeview but I
Hi Steven,
We have the same problem here and we have open a case at MSE support. They are supposed to correct it in the next release, hopefully soon
I played a little with the dotnet treeview but I
|
By
Olivier Besson
·
#194293
·
|
|
Re: DirectSql and delete multiple tables
#mssql
Yes, definitely stored procedure.
Direct SQL should be used only if you don't have a better approach.
With direct sql there is an additional issue of transaction processing related to Magic/xpa.
It is
Yes, definitely stored procedure.
Direct SQL should be used only if you don't have a better approach.
With direct sql there is an additional issue of transaction processing related to Magic/xpa.
It is
|
By
z_kenan@...
·
#194292
·
|
|
Re: C# Devexpress Xtrascheduler Non-static method requires a target
Dear Friedrich,
I missed your mail, but thank you anyway...
I just did that and It do the trick... I could do with Magic from this:
to this:
Dear Friedrich,
I missed your mail, but thank you anyway...
I just did that and It do the trick... I could do with Magic from this:
to this:
|
By
Vili CANKAR
·
#194291
·
|
|
Re: Magic TreeView XPA4.7
Steven,
I've had success using a magic table control to drill down one or two layers.
Todd
On 5/28/2021 11:46 AM, Steven Burrows wrote:
Steven,
I've had success using a magic table control to drill down one or two layers.
Todd
On 5/28/2021 11:46 AM, Steven Burrows wrote:
|
By
Todd Baremore
·
#194290
·
|
|
Magic TreeView XPA4.7
The Magic Treeview, is just plain flakey. Not sure I have it in me to try and get MSE Support to accept it, I have walls that need headbutting.
Opening and closing Folders/Nodes either with their
The Magic Treeview, is just plain flakey. Not sure I have it in me to try and get MSE Support to accept it, I have walls that need headbutting.
Opening and closing Folders/Nodes either with their
|
By
Steven Burrows
·
#194289
·
|