473,467 Members | 1,554 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

What is 'Fetch Defaults' for?

Out of curiosity, I tried to check the help file for the property 'Fetch
Defaults' to see what it is for. No surprise, it is not mentioned. F1 on the
property give nothing. A search of MS knowledge base is equally unhelpful.

Can anyone explain what this new property in 2003 is for?

Jeff
Nov 12 '05 #1
7 22180
it will find the defaults when you open a form. If the defaults for a
control are rather complex then it may pay to set this to false and I can
think of some other reasons too.

"Jeff" <je************@asken.com.au> wrote in message
news:ld*******************@news.optus.net.au...
Out of curiosity, I tried to check the help file for the property 'Fetch
Defaults' to see what it is for. No surprise, it is not mentioned. F1 on the property give nothing. A search of MS knowledge base is equally unhelpful.

Can anyone explain what this new property in 2003 is for?

Jeff

---
Please immediately let us know (by phone or return email) if (a) this email
contains a virus
(b) you are not the intended recipient
(c) you consider this email to be spam.
We have done our utmost to make sure that
none of the above are applicable. THANK YOU
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.688 / Virus Database: 449 - Release Date: 18/05/2004
Nov 12 '05 #2
What defaults? The default settings for a control? Wouldn't that mean that
any settings made, such as colors etc would be lost if it reset everything
on the form to default settings? Why would you use this?

And why isn't such as basic property in the help file?

A lot of questions but I am interested in why such a powerful property is
not documented?

Jeff

"WindAndWaves" <ac****@ngaru.com> wrote in message
news:xO*******************@news.xtra.co.nz...
it will find the defaults when you open a form. If the defaults for a
control are rather complex then it may pay to set this to false and I can
think of some other reasons too.

"Jeff" <je************@asken.com.au> wrote in message
news:ld*******************@news.optus.net.au...
Out of curiosity, I tried to check the help file for the property 'Fetch
Defaults' to see what it is for. No surprise, it is not mentioned. F1 on the
property give nothing. A search of MS knowledge base is equally unhelpful.
Can anyone explain what this new property in 2003 is for?

Jeff

---
Please immediately let us know (by phone or return email) if (a) this

email contains a virus
(b) you are not the intended recipient
(c) you consider this email to be spam.
We have done our utmost to make sure that
none of the above are applicable. THANK YOU
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.688 / Virus Database: 449 - Release Date: 18/05/2004

Nov 13 '05 #3
I believe (could be wrong) that it is used to get the properties for a bound
field and apply them to the control.

I suppose, if you changed a field's properties after creating a form, you
could use this to update the control?

--
Joan Wild
Microsoft Access MVP

"Jeff" <je************@asken.com.au> wrote in message
news:lz*******************@news.optus.net.au...
What defaults? The default settings for a control? Wouldn't that mean that
any settings made, such as colors etc would be lost if it reset everything
on the form to default settings? Why would you use this?

And why isn't such as basic property in the help file?

A lot of questions but I am interested in why such a powerful property is
not documented?

Jeff

"WindAndWaves" <ac****@ngaru.com> wrote in message
news:xO*******************@news.xtra.co.nz...
it will find the defaults when you open a form. If the defaults for a
control are rather complex then it may pay to set this to false and I can
think of some other reasons too.

"Jeff" <je************@asken.com.au> wrote in message
news:ld*******************@news.optus.net.au...
Out of curiosity, I tried to check the help file for the property 'Fetch Defaults' to see what it is for. No surprise, it is not mentioned. F1
on the
property give nothing. A search of MS knowledge base is equally

unhelpful.
Can anyone explain what this new property in 2003 is for?

Jeff

---
Please immediately let us know (by phone or return email) if (a) this

email
contains a virus
(b) you are not the intended recipient
(c) you consider this email to be spam.
We have done our utmost to make sure that
none of the above are applicable. THANK YOU
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.688 / Virus Database: 449 - Release Date: 18/05/2004


Nov 13 '05 #4
From the help file:
Returns or sets a Boolean indicating whether Microsoft Access shows default
values for new rows on the specified form before the row is saved. True if
Access shows the default values for new rows on the specified form.
Read/write.

I believe this means that when you go to a new record, the default values
for the fields (if any) will be shown, otherwise they are applied when the
field is saved if you've left the field blank.

--
Wayne Morgan
Microsoft Access MVP
"Joan Wild" <jw***@nospamtyenet.com> wrote in message
news:10*************@corp.supernews.com...
I believe (could be wrong) that it is used to get the properties for a bound field and apply them to the control.

I suppose, if you changed a field's properties after creating a form, you
could use this to update the control?

--
Joan Wild
Microsoft Access MVP

"Jeff" <je************@asken.com.au> wrote in message
news:lz*******************@news.optus.net.au...
What defaults? The default settings for a control? Wouldn't that mean that
any settings made, such as colors etc would be lost if it reset everything on the form to default settings? Why would you use this?

And why isn't such as basic property in the help file?

A lot of questions but I am interested in why such a powerful property is not documented?

Jeff

"WindAndWaves" <ac****@ngaru.com> wrote in message
news:xO*******************@news.xtra.co.nz...
it will find the defaults when you open a form. If the defaults for a
control are rather complex then it may pay to set this to false and I
can think of some other reasons too.

"Jeff" <je************@asken.com.au> wrote in message
news:ld*******************@news.optus.net.au...
> Out of curiosity, I tried to check the help file for the property 'Fetch > Defaults' to see what it is for. No surprise, it is not mentioned.
F1 on the
> property give nothing. A search of MS knowledge base is equally

unhelpful.
>
> Can anyone explain what this new property in 2003 is for?
>
> Jeff
>
>
---
Please immediately let us know (by phone or return email) if (a) this

email
contains a virus
(b) you are not the intended recipient
(c) you consider this email to be spam.
We have done our utmost to make sure that
none of the above are applicable. THANK YOU
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.688 / Virus Database: 449 - Release Date: 18/05/2004



Nov 13 '05 #5
"Wayne Morgan" <co***************************@hotmail.com> wrote in message
news:nn*************@newssvr19.news.prodigy.com...
From the help file:
Returns or sets a Boolean indicating whether Microsoft Access shows default values for new rows on the specified form before the row is saved. True if
Access shows the default values for new rows on the specified form.
Read/write.

I believe this means that when you go to a new record, the default values
for the fields (if any) will be shown, otherwise they are applied when the
field is saved if you've left the field blank.


Thanks Wayne, that makes more sense. Jeff said he couldn't find it in help
--
Joan Wild
Microsoft Access MVP
Nov 13 '05 #6
Thanks everyone.

After Wayne's comment I went back to the help file. Nothing comes up looking
for FetchDefaults, but if you lookup the form object and then it's
properties (don't ask me why I didn't try this slant before) you will get
some help, though a little vague.

Jeff

"Joan Wild" <jw***@nospamtyenet.com> wrote in message
news:10*************@corp.supernews.com...
"Wayne Morgan" <co***************************@hotmail.com> wrote in message news:nn*************@newssvr19.news.prodigy.com...
From the help file:
Returns or sets a Boolean indicating whether Microsoft Access shows default
values for new rows on the specified form before the row is saved. True if Access shows the default values for new rows on the specified form.
Read/write.

I believe this means that when you go to a new record, the default values for the fields (if any) will be shown, otherwise they are applied when the field is saved if you've left the field blank.


Thanks Wayne, that makes more sense. Jeff said he couldn't find it in

help

--
Joan Wild
Microsoft Access MVP

Nov 13 '05 #7
Hi Jeff,

It's in the VBA help. If you open the VBA window and then search on
FetchDefaults (no space between the words) it should show up.

--
Wayne Morgan
Microsoft Access MVP
"Jeff" <je************@asken.com.au> wrote in message
news:b%*******************@news.optus.net.au...
Thanks everyone.

After Wayne's comment I went back to the help file. Nothing comes up looking for FetchDefaults, but if you lookup the form object and then it's
properties (don't ask me why I didn't try this slant before) you will get
some help, though a little vague.

Nov 13 '05 #8

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

Similar topics

2
by: Max M | last post by:
I am using the fetch command from the imaplib to fetch messages. I get a result, but I am a bit uncertain as to how I should interpret it. The result is described at...
10
by: serge | last post by:
I am doing a little research on Google about this topic and I ran into this thread: ...
8
by: Evan Smith | last post by:
During a routine performance check using an event monitor, I discovered a class of query whose performance has me baffled. The monitor captured: SELECT * FROM EWM_CASE fetch first 1 rows only...
13
by: William Ryan | last post by:
I just picked up a copy of John Robbins' debugging book and started to look at disassembled code. Anyway, I hate optional Parameters in VB, but I was checking them out to see what IL is created. ...
0
by: **Developer** | last post by:
I know this is not the correct NG but I've been trying to get this answered for a while and can't find someone really knowledgeable about printers. (Actually it does relate to something I'm...
2
by: stefan | last post by:
Hi, for a school project I'm trying to analyze some python modules. I just struggeld over a little detail I cannot solve: shortened example of walking trough an AST with my own visitor: ...
10
by: scoonie999 | last post by:
I'm having a problem that I can't seem to find any solution for online. I'm using a cursor in a cobol program to fetch some data. I know for a fact that the select should return 2 rows. The...
11
by: antonyliu2002 | last post by:
I know that this has been asked and answered thousands of times. As a matter of fact, I know that I need to say If Not Page.IsPostBack Then 'Do something End If for things that needs to be...
7
by: Frank Swarbrick | last post by:
Is there a way to do a multi-row fetch in to a COBOL table with DB2/LUW? Apparently the following is supported in z/OS, but not LUW (or at least I couldn't get it to work): WORKING-STORAGE...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.