Brian Gubb
|
| Posted: 01/15/2003, 2:32 PM |
|
This is a multi-part message in MIME format.
------=_NextPart_000_0008_01C2BD52.F720B900
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Is it possible to have fields in a grid hidden or available depending on =
the login id?
TIA
Brian Gubb
------=_NextPart_000_0008_01C2BD52.F720B900
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2722.900" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2>Is it possible to have fields in a grid hidden or =
available=20
depending on the login id?</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2>TIA</FONT></DIV>
<DIV><FONT size=3D2>Brian Gubb</FONT></DIV></BODY></HTML>
------=_NextPart_000_0008_01C2BD52.F720B900--
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 01/16/2003, 6:56 AM |
|
This is a multi-part message in MIME format.
------=_NextPart_000_0010_01C2BD80.13FFF400
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
I suggest that you create 2 similar forms and hide one of them based on =
your
conditions in grid/Before Show event like GridName.Visible =3D false
--=20
Alex,
Support Engineer
CodeCharge Team
"Brian Gubb" <b.gubb@clear.net.nz> wrote in message =
news:b04nhq$cia$1@news.codecharge.com...
Is it possible to have fields in a grid hidden or available depending =
on the login id?
=20
TIA
Brian Gubb
------=_NextPart_000_0010_01C2BD80.13FFF400
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2919.6307" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2>I suggest that you create 2 similar forms and =
hide one of=20
them based on your</FONT></DIV>
<DIV><FONT size=3D2>conditions in grid/Before Show event like =
GridName.Visible =3D=20
false</FONT></DIV>
<DIV><BR>-- <BR><BR>Alex,<BR>Support Engineer<BR>CodeCharge =
Team<BR></DIV>
<BLOCKQUOTE=20
style=3D"BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: =
0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
<DIV>"Brian Gubb" <<A=20
href=3D"mailto:b.gubb@clear.net.nz">b.gubb@clear.net.nz</A>> wrote =
in message=20
<A=20
=
href=3D"news:b04nhq$cia$1@news.codecharge.com">news:b04nhq$cia$1@news.cod=
echarge.com</A>...</DIV>
<DIV><FONT size=3D2>Is it possible to have fields in a grid hidden or =
available=20
depending on the login id?</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2>TIA</FONT></DIV>
<DIV><FONT size=3D2>Brian Gubb</FONT></DIV></BLOCKQUOTE></BODY></HTML>
------=_NextPart_000_0010_01C2BD80.13FFF400--
|
|
|
 |
DonB
|
| Posted: 01/16/2003, 3:27 PM |
|
This is a multi-part message in MIME format.
------=_NextPart_000_08F0_01C2BD8D.182CE8F0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Or possibly alter the query (if empty columns are OK with you) in the =
before select event. Make the select something like "SELECT Null AS =
RestrictedField from someTable" so it just suppresses the value from the =
recordset - making it a null.
May not be what you want, just thought I'd through the idea out there.
DonB
"Alexey Alexapolsky" <alexa@codecharge.com> wrote in message =
news:b06h6j$pg4$2@news.codecharge.com...
I suggest that you create 2 similar forms and hide one of them based =
on your
conditions in grid/Before Show event like GridName.Visible =3D false
--=20
Alex,
Support Engineer
CodeCharge Team
"Brian Gubb" <b.gubb@clear.net.nz> wrote in message =
news:b04nhq$cia$1@news.codecharge.com...
Is it possible to have fields in a grid hidden or available =
depending on the login id?
TIA
Brian Gubb
------=_NextPart_000_08F0_01C2BD8D.182CE8F0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2722.900" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Or possibly alter the query (if empty =
columns are=20
OK with you) in the before select event. Make the select something =
like=20
"SELECT Null AS RestrictedField from someTable" so it just suppresses =
the value=20
from the recordset - making it a null.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>May not be what you want, just thought =
I'd through=20
the idea out there.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>DonB</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Alexey Alexapolsky" <<A=20
href=3D"mailto:alexa@codecharge.com">alexa@codecharge.com</A>> =
wrote in=20
message <A=20
=
href=3D"news:b06h6j$pg4$2@news.codecharge.com">news:b06h6j$pg4$2@news.cod=
echarge.com</A>...</DIV>
<DIV><FONT size=3D2>I suggest that you create 2 similar forms and =
hide one=20
of them based on your</FONT></DIV>
<DIV><FONT size=3D2>conditions in grid/Before Show event like =
GridName.Visible =3D=20
false</FONT></DIV>
<DIV><BR>-- <BR><BR>Alex,<BR>Support Engineer<BR>CodeCharge =
Team<BR></DIV>
<BLOCKQUOTE=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Brian Gubb" <<A=20
href=3D"mailto:b.gubb@clear.net.nz">b.gubb@clear.net.nz</A>> =
wrote in=20
message <A=20
=
href=3D"news:b04nhq$cia$1@news.codecharge.com">news:b04nhq$cia$1@news.cod=
echarge.com</A>...</DIV>
<DIV><FONT size=3D2>Is it possible to have fields in a grid hidden =
or=20
available depending on the login id?</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2>TIA</FONT></DIV>
<DIV><FONT size=3D2>Brian=20
Gubb</FONT></DIV></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>
------=_NextPart_000_08F0_01C2BD8D.182CE8F0--
|
|
|
 |
|