{{tag>category:"OpenInsight 64-bit" author:"cmeyer" author:"Barry Stevens"}}
[[https://www.revelation.com/the-works|Join The Works program to have access to the most current content, and to be able to ask questions and get answers from Revelation staff and the Revelation community]]
==== Update_Index message (OpenInsight 64-bit) ====
=== At 23 JAN 2021 09:24:39PM cmeyer wrote: ===
I have a timer event on the create event in the main MDI frame checking for web orders. The timer routine includes Update_Index("WEB_PO_ORDERS", "STATUS", ''). In OI10 this displays a flashing message in the middle of the MDI frame. When being displayed it gets focus therefore losing focus (Therefore control) of the OI 10.0.8 Start window and putting control back to the MDI frame.
Is there a way of suppressing the Update_Index message.
Any advice would be grateful.
Chris
----
=== At 24 JAN 2021 06:52PM Barry Stevens wrote: ===
I have a timer event on the create event in the main MDI frame checking for web orders. The timer routine includes Update_Index("WEB_PO_ORDERS", "STATUS", ''). In OI10 this displays a flashing message in the middle of the MDI frame. When being displayed it gets focus therefore losing focus (Therefore control) of the OI 10.0.8 Start window and putting control back to the MDI frame.
Is there a way of suppressing the Update_Index message.
Any advice would be grateful.
Chris
Update_Index("WEB_PO_ORDERS", "STATUS", '',1)
Cant see where it is documented (or Update_Index for that matter) , but I asked and was told some time back.
Also, if you type update_index ypu see the param hints and param 4 is 'suppressMsg_flag
----
=== At 24 JAN 2021 06:56PM Barry Stevens wrote: ===
I have a timer event on the create event in the main MDI frame checking for web orders. The timer routine includes Update_Index("WEB_PO_ORDERS", "STATUS", ''). In OI10 this displays a flashing message in the middle of the MDI frame. When being displayed it gets focus therefore losing focus (Therefore control) of the OI 10.0.8 Start window and putting control back to the MDI frame.
Is there a way of suppressing the Update_Index message.
Any advice would be grateful.
Chris
Update_Index("WEB_PO_ORDERS", "STATUS", '',1)
Cant see where it is documented (or Update_Index for that matter) , but I asked and was told some time back.
Also, if you type update_index ypu see the param hints and param 4 is 'suppressMsg_flag
>>Also, if you type update_index ypu see the param hints and param 4 is 'suppressMsg_flag
In OI editor, not srp editor.
----
=== At 24 JAN 2021 10:03PM cmeyer wrote: ===
Thanks Barry, works like a treat.
Makes you wonder what other undocumented features we are missing.
Chris
----
=== At 24 JAN 2021 11:57PM Barry Stevens wrote: ===
Thanks Barry, works like a treat.
Makes you wonder what other undocumented features we are missing.
Chris
>>Makes you wonder what other undocumented features we are missing.
All the time (Arev & OI9). Especially when you see AMcC posts.
[[https://www.revelation.com/revweb/oecgi4p.php/O4W_HANDOFF?DESTN=O4W_RUN_FORM&INQID=WORKS_READ&SUMMARY=1&KEY=3118DF19628B874ABD6F15575B589FBF|View this thread on the Works forum...]]