This suggests that the Editor is not handling the clipboard and / or, in my case, the end of the undo buffer correctly. Obviously, restarting the Studio resets everything so replicating the problem...
Type: Posts; User: Ian Smith
This suggests that the Editor is not handling the clipboard and / or, in my case, the end of the undo buffer correctly. Obviously, restarting the Studio resets everything so replicating the problem...
Caching of the database / table metadata was done for speed. Since caching was implemented, improvements in the drivers (and servers) have reduced / removed the need to cache this data. If there is...
If you disable cache (Use_Cache 0), is speed an issue? If not then disable caching and keep things simple.
We never broke up, we just took a 14 year vacation...
Use "Use". The compiler will only include the package once.
#Include - the compiler will include the package every time, often resulting in "already defined" compiler errors
Hi Mike
Correct again, thanks. Good to know I can trust JsonToDataType
I found a "record" with the tagIds populated, so that one is fixed - now to track down the rest...
Regards
I agree, I can't replicate it any more - Oh.....
There is definitely a problem, I'll keep reporting as they arise. Hopefully we will get one that is reproduce-able.
I have the following Json structure (created with the help of RESTgen, saves soooo much time - thanks Mike)
Struct td_jPleo_Expense
String id
String employeeId
String ...
Move info
Image 1 before edit
Image 2 after edit
Steps
Deleted text after // (left the 2 forward slashes)
Use Alt + cursor keys to highlight all the 7s
Pressed 8 to change the 7s to 8 ...
Also check the PCI (Pay Card Industry) rules for where you are and where you clients are (if applicable). I was involved with a PCI audit for one client - round one, over 300 action points. It may...
Hi Stephen
No idea - sorry. I can confirm that the code had only be edited in the Studio.
What confused me was that the Studio could not model the code even when I had commented out all of the...
Please see images
1 is the code that will not model - I have tracked it down to the highlighted line.
2 is the Studio version
3 is the line of code in an external editor - UltraEdit
...
Hi Mike
Perfect, thanks. The 404 makes sense - in this case "I've no idea what you are asking for".
Regards to all
For the first time I need to talk to an external API. Using Mike's example in response to Giuseppe's question I have the code below.
The company has a very good developers web site that lets you...
I have had that message - have you checked your antivirus?
We use a product that prevents anything from running unless it is in a white list - most (older style) antivirus prevent an app from...
I've just had a similar issue in 19.1, selected field not being displayed. I did not move onto the next field, so cannot confirm it is the same issue. Closed and reopened the Studio, back to working...
Hi Mike
One will be DateTime the other DateTime2 (or whatever they are called)
23 no millisecond - 26 with milliseconds
“Do or do not. There is no try.” – Yoda :p
Learn something new every day... now any user can connect to dodgy / insecure / hacked FTP servers. (Present company not included in that very broad statement.)
Hi Nils
Quick answer – No.
Just thinking about this…Create a simple app that does an OAuth2 request.
Connect remotely to the client
Run the app and capture the token
Change the...
Bugs me as well...
Same here, users do not normally have their Microsoft 365 credentials - if they do not know their password they cannot enter it during a phishing attack.
Hi All
Found it...
Firstly, thanks for all the suggestions on what to look at. The issue is the execution policy. I added the -noexit parameter to the command line which cause the Powershell...
Hi Arnold
That will not work as I need to wait for the output file to be created.
No that is not working, well it does the blue pop-up thing but the output file is empty
Runprogram Wait "Powershell.exe" sTemp
where sTemp contains
...