W
Wozza
Hi,
I am using a listbox to display an index of "pages" within my XML document,
and filtering the display by the page number selected in the listbox.
However, the listbox insists on displaying a blank first entry. No matter
what filters, etc i have tried I can't remove that first entry.
Anyone know how to get rid of the first entrey??
The XML I am using for prototyping a solution is as follows:
<DATA>
<CURRENTPAGE>1</CURRENTPAGE>
<PAGES>
<PAGE no="1" display="Page 1" />
<PAGE no="2" display="Page 2" />
<PAGE no="3" display="Page 3" />
<PAGE no="4" display="Page 4" />
</PAGES>
</DATA>
I bind the control to CURRENTPAGE, and use the PAGE element to display the
entries in the list.
In my actual project (not the prototype) I have tried changing the XSD to
attempt to force InfoPath into not allowing a blank entry, but to no avail
....
Any suggestions?
I am using a listbox to display an index of "pages" within my XML document,
and filtering the display by the page number selected in the listbox.
However, the listbox insists on displaying a blank first entry. No matter
what filters, etc i have tried I can't remove that first entry.
Anyone know how to get rid of the first entrey??
The XML I am using for prototyping a solution is as follows:
<DATA>
<CURRENTPAGE>1</CURRENTPAGE>
<PAGES>
<PAGE no="1" display="Page 1" />
<PAGE no="2" display="Page 2" />
<PAGE no="3" display="Page 3" />
<PAGE no="4" display="Page 4" />
</PAGES>
</DATA>
I bind the control to CURRENTPAGE, and use the PAGE element to display the
entries in the list.
In my actual project (not the prototype) I have tried changing the XSD to
attempt to force InfoPath into not allowing a blank entry, but to no avail
....
Any suggestions?