|
Re: #xpa #askmembers #howto
#askmembers
#howto
#xpa
In the Data View tab,
Select the foreign key, say to your vendor. Below that line Ctrl-H these are your options
Once you pick an option, select the key (in this case, they key of the vendors unique
In the Data View tab,
Select the foreign key, say to your vendor. Below that line Ctrl-H these are your options
Once you pick an option, select the key (in this case, they key of the vendors unique
|
By
Wes Hein
·
#193628
·
|
|
Re: #xpa #askmembers #howto
#askmembers
#howto
#xpa
I would like to connect two tables.
I would like to connect two tables.
|
By
tomasbalbinder@...
·
#193627
·
|
|
Re: #xpa #askmembers #howto
#askmembers
#howto
#xpa
Hello, I use Win10 my monitor resolution is FHD+ so how can I set up text in Magic xpa for bigger? I don't want to use typically setting text in win10 because I change everything. And my other
Hello, I use Win10 my monitor resolution is FHD+ so how can I set up text in Magic xpa for bigger? I don't want to use typically setting text in win10 because I change everything. And my other
|
By
tomasbalbinder@...
·
#193626
·
|
|
Re: url_encode text with some function in Magic (1.9)
I used UTF8FromANSI() on the message before POST or Curl, and that worked!!
Thanks Andreas,
You are a rock! (as we say in Swedish!)
Per-Olof
I used UTF8FromANSI() on the message before POST or Curl, and that worked!!
Thanks Andreas,
You are a rock! (as we say in Swedish!)
Per-Olof
|
By
per-olof.hermansson@...
·
#193625
·
|
|
Re: Suppress Warning when "No records within defined range..." event occurs
Magic Support gave me the solution:
Add the following to the Magic.ini
[MAGIC_SPECIALS]
SpecialBeepOnWarning =N
Problem solved!
Magic Support gave me the solution:
Add the following to the Magic.ini
[MAGIC_SPECIALS]
SpecialBeepOnWarning =N
Problem solved!
|
By
JK Heydt
·
#193624
·
|
|
Re: #xpa #askmembers #howto
#askmembers
#howto
#xpa
Welcome to the magic group!
Wes
Welcome to the magic group!
Wes
|
By
Wes Hein
·
#193623
·
|
|
Re: #xpa #askmembers #howto
#askmembers
#howto
#xpa
Unfotunately Microsoft controls the size of those items. When we run our application via RemoteApp we just go to Ease Of Use and set the 'Make text bigger'. Really annoying on my own system
Unfotunately Microsoft controls the size of those items. When we run our application via RemoteApp we just go to Ease Of Use and set the 'Make text bigger'. Really annoying on my own system
|
By
Wes Hein
·
#193622
·
|
|
#xpa #askmembers #howto
#askmembers
#howto
#xpa
Hello, I am beginning with magic xpa, everything is alright but I have a big problem with the size of the menu. Everything is pretty small and I don't know how to change it. Icons, menubar everything
Hello, I am beginning with magic xpa, everything is alright but I have a big problem with the size of the menu. Everything is pretty small and I don't know how to change it. Icons, menubar everything
|
By
tomasbalbinder@...
·
#193621
·
|
|
Re: url_encode text with some function in Magic (1.9)
Hi Per-Olof,
I am wondering if that SMS server actually expects UTF-8 and if its for this reason why you run into trouble with your special characters in your message.
Try to encode your ANSI text to
Hi Per-Olof,
I am wondering if that SMS server actually expects UTF-8 and if its for this reason why you run into trouble with your special characters in your message.
Try to encode your ANSI text to
|
By
Andreas Sedlmeier
·
#193620
·
|
|
Exchange Connector in XPI
Hello All.
Using XPI 4.9 and I'm attempting to use the Exchange connector to retrieve emails but it's honestly making no sense to me at all. Does anyone have a sample project or a tutorial they can
Hello All.
Using XPI 4.9 and I'm attempting to use the Exchange connector to retrieve emails but it's honestly making no sense to me at all. Does anyone have a sample project or a tutorial they can
|
By
Mark Bertelsman <mark.bertelsman@...>
·
#193619
·
|
|
Re: url_encode text with some function in Magic (1.9)
Thanks for the suggestion; I'll consider that if I don't find any other way!
Thanks for the suggestion; I'll consider that if I don't find any other way!
|
By
per-olof.hermansson@...
·
#193618
·
|
|
Re: url_encode text with some function in Magic (1.9)
Thanks for the suggestion, but if I enter Å, Ä, Ö, å, ä, ö I just get the same characters: Å, Ä, Ö, å, ä, ö
I should get
Thanks for the suggestion, but if I enter Å, Ä, Ö, å, ä, ö I just get the same characters: Å, Ä, Ö, å, ä, ö
I should get
|
By
per-olof.hermansson@...
·
#193617
·
|
|
Re: url_encode text with some function in Magic (1.9)
Per-Olaf,
Take a look at the XMLVal() function. I think this will return what you want in a single call.
Steven G. Blank
SGBlank Consulting
Per-Olaf,
Take a look at the XMLVal() function. I think this will return what you want in a single call.
Steven G. Blank
SGBlank Consulting
|
By
Steven Blank
·
#193616
·
|
|
Re: url_encode text with some function in Magic (1.9)
Just make two column table - this char encodes to this 1. Loop through each string character at a time linking to and biuld new encoded string
Just make two column table - this char encodes to this 1. Loop through each string character at a time linking to and biuld new encoded string
|
By
Tim Downie
·
#193615
·
|
|
Re: Magic developers for hire
אני אתקשר אליך!
By
per-olof.hermansson@...
·
#193614
·
|
|
url_encode text with some function in Magic (1.9)
Hi
I wonder if somebody has or knows of a function that I can use in Magic 1.9 in order to url_encode text.
When I am sending an SMS-message via 46elks.com from Magic (HTTPCall Post, or via curl) the
Hi
I wonder if somebody has or knows of a function that I can use in Magic 1.9 in order to url_encode text.
When I am sending an SMS-message via 46elks.com from Magic (HTTPCall Post, or via curl) the
|
By
per-olof.hermansson@...
·
#193613
·
|
|
Re: HTTPCall with POST (or GET)
I got it working:
I put & in between the different parts:
to=+46709919760&from=MMS&message=Happy Birthday!
I found this in the documentation under HTTPPost, which I had not looked at since it is
I got it working:
I put & in between the different parts:
to=+46709919760&from=MMS&message=Happy Birthday!
I found this in the documentation under HTTPPost, which I had not looked at since it is
|
By
per-olof.hermansson@...
·
#193612
·
|
|
Re: Sending a message using curl with Invoke OS CMD
Thanks,
I have talked to them and at least Swedish characters have to be url_encoded.
Per-Olof
Thanks,
I have talked to them and at least Swedish characters have to be url_encoded.
Per-Olof
|
By
per-olof.hermansson@...
·
#193611
·
|
|
Re: Sending a message using curl with Invoke OS CMD
Thanks for the suggestion,
Yes that works, I set the message in a file, and call it with @filename:
curl https://api.46elks.com/a1/sms -u
Thanks for the suggestion,
Yes that works, I set the message in a file, and call it with @filename:
curl https://api.46elks.com/a1/sms -u
|
By
per-olof.hermansson@...
·
#193610
·
|
|
HTTPCall with POST (or GET)
I am trying to implement a SMS service (46Elks.com).
When I do a HTTPCall with GET as follows it works: (a workaround, I add POST at the end of the Url
URL:
I am trying to implement a SMS service (46Elks.com).
When I do a HTTPCall with GET as follows it works: (a workaround, I add POST at the end of the Url
URL:
|
By
per-olof.hermansson@...
·
#193609
·
|