dcm
March 26th, 2003, 07:24 PM
im building a web application using coldfusion where the usual login comes first then the viewing / editing of data...
now depending on who's logged in, only specific fields (or columns [since im displaying table contents]) can be modified.
for example, if:
UserA is logged in.
UserA can only modify the Job Grade field
UserB is logged in
UserB can only modify Salary field
others (who successfully loggedin)
can only view data [no editing]
any solution?
u can give javascript if its not possible with coldfusion.
just hope u comment it coz im just a newbie to it
but i got a moderate knowledge on vb and other dos programming like pascal, (little c/c++) so id probably get the logic.
thanks a lot!
now depending on who's logged in, only specific fields (or columns [since im displaying table contents]) can be modified.
for example, if:
UserA is logged in.
UserA can only modify the Job Grade field
UserB is logged in
UserB can only modify Salary field
others (who successfully loggedin)
can only view data [no editing]
any solution?
u can give javascript if its not possible with coldfusion.
just hope u comment it coz im just a newbie to it
but i got a moderate knowledge on vb and other dos programming like pascal, (little c/c++) so id probably get the logic.
thanks a lot!