MagicXPA(formerly known as Unipaas) is a 4th generation programming language designed for quickly creating form and event based applications, with a primarily business focus.
Questions tagged [magic-unipaas]
8 questions
8
votes
10 answers
What is MAGIC programming language? Which other language is closest in syntax?
I have recently heard about Magic programming language from several sources and didn't recall ever hearing about it before. It was mentioned that it is a programming language from Israel.
I did some googling and couldn't find much information about…

Vijay
- 891
- 3
- 19
- 35
1
vote
0 answers
Trying to log an .exe and get error message "UniPaas cabinet file (ecf) does not exist" and "abnormal termination" can not open ecf file
I am trying to troubleshoot a 3rd party UniPaaS / Magic software. The program uses simple serial protocol to communicate with another machine using com ports. I am getting the error "user function/procedure not found/loaded" when on the screen that…

Haris Bihorac
- 11
- 1
1
vote
0 answers
Multiform Data is not transferring properly (AngularJS to uniPaaS)
I am trying to send an Excel file from my local machine to our webservice.
In my view, I am using input type "file" to select the file, and then I send that file to this webservice call:
uploadArticles: function (file, filename) {
var fd = new…

developthewebz
- 1,827
- 3
- 17
- 43
1
vote
2 answers
magic/eDeveloper/uniPaaS: How to allow space character as range in a model?
In uniPaaS I have a model (Attribute=Alpha; Picture=1) with Range=J,N.
That allows the users to insert only J or N into an edit field using that model.
But now I have to change the range property of that model, so that a user also can type a space…

tonirush
- 430
- 1
- 6
- 14
0
votes
1 answer
Web service - SOAPui - Receiver Failed to serialize node AXIS2
Hy Guys,
I have a Web service problem. The used environment: SOAP - TOMCAT+AXIS2 - Gigaspace - Magic XPA 3.3
I have made 2 closely same external xpa program what gives back a blob in the Task's property sheet's Return value. It's "answer" back an…
0
votes
1 answer
How can I integrate MYOB APIs with Magic XPA?
I am looking to integrate MYOB desktop services with Magic XPA 3.0. Can anyone help about this?

Anupam Shukla
- 35
- 2
- 9
0
votes
1 answer
How well do SQL stored procedures interact with Magic uniPaaS development process
I wanted to get a quick understanding for how the Magic uniPaaS developement environment would use/interact with MS SQL stored procedures.
I don't use Magic uniPaaS (yet), although we may be moving onto it. Since a lot of my programming is .NET…

Riccarr
- 103
- 8
-1
votes
1 answer
(Recursive?) Regex to remove empty xml tags
I'd like to remove all empty tags from an xml file. However, my options are very limited, so I'd like to use a regex (which is available and known internally here).
I have no problem with the regex to remove the empty tags in their variations, but…

Eviler
- 39
- 6