Hi Stewart
Thanks great. Thanks for your speedy response.
Mike
Search found 7 matches
- Fri Oct 14, 2016 11:53 pm
- Forum: Tips and Techniques
- Topic: JSON external data transfer
- Replies: 10
- Views: 41302
- Thu Oct 13, 2016 7:52 pm
- Forum: Tips and Techniques
- Topic: JSON external data transfer
- Replies: 10
- Views: 41302
Re: JSON external data transfer
Hi Marco
I can see from your example how you reference the root elements of the JSON document, but can you clarify how I go about referencing the 'nested' array elements of the Skills array within the Employee element.
Thanks
Mike
I can see from your example how you reference the root elements of the JSON document, but can you clarify how I go about referencing the 'nested' array elements of the Skills array within the Employee element.
Thanks
Mike
- Tue Jun 07, 2016 6:12 pm
- Forum: Questions & Answers
- Topic: Visual Appearance of Windows VLF
- Replies: 3
- Views: 9545
Re: Visual Appearance of Windows VLF
Hi
We allow users to change themes. I would guess most users either have no theme selected or the 2014 Clean.
Regards
We allow users to change themes. I would guess most users either have no theme selected or the 2014 Clean.
Regards
- Mon Jun 06, 2016 7:24 pm
- Forum: Questions & Answers
- Topic: Visual Appearance of Windows VLF
- Replies: 3
- Views: 9545
Visual Appearance of Windows VLF
We have been using the windows version of the VLF for nearly 10 years. In recent times users new to our systems tend to think that the windows style is a bit 'old fashioned'. The new VLF-ONE interface for web VLFs presents a much cleaner, more modern look to the application. Is there any way that ...
- Thu Jun 02, 2016 10:40 pm
- Forum: Questions & Answers
- Topic: Understanding Commitment Control and Best Practices
- Replies: 8
- Views: 26887
Re: Understanding Commitment Control and Best Practices
Hi Joe
Yes, you need to enable commitment control via the file attributes within Lansa. Outside the Lansa environment you do need to make sure that the file is journalled using the STRJRNPF command. Let me know if you need any info on this.
Regards
Mike
Yes, you need to enable commitment control via the file attributes within Lansa. Outside the Lansa environment you do need to make sure that the file is journalled using the STRJRNPF command. Let me know if you need any info on this.
Regards
Mike
- Thu Jun 02, 2016 3:23 am
- Forum: Questions & Answers
- Topic: Understanding Commitment Control and Best Practices
- Replies: 8
- Views: 26887
Re: Understanding Commitment Control and Best Practices
Hi
Yes , I would do it pretty much as you describe. I would rollback every time I encounter an error condition, just as you do in your example, and issue a commit only when I successfully get to the end of the update routine.
There is no equivalent begin commitment cycle - the cycle starts as soon ...
Yes , I would do it pretty much as you describe. I would rollback every time I encounter an error condition, just as you do in your example, and issue a commit only when I successfully get to the end of the update routine.
There is no equivalent begin commitment cycle - the cycle starts as soon ...
- Wed Jun 01, 2016 12:38 am
- Forum: Questions & Answers
- Topic: Understanding Commitment Control and Best Practices
- Replies: 8
- Views: 26887
Re: Understanding Commitment Control and Best Practices
I've been using commitment control in Lansa for several years. Whilst you can do some checking before updating database records it is not completely fool proof. It could be that something happens in another user session (like adding a duplicate record) that couldn't be handled by your program, so ...