|
Re: Magic & Numeric types
15.3 not allowed (=16.4 16+4>18)
15.2 allowed (=16.2 16+2<=18)
13.5 not allowed (=14.6 14+6>18)
11.7 not allowed (12.8 12+8>18)
11.6 allowed (=12.6 12+6<=18)
10.3 allowed (=10.4 10+4<=18(
15.3 not allowed (=16.4 16+4>18)
15.2 allowed (=16.2 16+2<=18)
13.5 not allowed (=14.6 14+6>18)
11.7 not allowed (12.8 12+8>18)
11.6 allowed (=12.6 12+6<=18)
10.3 allowed (=10.4 10+4<=18(
|
By
Erwin van den Assem
·
#189549
·
|
|
Re: Magic & Numeric types
Hi Avgerinos,
Magic would maximally allow 18, 16.2, 14.4, 12.6, 10.8, 8.10, 6.12, 4.14, 2.16, or possibly even 0.18 (I guess); but NOT e.g. 17.1, 15.3, 13.5, etc. even though the sum of digits before
Hi Avgerinos,
Magic would maximally allow 18, 16.2, 14.4, 12.6, 10.8, 8.10, 6.12, 4.14, 2.16, or possibly even 0.18 (I guess); but NOT e.g. 17.1, 15.3, 13.5, etc. even though the sum of digits before
|
By
Frederik Soete
·
#189548
·
|
|
Re: Connect XPA3 with a Python websocket-client
If you plan to do a lot with services/microservices and websockets, its definitely worth to look into that stuff. For Apache MQ and Magic Xpa I have a (early stage) sample:
If you plan to do a lot with services/microservices and websockets, its definitely worth to look into that stuff. For Apache MQ and Magic Xpa I have a (early stage) sample:
|
By
Andreas Sedlmeier
·
#189547
·
|
|
Re: HTTPPost form Unipaas 1.9p
Hi Ferenc,
Magic Http functions in uniPaaS are slow, they are however not that slow so I would rather suspect an issue with your application. Did you start flow monitor to see if it really hangs 25
Hi Ferenc,
Magic Http functions in uniPaaS are slow, they are however not that slow so I would rather suspect an issue with your application. Did you start flow monitor to see if it really hangs 25
|
By
Andreas Sedlmeier
·
#189546
·
|
|
Magic & Numeric types
Hi magicians
Regarding Magic's maximum digits supported for numeric types, there is something in the documentation which I don't quite understand:
"NUMERIC: Allows the
Hi magicians
Regarding Magic's maximum digits supported for numeric types, there is something in the documentation which I don't quite understand:
"NUMERIC: Allows the
|
By
Avgerinos
·
#189545
·
|
|
Re: Connect XPA3 with a Python websocket-client
Thanks for your suggestions Andreas
I will have a look at them ;-)
Best Regards
Avgerinos
Thanks for your suggestions Andreas
I will have a look at them ;-)
Best Regards
Avgerinos
|
By
Avgerinos
·
#189544
·
|
|
HTTPPost form Unipaas 1.9p
Hi All,
I want to send a 12 MByte content with HTTPPost from Magic. It took cca. 25 minute, even though I tried it on the local machine and received it with a php script. It seemed to me terrible
Hi All,
I want to send a 12 MByte content with HTTPPost from Magic. It took cca. 25 minute, even though I tried it on the local machine and received it with a php script. It seemed to me terrible
|
By
Polgár Ferenc
·
#189543
·
|
|
Opportunity
Hi,
We have a requirement for an onsite programmer. At this stage it is only for 20 working days but there is a possibility there will be other similar contracts over the year. If there are any
Hi,
We have a requirement for an onsite programmer. At this stage it is only for 20 working days but there is a possibility there will be other similar contracts over the year. If there are any
|
By
Jackson, Adam
·
#189542
·
|
|
Raise Event with Parameter and Multi Marking
Hi group,
This is the situation:
xpa 3.2
online task with a table control on a Pervasive table
local user event with one input parameter, doing some logic on the currently parked record
3 similar
Hi group,
This is the situation:
xpa 3.2
online task with a table control on a Pervasive table
local user event with one input parameter, doing some logic on the currently parked record
3 similar
|
By
Govert Schipper
·
#189541
·
|
|
Re: Magic installation on Red Hat 7.6 miapi
Maybe this solution helps:
https://bugzilla.redhat.com/show_bug.cgi?id=87749
Maybe this solution helps:
https://bugzilla.redhat.com/show_bug.cgi?id=87749
|
By
Chris de Bijl
·
#189540
·
|
|
Magic installation on Red Hat 7.6 miapi
Hi everybody
Does anybody can help me?
I'm installing Magic ver 3.3 in a Red Hat Server 7.6 miapi
when I put:
$MAGIC_HOME/license/lmgrd /app/magicxpa3.3/etc/license.dat
I get:
symbol errno, version
Hi everybody
Does anybody can help me?
I'm installing Magic ver 3.3 in a Red Hat Server 7.6 miapi
when I put:
$MAGIC_HOME/license/lmgrd /app/magicxpa3.3/etc/license.dat
I get:
symbol errno, version
|
By
Oscar Quintanilla
·
#189539
·
|
|
Re: Issue with XPA3.3c Studio not closing Runtime
Jim,
Are you using an call remote to the broker in your program? We had problems with them in 3.2d. Connection to the broker was still open and so the studio didn't notice the runtime stopped.
After
Jim,
Are you using an call remote to the broker in your program? We had problems with them in 3.2d. Connection to the broker was still open and so the studio didn't notice the runtime stopped.
After
|
By
Rick Driessen
·
#189538
·
|
|
Re: Android Date Picker
You're welcome. Let me know if you find any bugs.
Todd
On 1/28/2019 6:13 AM, Brendan Wheeler wrote:
You're welcome. Let me know if you find any bugs.
Todd
On 1/28/2019 6:13 AM, Brendan Wheeler wrote:
|
By
Todd Baremore
·
#189537
·
|
|
Re: Connect XPA3 with a Python websocket-client
Without checking .... I bet quite a few beers that it's at least one hundred thousand times faster than an equivalent implementation with Magic Broker as middleware - instead of MSMQ ;)
MSMQ is just
Without checking .... I bet quite a few beers that it's at least one hundred thousand times faster than an equivalent implementation with Magic Broker as middleware - instead of MSMQ ;)
MSMQ is just
|
By
Andreas Sedlmeier
·
#189536
·
|
|
Re: Connect XPA3 with a Python websocket-client
Hi to all
I 'm updating this thread, in case someone else finds this rare subject to be useful in the future:
Finally the following model worked for me:
At one end, I
Hi to all
I 'm updating this thread, in case someone else finds this rare subject to be useful in the future:
Finally the following model worked for me:
At one end, I
|
By
Avgerinos
·
#189535
·
|
|
Re: XPA3 - How to save miliseconds in Datetime field
Thanks Thomas for your suggestion
Taking this a little further, I managed to save date/time/nanoseconds in a field of type=Datetime2(6) in MSSQL.
You have to define the field-type
Thanks Thomas for your suggestion
Taking this a little further, I managed to save date/time/nanoseconds in a field of type=Datetime2(6) in MSSQL.
You have to define the field-type
|
By
Avgerinos
·
#189534
·
|
|
Re: Android Date Picker
Many thanks for this Todd very much appreciated. Will save me some time :)
Many thanks for this Todd very much appreciated. Will save me some time :)
|
By
Brendan Wheeler
·
#189533
·
|
|
Re: Moving App from 9.4 to XPA 3.x
Hi Jim,
As unipaas_programmer, who is actually a xpa programmer obviously, mentioned. There's a sample for this in Rich Internet Samples (Online samples too I believe).
I added a component to XpaDemo
Hi Jim,
As unipaas_programmer, who is actually a xpa programmer obviously, mentioned. There's a sample for this in Rich Internet Samples (Online samples too I believe).
I added a component to XpaDemo
|
By
Andreas Sedlmeier
·
#189532
·
|
|
Re: Using an Empty String for Val()'s Picture Argument
As indicated you only need the ‘N’ if you need to support negative numbers because as most know here, the ‘N’ is the picture designator for allowing negatives.
As indicated you only need the ‘N’ if you need to support negative numbers because as most know here, the ‘N’ is the picture designator for allowing negatives.
|
By
Keith Canniff
·
#189531
·
|
|
Re: Using an Empty String for Val()'s Picture Argument
Hi Goose Rodriguez,
The expression Val(A,'') drops the negative sign, making same as ABS(Val(A,'N')).
If you don't deal with negative numbers then Val(A,'') works fine.
Thanks
Thomas Titus
Hi Goose Rodriguez,
The expression Val(A,'') drops the negative sign, making same as ABS(Val(A,'N')).
If you don't deal with negative numbers then Val(A,'') works fine.
Thanks
Thomas Titus
|
By
Thomas Titus
·
#189530
·
|