Hi Martin
Yep, that is the method this line of code comes from. I failed to notice the comments.... Ooops.
For info
This is one of 18 databases that needed to be renamed - no don't ask why....
Type: Posts; User: Ian Smith
Hi Martin
Yep, that is the method this line of code comes from. I failed to notice the comments.... Ooops.
For info
This is one of 18 databases that needed to be renamed - no don't ask why....
I think you will need separate columns for the buttons, but you can merge columns in the CJ Report control - so you could merge the column headers into one cell. I have done this in the past using...
Hi
I'm getting a Result of 2 when this line is executed
Call_Driver 0 sDriver Function CLI_REDIRECTCONNECTION Callback 0 Passing sConnectionId sConnectString iOption Result iResult
...
Request_Assign may be what you need
https://docs.dataaccess.com/dataflexhelp/mergedProjects/VDFClassRef/BaseData_Set-Procedure-Request_Assign.htm
Had to look that up...
If you are not seeing the Recnum column or Index 0 in the Table Explorer there must be something missing from your Studio. Did you follow the instructions correctly when you...
I don't have the skills to perform an exorcism... when my machines reach that point I just give them a flying lesson.
Would help if I read your original post correctly:o. I have one too, so it's nothing personal...
I'm guessing when an SQL table is marked as a System table the runtime adds the column Recnum when...
I could be way off the mark with this... but could it be this setting in the drive .INT file
;******************************************************************************
;...
Oh so much easier than trying to knit together all the Comm Automation stuff.
Thanks
OK, I'll byte :p
[Found ~Found] - If Found is true AND Found is false then execute the code. So at runtime when the code is being executed sequentially, the code until the corresponding End in...
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...