Thanks for the help Matt. Turns out it was a stupid programmer trick. I was using the wrong table columns for the qualifications. These columns came from a table that was not being refreshed until I moved onto it's tab. So, when I was trying to get it to run, there was not data in the table that it was using for search values! (Kind of like what you were suggessting earlier).
Thanks as always!
Warren
On 5/2/06, Warren Baltimore <[EMAIL PROTECTED]> wrote:
Nope....still doesn't work. I didn't think that it would. When you first land on the tab in question, it refreshes the table. So the data is there.... I'm starting to think this is a bug.
ActiveLink: FAC:TEST
True actions:
action 0
ARACTTableRefresh(536871071)
ActiveLink: FAC:MFD_BASIC-SubmitFacdatOnGainFocusOfCurrCompTab_CheckForBasicCompletion
False actions:
ActiveLink: FAC:MFD_BASIC-SubmitFacdatOnGainFocusOfCurrCompTab_CALLGUIDE
False actions:
ActiveLink: FAC:MFD-GainFocus-Salary-CurrentYear_tab01
True actions:
action 0
ARACTTableRefresh(536871071)
action 1
Set-fields 536871014 = 9
ActiveLink: FAC:MFD-GainFocus-Salary-CurrentYear_tab02
False actions:
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)ActiveLink: FAC:MFD_BASIC-SubmitFacdatOnGainFocusOfCurrAnnCompTab_CheckForBasicCompletion
False actions:
ActiveLink: FAC:MFD_BASIC-SubmitFacdatOnGainFocusOfCurrAnnCompTab_CALLGUIDE
False actions:
ActiveLink: FAC:MFD-GainFocus-Salary-CurrentAnnualCompensation_tab
True actions:
action 0
ARACTTableRefresh(536870973)
ARRowSelected: 1
action 1
ARACTTableRefresh(536870975)
action 2
Set-fields 536870974 =
On 5/2/06, Carey Matthew Black <[EMAIL PROTECTED] > wrote:Warren,
Add an button to the tab with an active link that executes the "gain
focus" processing. You might find that this is a kind of race
condition. That the data is not yet loaded in the table and thus the
guide does not run. But if you wait a second and trigger the workflow
with a user button click that you will see it find the data then.
--
Carey Matthew Black
Remedy Skilled Professional (RSP)
ARS = Action Request System(Remedy)
Solution = People + Process + Tools
Fast, Accurate, Cheap.... Pick two.
Never ascribe to malice, that which can be explained by incompetence.
On 5/2/06, Warren Baltimore <[EMAIL PROTECTED]> wrote:
> Except the table does have records! Very weird stuff. I even inserted a
> refresh table at the start of the process thinking that was the issue....
> No joy in mudville.....
>
>
>
> On 5/2/06, Carey Matthew Black < [EMAIL PROTECTED]> wrote:
> > Warren,
> >
> > It looks to me like FAC:MFD-FACSS-Xcheck_SD-SAL-01_GUIDE
> is looping
> > over a table field. The first time the table has zero records in the
> > table and thus is not processed. However when leaving the tab the
> > table has records (0/7) to loop over.
> >
> > --
> > Carey Matthew Black
> > Remedy Skilled Professional (RSP)
> > ARS = Action Request System(Remedy)
> >
> > Solution = People + Process + Tools
> > Fast, Accurate, Cheap.... Pick two.
> > Never ascribe to malice, that which can be explained by incompetence.
> >
> >
> > On 5/2/06, Warren Baltimore < [EMAIL PROTECTED]> wrote:
> > > **
> > > 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___
> >
>
>
>
> --
>
> 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.--
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.
--
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___

