Home All Groups Group Topic Archive Search About

Saving color changes for next login

Author
9 Oct 2006 5:43 PM
mjdieth
I have a program that when someone selects a field in a row from an
html table it highlights the row a color.  I want to be able to save
what rows were selected and the next time the user logs in, the color
still show on the rows that were selected at last login.  The rows also
delete after 10 days of being displayed.  Is there a way to do this?  I
am stuck.  Thanks for all your help in advance.

Author
9 Oct 2006 6:02 PM
rowe_newsgroups
You have quite a few options here, ranging from the old style ini files
to registry to XML. Do a few searches in this newgroup for stuff like:

save user settings
xml settings
cor dataset xml
etc...

That should turn up a wealth of information.

If you have questions on a particular method please post back and I'll
try and help you out.

Thanks,

Seth Rowe


mjdi***@gmail.com wrote:
Show quoteHide quote
> I have a program that when someone selects a field in a row from an
> html table it highlights the row a color.  I want to be able to save
> what rows were selected and the next time the user logs in, the color
> still show on the rows that were selected at last login.  The rows also
> delete after 10 days of being displayed.  Is there a way to do this?  I
> am stuck.  Thanks for all your help in advance.