Stephen,
>>>
When logged into an ARS server v7.0.01 patch 1, the call to
GetListActiveLinkGuide(formName, #01/01/1970#) always returns 0 items
even with forms that have Active Link Guides attached.
<<<
I just checked this method with the following:
Dim nameList As System.Collections.ArrayList
nameList = server.GetListForm()
For Each name As String In nameList
Dim algList As System.Collections.ArrayList
algList = server.GetListActiveLinkGuide(name, New Date(1970, 1,
1))
If (algList.Count > 0) Then
System.Diagnostics.Debug.WriteLine(name + "(" +
algList.Count.ToString + ")")
End If
Next
Yes, you're right the GetListActiveLinkGuide overload that accepts
formName and changedSince - does not quite work. This is a bug and I
think it is a regression. Any way I will look into fixing it and posting
an update (along with the 7.1 upgrade bits).
>>>
When logged into an ARS server v.6.03.00 patch 21, the same call (with
form name and cutoff date) locks up the application until it times out
with error "Error (93): Timeout during data retrieval due to busy server
- retry the operation".
<<<
I did not get a chance to try this out. But this is more of a server bug
in this case, or, may be whatever funny data the GetListActiveLinkGuide
request is being sent - in any case, I would expect the call to go thru
without this issue to 7.x or 6.x servers. I will look into this problem.
Regards
Appajee
__20060125_______________________This posting was submitted with HTML in
it___
_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the
Answers Are"