**
ARS 6.3 Patch 16 running on Windows 2000 Adv. Server with a MS SQL 2000 Db.
Midtier 6.3 Patch 16 running on same server.
 
Problem.
 
I have a display only form.  On that form is a Page field with numerous tabs.  Each tab has a table field.
 
When I lose focus from a specific tab (tab a).  A series of guides should run.  The first Active Link Calls the Master guide (FAC:MFD-FACSS-Xcheck_SD-RUN)
 
1st Active Link (FAC:MFD-FACSS-Xcheck_SD-SAL-01_CALLGUIDE) calls a second Guide which is set to table loop.  (FAC:MFD-FACSS-Xcheck_SD-SAL-01_GUIDE) which is made up of two Active Links.  The first Active Link checks for a match and if it finds one, sets a temp field with the Request ID of the match.  Then the second Active Link will fire if a match had been found.  The loop proceeds until either a match is found (and the 2nd AL bails out of the guide) or the end of the table is reached with no match.
 
Then the 2nd Active link in the Master Guide (FAC:MFD-FACSS-Xcheck_SD-RUN) runs.  This AL (FAC:MFD-FACSS-Xcheck_SD-SAL-02_CALLGUIDE) calls a guide that is currently empty.
 
The problem is, the first time I lose focus from this tab, the following happens:
 
ActiveLink: FAC:MFD_CC-SingleDatasetChecks_CALLGUIDE
True actions:
 action 0
ARACTCallGuide(@, FAC:MFD-FACSS-Xcheck_SD-RUN, false, 0, false)
ActiveLink: FAC:MFD-FACSS-Xcheck_SD-SAL-01_CALLGUIDE
True actions:
 action 0
ARACTCallGuide(@, FAC:MFD-FACSS-Xcheck_SD-SAL-01_GUIDE, false, 536870973, false)
ActiveLink: FAC:MFD-FACSS-Xcheck_SD-SAL-02_CALLGUIDE
True actions:
 action 0
ARACTCallGuide(@, FAC:MFD-FACSS-Xcheck_SD-SAL-02_GUIDE, false, 536870973, false)
 
But when I go back and try it a second time without changing any variables I get this:
 
ActiveLink: FAC:MFD_CC-SingleDatasetChecks_CALLGUIDE
True actions:
 action 0
ARACTCallGuide(@, FAC:MFD-FACSS-Xcheck_SD-RUN, false, 0, false)
ActiveLink: FAC:MFD-FACSS-Xcheck_SD-SAL-01_CALLGUIDE
True actions:
 action 0
ARACTCallGuide(@, FAC:MFD-FACSS-Xcheck_SD-SAL-01_GUIDE, false, 536870973, false)
LoopGuide: row 0/7
ActiveLink: FAC:MFD-FACSS-Xcheck_SD-SAL-01_Step1_GUIDEMEMBER
False actions:
ActiveLink: FAC:MFD-FACSS-Xcheck_SD-SAL-01_Step2_GUIDEMEMBER
False actions:
LoopGuide: row 1/7
ActiveLink: FAC:MFD-FACSS-Xcheck_SD-SAL-01_Step1_GUIDEMEMBER
False actions:
ActiveLink: FAC:MFD-FACSS-Xcheck_SD-SAL-01_Step2_GUIDEMEMBER
False actions:
LoopGuide: row 2/7
ActiveLink: FAC:MFD-FACSS-Xcheck_SD-SAL-01_Step1_GUIDEMEMBER
True actions:
 action 0
  Set-fields 536870944 =
 action 1
FieldList.Query([object Object], @, S1032:FACSS_MASTER, 3, 2)
  Set-fields 536870944 = 000000000002291
ActiveLink: FAC:MFD-FACSS-Xcheck_SD-SAL-01_Step2_GUIDEMEMBER
True actions:
 action 0
  Set-fields 700016002 = tab_CurrentSalaryData
 action 1
ARACTSetFocus(536871071)
 action 2
Message [800060147] Overlapping UWANN/WOSAL records.  Please resolve.
ARRunGuide: imode interrupt signalled
ARACTRunLoopGuide: imode interrupt signalled
ARRunGuide: imode interrupt signalled
 action 3
ARACTExitGuide(1)
 
You'll notice that in the first log, while the Active Links that are owned by the master guide (FAC:MFD-FACSS-Xcheck_SD-RUN) fire, the guides that they are supposed to run DO NOT RUN!!!!!
 
This tickle any ideas out of anyone?????
 
TIA!
--
Warren R. Baltimore II
Remedy Developer
UW Medicine IT Services
School of Medicine
University of Washington
Box 358220
1325 Fourth Ave, Suite 2000
Seattle, WA 98101

The opinions expressed in this e-mail are in no way those of the University of Washington, or the State of Washington.  They are my own.
__20060125_______________________This posting was submitted with HTML in it___

Reply via email to