|
Problem with HTTPPost in XPA3.3
Hi Sherm, I am not 100% sure what you mean but if it is putting "-F grant_type=client_credentials -F client_id=OURCLIENTID -F client_secret=OURCLIENTSECRET -F scope=https://graph.microsoft.com.default
Hi Sherm, I am not 100% sure what you mean but if it is putting "-F grant_type=client_credentials -F client_id=OURCLIENTID -F client_secret=OURCLIENTSECRET -F scope=https://graph.microsoft.com.default
|
By
Graham White
· #194258
·
|
|
Problem with HTTPPost in XPA3.3
Hi Todd, Thanks for that. I put the code through the link you sent and it came back with this grant_type%3Dclient_credentials%26client_id%3D{OURCLIENTID}%26client_secret%3D{OURCLIENTSECRET}%26scope%3D
Hi Todd, Thanks for that. I put the code through the link you sent and it came back with this grant_type%3Dclient_credentials%26client_id%3D{OURCLIENTID}%26client_secret%3D{OURCLIENTSECRET}%26scope%3D
|
By
Graham White
· #194256
·
|
|
Problem with HTTPPost in XPA3.3
Hi, I am trying to obtain a token for MS Graph using HTTPPost but running into trouble. This curl command works fine and I am returned a valid token curl -k -X POST -d "grant_type=client_credentials&c
Hi, I am trying to obtain a token for MS Graph using HTTPPost but running into trouble. This curl command works fine and I am returned a valid token curl -k -X POST -d "grant_type=client_credentials&c
|
By
Graham White
· #194254
·
|
|
Off topic - Curl experts
Hi, Thanks everyone for you help. I have this now working. This is the correct format that works well. It gets all entries on the 30th March 2021. curl -g -k -X GET --header "Content-Type: application
Hi, Thanks everyone for you help. I have this now working. This is the correct format that works well. It gets all entries on the 30th March 2021. curl -g -k -X GET --header "Content-Type: application
|
By
Graham White
· #194178
·
|
|
Off topic - Curl experts
Hi, Thanks for your reply. I am not sure what you mean by “your enter key is broken”? I have been struggling with this and can’t seem to get it to work no matter what format I have the date in. Below
Hi, Thanks for your reply. I am not sure what you mean by “your enter key is broken”? I have been struggling with this and can’t seem to get it to work no matter what format I have the date in. Below
|
By
Graham White
· #194176
·
|
|
Off topic - Curl experts
Hi, Are there any curl experts out there that can give me a bit of a lead on an issue I am having? I have to get some stuff out of gravity forms and I can use https://www.oursite.co.nz/wp-json/gf/v2/e
Hi, Are there any curl experts out there that can give me a bit of a lead on an issue I am having? I have to get some stuff out of gravity forms and I can use https://www.oursite.co.nz/wp-json/gf/v2/e
|
By
Graham White
· #194170
·
|
|
Persistent form state and form start-up position XPA 3.3g
Hi Todd, Thanks for your reply. FormStateClear('*') will do that but its not quite what I mean. I would like the form to stay in the position they were dragged to relative to the screen they are using
Hi Todd, Thanks for your reply. FormStateClear('*') will do that but its not quite what I mean. I would like the form to stay in the position they were dragged to relative to the screen they are using
|
By
Graham White
· #194151
·
|
|
Getting data from Google Analytics within a Magic program XPA 3.3g
Hi, Has anyone successfully read data from the Google Analytics API’s from within a Magic program? If so can I contact you to discuss how please. Regards Graham White Software Developer Graham.White@e
Hi, Has anyone successfully read data from the Google Analytics API’s from within a Magic program? If so can I contact you to discuss how please. Regards Graham White Software Developer Graham.White@e
|
By
Graham White
· #194149
·
|
|
Persistent form state and form start-up position XPA 3.3g
Hi, We have some users who have notebooks and while at work use a docking station with external monitors attached but when they are off site use the notebook screen only. If these users move a form wi
Hi, We have some users who have notebooks and while at work use a docking station with external monitors attached but when they are off site use the notebook screen only. If these users move a form wi
|
By
Graham White
· #194148
·
|
|
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 the fi
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 the fi
|
By
Graham White
· #193600
·
|
|
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
·
|
|
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
·
|
|
Insert contents of variable into edit field while entering data. XPA 3.3
Hi Andy, That kind of works except in my test EditGet() contains the whole contents of the edit field. So.. if I enter 12345678 and then move the cursor between 4 and 5 and do the EditGet() i get 1234
Hi Andy, That kind of works except in my test EditGet() contains the whole contents of the edit field. So.. if I enter 12345678 and then move the cursor between 4 and 5 and do the EditGet() i get 1234
|
By
Graham White
· #193584
·
|
|
Insert contents of variable into edit field while entering data. XPA 3.3
Hi, I want to implement functionality similar to the Windows Paste (Ctrl-V) within a edit field in an XPA Program. I want the user to be in an edit field entering data and then be able to press a key
Hi, I want to implement functionality similar to the Windows Paste (Ctrl-V) within a edit field in an XPA Program. I want the user to be in an edit field entering data and then be able to press a key
|
By
Graham White
· #193582
·
|
|
Issue with @user32.FindWindowA and XPA
Thanks Steven, I was thinking I could manage this by writing something to a table by user to say which country they are in and removing it when they exit. This would work Ok unless they crash out of m
Thanks Steven, I was thinking I could manage this by writing something to a table by user to say which country they are in and removing it when they exit. This would work Ok unless they crash out of m
|
By
Graham White
· #193463
·
|
|
Issue with @user32.FindWindowA and XPA
Hi, We have some logic in our XPA3.3 application that upon starting checks to see if there is another instance of the application running it will close the one that has just been launched, however, th
Hi, We have some logic in our XPA3.3 application that upon starting checks to see if there is another instance of the application running it will close the one that has just been launched, however, th
|
By
Graham White
· #193460
·
|
|
Runtime Exception Error XPA 3.3g & XPA 4.6
Hi, I have a program that reads through our MS Exchange IMAP Server Inboxes collecting some statistics and updating appropriate tables when we find appropriate matches on email address. This is on a c
Hi, I have a program that reads through our MS Exchange IMAP Server Inboxes collecting some statistics and updating appropriate tables when we find appropriate matches on email address. This is on a c
|
By
Graham White
· #193411
·
|
|
Hyperlink To Open Email
Hi, I have been using the mail functions to get emails and want to take this a step further. I would like to add a hyperlink on a form in Magic that would open the email via Exchange Web Services, has
Hi, I have been using the mail functions to get emails and want to take this a step further. I would like to add a hyperlink on a form in Magic that would open the email via Exchange Web Services, has
|
By
Graham White
· #193274
·
|
|
Fonts and Mobile Development XPA 3.2g
Hi, I am trying to get my head around the corelation of the font size and what is actually displayed on the device. We use font Microsoft Sans Serif size 8 which look fine and fields fit nicely in the
Hi, I am trying to get my head around the corelation of the font size and what is actually displayed on the device. We use font Microsoft Sans Serif size 8 which look fine and fields fit nicely in the
|
By
Graham White
· #193231
·
|
|
Dynamic screen size on Pop up Window in Rich Client program
Hi Wes, I don't know the size until they have entered one of the fields on the form. We have this working fine on the iPhone which doesn't use pop up but on the iPad using Pop up it doesn't seem to ch
Hi Wes, I don't know the size until they have entered one of the fields on the form. We have this working fine on the iPhone which doesn't use pop up but on the iPad using Pop up it doesn't seem to ch
|
By
Graham White
· #193074
·
|