|
Record Prefix Behavior
#ria
Darren, Not sure if I understand this correctly, so I’ll outline how Magic’s engine cycle basically works (and has since DOS) In an Online task (not covering a Batch task here which is slightly differ
Darren, Not sure if I understand this correctly, so I’ll outline how Magic’s engine cycle basically works (and has since DOS) In an Online task (not covering a Batch task here which is slightly differ
|
By
Keith Canniff
· #189003
·
|
|
Record Prefix Behavior
#ria
Hi Guys So I've migrated a UnipaaS 1.9 project to Magic XPA 3.3 What I've noticed is the record prefix behavior. In UniPaaS, I have virtual variables updated in the record prefix by a value in main so
Hi Guys So I've migrated a UnipaaS 1.9 project to Magic XPA 3.3 What I've noticed is the record prefix behavior. In UniPaaS, I have virtual variables updated in the record prefix by a value in main so
|
By
Darren
· #189002
·
|
|
Passing a variable/s to a blob for HTTP Call Magic XPA/XPI
#ria
Hi Darren, You have to use Http POST not GET. Your parameters you then write to a Blob, on the URL you do not pass anything but the URL to the requester (https://<yourserver>/scripts/Mgrrqispi.dll). N
Hi Darren, You have to use Http POST not GET. Your parameters you then write to a Blob, on the URL you do not pass anything but the URL to the requester (https://<yourserver>/scripts/Mgrrqispi.dll). N
|
By
Andreas Sedlmeier
· #188677
·
|
|
Passing a variable/s to a blob for HTTP Call Magic XPA/XPI
#ria
Hi Andreas, We have tried passing directly a value thru arguments, but for example I have 30 arguments, then the url will be really long. Yes MSE instructed me/us to use HTTPCALL instead of remote cal
Hi Andreas, We have tried passing directly a value thru arguments, but for example I have 30 arguments, then the url will be really long. Yes MSE instructed me/us to use HTTPCALL instead of remote cal
|
By
Darren
· #188674
·
|
|
Passing a variable/s to a blob for HTTP Call Magic XPA/XPI
#ria
Hi Darren, You can have a Magic program on server side with this set of parameters too, just give it a public name and set external flag. You can now invoke it by http request (http GET/POST) - if you
Hi Darren, You can have a Magic program on server side with this set of parameters too, just give it a public name and set external flag. You can now invoke it by http request (http GET/POST) - if you
|
By
Andreas Sedlmeier
· #188664
·
|
|
Passing a variable/s to a blob for HTTP Call Magic XPA/XPI
#ria
Hi Andreas, I took a screenshot on how it looks like when using "Call Remote". [img]https://i.imgur.com/UFb5sZg.png[/img] https://i.imgur.com/UFb5sZg.png
Hi Andreas, I took a screenshot on how it looks like when using "Call Remote". [img]https://i.imgur.com/UFb5sZg.png[/img] https://i.imgur.com/UFb5sZg.png
|
By
Darren
· #188662
·
|
|
Passing a variable/s to a blob for HTTP Call Magic XPA/XPI
#ria
Hi Andreas, I will send the blob to XPI generated HTTP. it's just a group of Alpha characters. Yes I made it ANSI, I just updated my blob variable consisting of 3 alpha variables(A,B,C) like: A&B&C Th
Hi Andreas, I will send the blob to XPI generated HTTP. it's just a group of Alpha characters. Yes I made it ANSI, I just updated my blob variable consisting of 3 alpha variables(A,B,C) like: A&B&C Th
|
By
Darren
· #188659
·
|
|
Passing a variable/s to a blob for HTTP Call Magic XPA/XPI
#ria
Hi Darren, Is that server, where you want to send your data (that Blob) to, controlled by you ? Then you can serialize your variables into that blob using any format you want, a concetenation of name=
Hi Darren, Is that server, where you want to send your data (that Blob) to, controlled by you ? Then you can serialize your variables into that blob using any format you want, a concetenation of name=
|
By
Andreas Sedlmeier
· #188652
·
|
|
Passing a variable/s to a blob for HTTP Call Magic XPA/XPI
#ria
Hello Guys, I seldom use Blobs and how to I send 2 variables in to a blob for a httpcall ? variable test1 is alpha10 variable test2 is alpha5 my blob variable is blob1 how to send test1 and test2 to b
Hello Guys, I seldom use Blobs and how to I send 2 variables in to a blob for a httpcall ? variable test1 is alpha10 variable test2 is alpha5 my blob variable is blob1 how to send test1 and test2 to b
|
By
Darren
· #188651
·
|
|
DevExpress Graph
#ria
Hello everyone, Hopefully, someone has run into this issue and know the Magic way to get it fixed..., so I have created some graph with DevExpress based on the samples from Magic and they work great (
Hello everyone, Hopefully, someone has run into this issue and know the Magic way to get it fixed..., so I have created some graph with DevExpress based on the samples from Magic and they work great (
|
By
unipaas_programmer@...
· #187851
·
Edited
|
|
RIA and Chromebooks
#android
#ria
Hi All, FYI it's possible to run a RIA application on a Chromebooks. To be able to install you APK 1- You need to put the Chromebook in Developer Mode (Special key combination on the reboot - beware i
Hi All, FYI it's possible to run a RIA application on a Chromebooks. To be able to install you APK 1- You need to put the Chromebook in Developer Mode (Special key combination on the reboot - beware i
|
By
Marc Gauthier
· #187416
·
|
|
How can i get MAC Address at run time in Magic XPA 3.0 or Above
#ria
#please
Thank
By
Madhav saran
· #187375
·
|
|
How can i get MAC Address at run time in Magic XPA 3.0 or Above
#ria
#please
Hi Saran, You could use a .Net snippet. Take a look at this page for a way to do it in c# https://stackoverflow.com/questions/850650/reliable-method-to-get-machines-mac-address-in-c-sharp Govert Van:
Hi Saran, You could use a .Net snippet. Take a look at this page for a way to do it in c# https://stackoverflow.com/questions/850650/reliable-method-to-get-machines-mac-address-in-c-sharp Govert Van:
|
By
Govert Schipper
· #187351
·
|
|
How can i get MAC Address at run time in Magic XPA 3.0 or Above
#ria
#please
hai i want to know how can i get System MAC Address in Magic XPA 3.0 or above Please help me
hai i want to know how can i get System MAC Address in Magic XPA 3.0 or above Please help me
|
By
Madhav saran
· #187350
·
|
|
RIA/Android Column update nightmare
#ria
#android
hi - make sure the task transaction is record level - this way the data is saved when user leaves the record and not the task
hi - make sure the task transaction is record level - this way the data is saved when user leaves the record and not the task
|
By
Tim Downie
· #187224
·
|
|
RIA/Android Column update nightmare
#ria
#android
Thank you Andy. But... since all Mobile forms are "Modal" only that means it is not possible to update the row until the app is closed. Or i'm missing something. Of course, this is very simple to do i
Thank you Andy. But... since all Mobile forms are "Modal" only that means it is not possible to update the row until the app is closed. Or i'm missing something. Of course, this is very simple to do i
|
By
Natasa Panic
· #187223
·
|
|
RIA/Android Column update nightmare
#ria
#android
Hi Natasa, Welcome to Magic and to the group. :) You might want to copy this program, change the copy to an Online (i.e., desktop deployment) task using the memory database, and work with that to help
Hi Natasa, Welcome to Magic and to the group. :) You might want to copy this program, change the copy to an Online (i.e., desktop deployment) task using the memory database, and work with that to help
|
By
Andy Jerison
· #187222
·
|
|
RIA/Android Column update nightmare
#ria
#android
Hi all, This is my first post in this group. I'm new to Magic XPA (3.2) and i'm trying to develop simple android app with only two screens: 1. Enter PIN code screen (where user enters 4 digit PIN code
Hi all, This is my first post in this group. I'm new to Magic XPA (3.2) and i'm trying to develop simple android app with only two screens: 1. Enter PIN code screen (where user enters 4 digit PIN code
|
By
Natasa Panic
· #187221
·
|
|
Problem with running mobile application on the phone.
#ria
#android
Hello everybody, I'm starting my adventure with mobile applications in Magic XPA. I wanted to run my first program according to the instructions. Unfortunately, I still have an error as in the picture
Hello everybody, I'm starting my adventure with mobile applications in Magic XPA. I wanted to run my first program according to the instructions. Unfortunately, I still have an error as in the picture
|
By
...
· #187003
·
|
|
#ria
#ria
Hello, I'm starting my adventure with mobile applications in Magic XPA. I wanted to run my first program according to the instructions. Unfortunately, I still have an error as in the picture. I have t
Hello, I'm starting my adventure with mobile applications in Magic XPA. I wanted to run my first program according to the instructions. Unfortunately, I still have an error as in the picture. I have t
|
By
...
· #187001
·
|