|
Re: Sending a message using curl with Invoke OS CMD
Testing with this seems to get correct output:
There is no need to change a space to %20, at least when i am looking at: curl (46elks.com)
The `cmd /c` starts a new shell
Testing with this seems to get correct output:
There is no need to change a space to %20, at least when i am looking at: curl (46elks.com)
The `cmd /c` starts a new shell
|
By
Luuk
·
#193608
·
|
|
Re: Magic developers for hire
Not that I know of, but I'm not in the loop much. The company I'm working for has a hiring freeze and they don't outsource. Good luck in your search!
Heidi.Schuppenhauer
On Sat, Dec 5, 2020 at
Not that I know of, but I'm not in the loop much. The company I'm working for has a hiring freeze and they don't outsource. Good luck in your search!
Heidi.Schuppenhauer
On Sat, Dec 5, 2020 at
|
By
Heidi Schuppenhauer
·
#193607
·
|
|
Magic developers for hire
Hi
How are you doing?
I was wondering if you know anyone who may need Magic developers. We are an Israeli software company providing off shore Magic services worldwide.
Hi
How are you doing?
I was wondering if you know anyone who may need Magic developers. We are an Israeli software company providing off shore Magic services worldwide.
|
By
עזריאל ארד
·
#193606
·
|
|
Re: Offline Program
#android
#askmembers
#xpa
:-)
בתאריך יום ו׳, 4 בדצמ׳ 2020 ב-20:05 מאת <motifaithed@...>:
:-)
בתאריך יום ו׳, 4 בדצמ׳ 2020 ב-20:05 מאת <motifaithed@...>:
|
By
Azriel
·
#193605
·
|
|
Re: Sending a message using curl with Invoke OS CMD
Perhaps write a batch file from magic, and execite that as a workaround?
Op za 5 dec. 2020 12:23 schreef <per-olof.hermansson@...>:
Perhaps write a batch file from magic, and execite that as a workaround?
Op za 5 dec. 2020 12:23 schreef <per-olof.hermansson@...>:
|
By
Frederik Soete
·
#193604
·
|
|
Sending a message using curl with Invoke OS CMD
Hi
I want to send an SMS via an SMS gateway.
When I use the Command interpreter it works:
curl https://api.46elks.com/a1/sms -u u56032ad9f7d9d461af21:BADaD416739A -d from=CurlyElk -d to=+46709919760
Hi
I want to send an SMS via an SMS gateway.
When I use the Command interpreter it works:
curl https://api.46elks.com/a1/sms -u u56032ad9f7d9d461af21:BADaD416739A -d from=CurlyElk -d to=+46709919760
|
By
per-olof.hermansson@...
·
#193603
·
Edited
|
|
Re: Offline Program
#android
#askmembers
#xpa
Wow, thank you for this, will definitely check this out :)
Wow, thank you for this, will definitely check this out :)
|
By
motifaithed@...
·
#193602
·
|
|
Re: Script Error when using a direct link for video on XPA Browser.
#xpa
#ria
Hi Darren,
You might find something in the archives about that issue. As far as I remember it has to do with the compatibility mode of IE which is used when its hosted as an embedded browser
Hi Darren,
You might find something in the archives about that issue. As far as I remember it has to do with the compatibility mode of IE which is used when its hosted as an embedded browser
|
By
Andreas Sedlmeier
·
#193601
·
|
|
Re: Insert contents of variable into edit field while entering data. XPA 3.3 Resolution
Hi,
With the help of Jacek I now have this working perfectly so i thought I would pass on what we did.
I have a variable which contains the text I want to paste let’s call it vText_To_Paste and
Hi,
With the help of Jacek I now have this working perfectly so i thought I would pass on what we did.
I have a variable which contains the text I want to paste let’s call it vText_To_Paste and
|
By
Graham White
·
#193600
·
|
|
Re: Script Error when using a direct link for video on XPA Browser.
#xpa
#ria
Hi Friedrich,
I also used script error but it just does not display but it still does not work. No video appears.
Best Regards,
Darren
Hi Friedrich,
I also used script error but it just does not display but it still does not work. No video appears.
Best Regards,
Darren
|
By
Darren
·
#193599
·
|
|
Re: DataviewToXML - uniPaaS 1.9
Wow. I'd have bet money that the XMLVal() function would replace spaces with %20s instead.
I should have tested my theory before I replied.
Mea culpa.
Wow. I'd have bet money that the XMLVal() function would replace spaces with %20s instead.
I should have tested my theory before I replied.
Mea culpa.
|
By
Steven Blank
·
#193598
·
|
|
Re: DataviewToXML - uniPaaS 1.9
Hi Steven,
Yes, I did try using "@" but got the same result.
I have also tried using the ANSI Blob variable and updated the field names manually with comma delimiter and used XMLVal(A) but still the
Hi Steven,
Yes, I did try using "@" but got the same result.
I have also tried using the ANSI Blob variable and updated the field names manually with comma delimiter and used XMLVal(A) but still the
|
By
Lado Wali
·
#193597
·
|
|
Re: DataviewToXML - uniPaaS 1.9
Lado,
Have you tried passing just the '@' character in the DataViewToXML() function's print Var names argument?
If so and this doesn't work to your liking, it seems to me that
Lado,
Have you tried passing just the '@' character in the DataViewToXML() function's print Var names argument?
If so and this doesn't work to your liking, it seems to me that
|
By
Steven Blank
·
#193596
·
|
|
Re: Insert contents of variable into edit field while entering data. XPA 3.3
Perfect. Thanks Andy
Regards
Graham
Perfect. Thanks Andy
Regards
Graham
|
By
Graham White
·
#193595
·
|
|
Re: Insert contents of variable into edit field while entering data. XPA 3.3
You know its initial position and how many characters you've inserted. All you have to do is raise the right number of next character events.
You know its initial position and how many characters you've inserted. All you have to do is raise the right number of next character events.
|
By
Andy Jerison
·
#193594
·
|
|
DataviewToXML - uniPaaS 1.9
Hi Group,
When we export the data through the DataviewToXML function, the third parameter "Print Variable List" fills the space with "_" and also adds "_" for "#".
Is there any way we can fill the
Hi Group,
When we export the data through the DataviewToXML function, the third parameter "Print Variable List" fills the space with "_" and also adds "_" for "#".
Is there any way we can fill the
|
By
Lado Wali
·
#193593
·
|
|
Re: Insert contents of variable into edit field while entering data. XPA 3.3
Thanks Jacek that does the trick. I now just have to figure out how to move the cursor to postion it after the inserted field because it returns to the beginning of the field.
Regards
Graham
Thanks Jacek that does the trick. I now just have to figure out how to move the cursor to postion it after the inserted field because it returns to the beginning of the field.
Regards
Graham
|
By
Graham White
·
#193592
·
|
|
Re: Suppress Warning when "No records within defined range..." event occurs
The dong sounds when I add a dynamic range expression and there are no records in the new view. The system raises the EmptyDataview() event and I can trap it. But raising a warning in the handler does
The dong sounds when I add a dynamic range expression and there are no records in the new view. The system raises the EmptyDataview() event and I can trap it. But raising a warning in the handler does
|
By
JK Heydt
·
#193591
·
|
|
Re: Insert contents of variable into edit field while entering data. XPA 3.3
Hi Graham,
this should do that:
Ins(EditGet(),'AAA',CaretPosGet(),Len('AAA'))
Regards
Jacek
Hi Graham,
this should do that:
Ins(EditGet(),'AAA',CaretPosGet(),Len('AAA'))
Regards
Jacek
|
By
jaceks@...
·
#193590
·
|
|
Re: Error The application object cannot be read
Hi Omar,
did you create ECI-files for the changed components and reload them in the main application?
Best regards
Friedrich
Hi Omar,
did you create ECI-files for the changed components and reload them in the main application?
Best regards
Friedrich
|
By
Friedrich Geisler-Buckert
·
#193589
·
|