Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Set_IDXSvr function ====== ==== Description ==== Toggles the dedicated indexing mode. To turn dedicated indexing on, pass 1; to turn dedicated indexing off, pass 0 (zero). ==== Syntax ==== **Set_IDXSvr**(a//ction//) ==== Parameters ==== The Set_IDXSvr() function has the following parameter: ^Parameter^Description^ |action|0 = Turn dedicated indexing off\\ 1 = Turn dedicated indexing on| When dedicated indexing is on, OpenEngine displays as an indexing server. Below is a sample OpenEngine display as an index is being updated: {{idxsvr.gif?400x154}} ==== See Also ==== [[set_bgnd_ix_time|Set_Bgnd_IX_Time()]] ==== Example ==== <code> subroutine TurnOffIndexer(void) declare subroutine Set_Bgnd_IX_Time, Set_IDXSvr * turn off dedicated indexing Set_IDXSvr(0) * reset background indexing delay to zero (no indexing) Set_Bgnd_IX_Time(0) return </code> guides/programming/programmers_reference_manual/set_idxsvr.txt Last modified: 2024/06/19 20:20by 127.0.0.1