473,385 Members | 1,357 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.

Updating form resolution question

What do you do when you've designed an app at 800x600 and you now want
to make use of higher res?. It's an internal app and won't be
distributed to the world.

I'm sometimes asked to squeeze in a new field or two in a form that has
most, if not all, screen real estate in use. I'll mention that the form
is top/bottom/left/right filled in. The person will be looking at the
form in high res and say "We have lots of room to insert it."

I know there was code in the ADH book to resize a form depending on the
res. But that won't increase my real estate on the form.

What have you done in the past if you now want to change all of your
forms to a higher res?
Nov 12 '05 #1
3 1366
"Salad" <oi*@vinegar.com> wrote in message news:40***************@vinegar.com...
What do you do when you've designed an app at 800x600 and you now want
to make use of higher res?. It's an internal app and won't be
distributed to the world.

I'm sometimes asked to squeeze in a new field or two in a form that has
most, if not all, screen real estate in use. I'll mention that the form
is top/bottom/left/right filled in. The person will be looking at the
form in high res and say "We have lots of room to insert it."

I know there was code in the ADH book to resize a form depending on the
res. But that won't increase my real estate on the form.

What have you done in the past if you now want to change all of your
forms to a higher res?


I suppose if I had a form where ALL of the users used a higher res then I would
just make the form bigger. Otherwise I do as you are and design to 800 by 600
as a minimum standard. Yes, these forms are smaller on a higher resolution, but
then so is every other application that those people run. Higher res settings
"normally" mean larger displays which means the form should still be readable.

As for the real estate issue you can always use a TabControl or pop-up forms to
provide a bit more flexibility in that regard.
--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Nov 12 '05 #2
"Salad" <oi*@vinegar.com> wrote in message
news:40***************@vinegar.com...
What do you do when you've designed an app at 800x600 and you now want
to make use of higher res?. It's an internal app and won't be
distributed to the world.

I'm sometimes asked to squeeze in a new field or two in a form that has
most, if not all, screen real estate in use. I'll mention that the form
is top/bottom/left/right filled in. The person will be looking at the
form in high res and say "We have lots of room to insert it."

I know there was code in the ADH book to resize a form depending on the
res. But that won't increase my real estate on the form.

What have you done in the past if you now want to change all of your
forms to a higher res?


I think you've hit the nail on the head - the ADH code is of limited value
really. If this app is internal then you may well decide to optimise the
design for 1024 x 768 since you know that none of your users ever use 800 x
600. However, 'optimising the design' may well not mean simply re-sizing
the controls, but radically changing form design to make better use of your
'screen real estate', and, as you can imagine, there is no magic fairy dust
which you can sprinkle over you application to sort that out.
You could consider maintaining 2 sets of forms for different resolutions,
which might offer the best solution for a variety of screen resolutions. I
tried this approach on one database but after a short time, the extra work
of maintaining 2 sets of forms became too much and in the end we agreed that
we should design for 1024 x 768 as a minimum.
There will be a reasonable amount of work, though, if you are going to take
the opportunity to re-design the front-end rather than simply re-size the
controls.

Fletcher
Nov 12 '05 #3
Fletcher Arnold wrote:
"Salad" <oi*@vinegar.com> wrote in message
news:40***************@vinegar.com...
What do you do when you've designed an app at 800x600 and you now want
to make use of higher res?. It's an internal app and won't be
distributed to the world.

I'm sometimes asked to squeeze in a new field or two in a form that has
most, if not all, screen real estate in use. I'll mention that the form
is top/bottom/left/right filled in. The person will be looking at the
form in high res and say "We have lots of room to insert it."

I know there was code in the ADH book to resize a form depending on the
res. But that won't increase my real estate on the form.

What have you done in the past if you now want to change all of your
forms to a higher res?


I think you've hit the nail on the head - the ADH code is of limited value
really. If this app is internal then you may well decide to optimise the
design for 1024 x 768 since you know that none of your users ever use 800 x
600. However, 'optimising the design' may well not mean simply re-sizing
the controls, but radically changing form design to make better use of your
'screen real estate', and, as you can imagine, there is no magic fairy dust
which you can sprinkle over you application to sort that out.
You could consider maintaining 2 sets of forms for different resolutions,
which might offer the best solution for a variety of screen resolutions. I
tried this approach on one database but after a short time, the extra work
of maintaining 2 sets of forms became too much and in the end we agreed that
we should design for 1024 x 768 as a minimum.
There will be a reasonable amount of work, though, if you are going to take
the opportunity to re-design the front-end rather than simply re-size the
controls.

Fletcher


Thanks for the bad news...which I kind of expected. Most of the work I will
simply resize...and in some places reposition....but there are enough controls
to make it a boring task.

Nov 12 '05 #4

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

Similar topics

11
by: Jason | last post by:
Let's say I have an html form with 20 or 30 fields in it. The form submits the fields via POST to a php page which updates a table in a database with the $_POST vars. Which makes more sense? ...
4
by: Stuart Perryman | last post by:
Hi, I have the following code which works just fine in IE6 but not in Firefox. It is an extract of several table rows each with an individual form. It is generated by php. <form...
16
by: David Lauberts | last post by:
Hi Wonder if someone has some words of wisdom. I have a access 2002 form that contains 2 graph objects that overlay each other and would like to export them as a JPEG to use in a presentation....
11
by: Jozef | last post by:
I have some old code that I use from the Access 95 Developers handbook. The code works very well, with the exception that it doesn't seem to recognize wide screens, and sizes tab controls so that...
4
by: Darrel | last post by:
I'm creating a table that contains multiple records pulled out of the database. I'm building the table myself and passing it to the page since the table needs to be fairly customized (ie, a...
9
by: pcnerd | last post by:
I created a demo program with a status bar & status bar label on the form. When the program runs, it's maximized. When I move the mouse over the form, I can see the X & Y coordinates changing on...
2
by: New | last post by:
This may be a dumb question but what is the largest size you would recommend a form to be if it is designed to work in a 1024 x 768 enviroment since some peopl have the taskbar set greater then one...
2
by: =?Utf-8?B?VmFuZXNzYQ==?= | last post by:
Hi All! I am with a situation where I am not getting the right updating to the form's fields. The situation is the following one: I have one combobox and one textbox. I am using the...
4
by: Edwin Velez | last post by:
http://msdn.microsoft.com/en-us/library/806sc8c5.aspx The URL above gives sample code for use within a Console Application. What I would like to do is use this code within a Windows Form. That...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.