Id/variable of internal select list (OpenInsight 32-bit Specific)
At 31 AUG 2005 03:21:15AM Simon G Wilmot wrote:
Hi all,
I am looking to do a little tweak to a select list from within an MFS just after the select has been actioned.
Can anyone tell me where the select list is stored in order to perform this tweak ??
Regards,
Simon
At 31 AUG 2005 09:09AM support@sprezzatura.com wrote:
It's a little more complicated than that depending on the size of the list. The MFS docs should give you some pointers however, especially
pre.code {
background-color: #E5E5E5;border: 1px solid #000000;width: 450px;padding: 5px;font-family: courier, verdana, arial, serif;margin: 0px 10px auto;}
Chapter 8: Modifying Filing Systems (MFS) MFS Programming Notes Select and ReadNext Calls Select and ReadNext Processorssupport@sprezzatura.com
The Sprezzatura Group Web Site
World Leaders in all things RevSoft
At 31 AUG 2005 09:40AM Simon G Wilmot wrote:
I did realise that the size of the list would make a difference :o) I am just after a starting point …
I dont think I've got access to the docs you are referring to, can you give me a better pointer please ??
Simon
At 31 AUG 2005 10:03AM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:
Simon
This should do it. From the OI Application Manager Window ] Help ] Contents ] Programmers Reference Manual….
World leaders in all things RevSoft
At 31 AUG 2005 12:01PM Richard Hunt wrote:
Unless I am misunderstanding you, there might be easier ways. Can you explain what you are planning to do? If so maybe you can "READ" the list into a variable, tweak it, then "FORM" the list to be active.
You must also be aware of fragmented active lists.
At 31 AUG 2005 04:17PM dsig _at_ sigafoos.org wrote:
I am just wondering what you want to do with the select list that couldn't be done during a select?
At 01 SEP 2005 02:42AM Simon G Wilmot wrote:
Ok - to explain the situation, in a similar situation to a posting yesterday, we are also in a 24/7 operating environment, so in order to allow the system to backup all data files correctly, we are developing a suspend mechanism so that during the backup all data (including indexes) is written to a separate table/location. Reads/writes etc are all handled by the MFS successfully, but obviously if a process uses a select during that time then that has to be catered for …..
Simon
At 02 SEP 2005 03:35AM Simon G Wilmot wrote:
Oops, I forgot to mention that the MFS being used in accessed from both OI and ARev, and in addition to selected lists, I would also like to play with the data returned from a 'List_Keys' call in both ….
All help appreciated,
Regards,
Simon
At 09 SEP 2005 08:09AM Simon G Wilmot wrote:
Hi - I have managed pretty much everything that I wanted, however …
By using Save_Select and Active_Save_Select etc, I have managed pretty much to get the list as I want it, but I cannot get the list to appear in the open dialog box. I am guessing this is because @List_Active is set to 3 and the open dialog want it to be a '1'.
Can this be confirmed and is it possible to force it as such ??
Regards,
Simon
At 09 SEP 2005 08:35AM Simon G Wilmot wrote:
…. also, is it possible to sort an active select list into another order (bearing in mind it might be a large list) ??
Simon