Home > Archive > Clarion > January 2005 > Help - Drop Down Combo
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Help - Drop Down Combo
|
|
| mbvClarion@yahoo.com 2005-01-27, 8:55 pm |
| Hello All,
Want to use a DropDownCombo where a user can pick from the list OR
enter a non-listed item - however, I DO NOT want to "Allow Updates" to
the original list (similar to Microsoft Access functionality).
Currently, allows for a non-listed entry, but blanks the field when
form saved. Is there a simple way to do this, or any other
suggestions?
Thanks,
Manny
| |
| C.Joseph Drayton 2005-01-28, 3:55 am |
| -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Manny,
I'm not sure I understand what you want to do. If you don't allow
updates, then the 'non-listed' item is never stored anywhere.
Access as far as I know adds the item to the table. It just doesn't
call up a separate form to do it.
Ciao . . . C.Joseph
That which a man buys too cheaply . . .
He esteems too lightly
mbvClarion@yahoo.com wrote:
> Hello All,
>
> Want to use a DropDownCombo where a user can pick from the list OR
> enter a non-listed item - however, I DO NOT want to "Allow Updates" to
> the original list (similar to Microsoft Access functionality).
>
> Currently, allows for a non-listed entry, but blanks the field when
> form saved. Is there a simple way to do this, or any other
> suggestions?
>
> Thanks,
>
> Manny
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFB+bXN0p5pZd9esrsRAp6rAKCkJ8OMvPvt
ZtQZPFORbXUD6Sc+QACeMBjy
WUw6DT4asyF9HjT6JgrtVpk=
=0xbf
-----END PGP SIGNATURE-----
x-- 100 Proof News - http://www.100ProofNews.com
x-- 3,500+ Binary NewsGroups, and over 90,000 other groups
x-- Access to over 1 Terabyte per Day - $8.95/Month
x-- UNLIMITED DOWNLOAD
| |
|
| Thanks for your post C.
What I want to do is load "MyFile:Variable1" with listed or typed-in
data. However, I do not want to save the typed-in data permanently to
the list. Thanks again for your help!
Manny
| |
| C.Joseph Drayton 2005-01-29, 3:55 am |
| -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Manny,
If I am understanding what you are saying, then you should create a
local variable to hold the chosen or typed in data, then display the
local variable.
Ciao . . . C.Joseph
That which a man buys too cheaply . . .
He esteems too lightly
Manny wrote:
> Thanks for your post C.
>
> What I want to do is load "MyFile:Variable1" with listed or typed-in
> data. However, I do not want to save the typed-in data permanently to
> the list. Thanks again for your help!
>
> Manny
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFB+ub70p5pZd9esrsRAgMxAJ4olfTznb2E
F5vGW7makP76+zEqQgCfavfD
X04h/ulyLBk39ATNDGmnSXU=
=Vdr9
-----END PGP SIGNATURE-----
x-- 100 Proof News - http://www.100ProofNews.com
x-- 3,500+ Binary NewsGroups, and over 90,000 other groups
x-- Access to over 1 Terabyte per Day - $8.95/Month
x-- UNLIMITED DOWNLOAD
|
|
|
|
|