PaulD,
I read that you still check in to this newsgroup and you've recently given
me some help with a DAP - question was "OnClick Help from 4/29/08. I
changed
my page to an hta and have made some progress, though not completely as I
want it to. I have the command button working to open pdf listed in field
"ItemNumber". If it is set up with one record showing, it works fine. If
I
set it up to have a list of records showing, it doesn't work - error msg
"object doesn't sup****t this property or method: itemnumber.value".
I've narrowed it down to the data page size grouping code for the second
group. The page was created with -1, if I change it to one and show only
one
record it will work, but if I change it to 10, I get the object sup****t
error
message.
<a:GroupLevel>
<a:RecordSource>qLiteratureSearch</a:RecordSource>
<a:DefaultSort>[cabinet number]</a:DefaultSort>
<a:HeaderElementId>HeaderqLiteratureSearch</a:HeaderElementId>
<a:FooterElementId></a:FooterElementId>
<a:CaptionElementId>CaptionqLiteratureSearch</a:CaptionElementId>
<a:RecordNavigationElementId>NavigationqLiteratureSearch</a:RecordNavigationElementId>
<a:DataPageSize>-1</a:DataPageSize>
<a:GroupFilterControl></a:GroupFilterControl>
</a:GroupLevel>
My page has a list box in the first section listing vendors and the second
section lists each piece of literature for selected vendor.
If you could help with this, I would greatly appreciate it. I have spent
a
considerable amount of time with this and have come to a point where I can
do
no more. I've even tried to set up two synchronized list boxes per
instructions give in Microsoft Article 232592 and then return only one
record
with pdf button to work, but I can't get those to work either. It errors
on
step 17 code "MSODSC.RecordsetDefs.Item("SubAreas".ServerFilter = "" I
receive error "SubAreas" object cannot be found". I've web searched for
solution, but haven't found anything.
Thanks in advance,
Phisaw


|