473,385 Members | 1,402 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Viewing more than 10 records in a dropdown box on a DAP

I am quite skilled with Access, VBQ, ADo, etc. but to I can no longer
ignore the demands from clients to provide WEB enabled forms for their
data - so hence I have begun to develop DAP's for some.

I have discovered that my combo boxes in a header (for record
filtering) will not display more than 10 records. I have set the page
property "pages' to "All" and that cleared up the amount of records
bein filtered but I cannot seem to change the number of records
displayed in the list. It seems to be defaulting to 10 on any combo
box (I know, I know - dropdown) . I am sur I have looked at every
property for the control and the section and header - any help would be
appreciated.

axsprog
ax*****@yahoo.com

Jul 16 '06 #1
5 1427
* axsprog:
I am quite skilled with Access, VBQ, ADo, etc. but to I can no longer
ignore the demands from clients to provide WEB enabled forms for their
data - so hence I have begun to develop DAP's for some.
VBQ, ADo and DAP. Some interesting TLA's.

Jul 16 '06 #2
The limitations of DAP are such that most find them useful only in an
organization's intranet, not on the Internet. And, in fact, the development
team has blogged that DAPs are to be "deprecated" in the next version,
Access 2007 -- the ones you have will still run, but to create new ones or
maintain existing ones, you'll have to keep Access 2003 or earlier around.

Generally, for web-enabled database applications using Microsoft tools, the
recommendation is for classic .asp (Active Server Pages) with ADO or the
newer ASP.NET with ADO.NET. There are newsgroups specifically on those
technologies available from news.microsoft.com or via the online interface
to which you can link from http://office.microsoft.com. There is also free
"express" website creation software for Microsoft Visual Studio 2005, but I
don't have the link.

Larry Linson
Microsoft Access MVP

"axsprog" <ax*****@yahoo.comwrote in message
news:11**********************@m79g2000cwm.googlegr oups.com...
>I am quite skilled with Access, VBQ, ADo, etc. but to I can no longer
ignore the demands from clients to provide WEB enabled forms for their
data - so hence I have begun to develop DAP's for some.

I have discovered that my combo boxes in a header (for record
filtering) will not display more than 10 records. I have set the page
property "pages' to "All" and that cleared up the amount of records
bein filtered but I cannot seem to change the number of records
displayed in the list. It seems to be defaulting to 10 on any combo
box (I know, I know - dropdown) . I am sur I have looked at every
property for the control and the section and header - any help would be
appreciated.

axsprog
ax*****@yahoo.com

Jul 16 '06 #3

axsprog wrote:
I am quite skilled with Access, VBQ, ADo, etc. but to I can no longer
ignore the demands from clients to provide WEB enabled forms for their
data - so hence I have begun to develop DAP's for some.

I have discovered that my combo boxes in a header (for record
filtering) will not display more than 10 records. I have set the page
property "pages' to "All" and that cleared up the amount of records
bein filtered but I cannot seem to change the number of records
displayed in the list. It seems to be defaulting to 10 on any combo
box (I know, I know - dropdown) . I am sur I have looked at every
property for the control and the section and header - any help would be
appreciated.

axsprog
ax*****@yahoo.com
Jul 16 '06 #4

axsprog wrote:
I am quite skilled with Access, VBQ, ADo, etc. but to I can no longer
ignore the demands from clients to provide WEB enabled forms for their
data - so hence I have begun to develop DAP's for some.

I have discovered that my combo boxes in a header (for record
filtering) will not display more than 10 records. I have set the page
property "pages' to "All" and that cleared up the amount of records
bein filtered but I cannot seem to change the number of records
displayed in the list. It seems to be defaulting to 10 on any combo
box (I know, I know - dropdown) . I am sur I have looked at every
property for the control and the section and header - any help would be
appreciated.
I played around with this but like you I could find nothing that
helped. I wrote directly to the DAP's html inserting onfocus and onblur
commands, which I know work in other circumstances ... this simply made
the dropdown into a narrow line.
It's probably not very helpful to suggest that you try HTAs or simple
HTMs running in IE; these are a bit like DAPs but much more responsive
to one's needs. On the other hand they take very much longer to create.

Jul 17 '06 #5
In the morning and with coffee I was able to effect modifying the
number of rows shown in the dropdown by modifying the original SELECT
from:

<SELECT class=Style2 id=ReportsTo
style="Z-INDEX: 34; LEFT: 10.761cm; WIDTH: 3.105cm; POSITION: absolute;
TOP: 1.809cm; HEIGHT: 0.449cm"
tabIndex=16 MsoTextAlign="General"></SELECT>

to

<SELECT id=ReportsTo style="Z-INDEX:34; LEFT:10.761cm; WIDTH:3.105cm;
POSITION:absolute; TOP:1.809cm; HEIGHT:auto" tabIndex=16"
onblur="this.size=1" onfocus="this.size=25" size=1></SELECT>

Jul 17 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Ian Davies | last post by:
Hello In a php file I have a drop down list with index numbers in whos default value is feed into an sql query that filters records from my database and displays them in an html table. Trouble...
3
by: DD | last post by:
I have a mainform with a subform. > The main form has a dropdown box "chooseMonth", in the afterupdate event > i requery the subform so all records with the same date are viewed. > Now i only want...
1
by: ReidarT | last post by:
I use a dataview to view records from an sql-database in a windows-form. When I use a select statement from a table like SELECT * FROM Table1 it works ok. objDataAdapter.Fill(objDataSet, "Table1")...
10
by: NH | last post by:
I have a girdview with paging enabled. How can I add a message in the footer to say "Viewing records 1-15 of 45" etc Thanks
1
by: Harry | last post by:
I have two tables in a database. One fills the drop-down and the other records the selection. Filling the dropdown with another table seems to be breaking the binding with the table it records to....
4
by: bgreer5050 | last post by:
I have a form with various fields with a double click event to bring up a filter via a query. Is it possible to goto another field and apply another filter only to the records that were found...
3
by: rn5a | last post by:
A MS-Access DB table has 2 columns - StartTime & EndTime. Though the data type of both the columns are Date/Time, the records under these 2 columns stores ONLY the TIME part & NOT the DATE part...
3
by: mfetterhoff | last post by:
Hello Experts.. Im checking out the other side of the tracks here.. always been a Systems Analyst kind of guy. Developers are a touchy and unpredictible lot. I try to give them their space and never...
21
by: rfdjr1 | last post by:
I'm using Access 2000. I have a raher simple database of my CD collection, with just three fields, Artist, Album Title and Type of Music. While going to update it today with a couple new CD's, I...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.