Modify field watermark at execution time

Hello guys:

Do you know any way to modify a fields watermark at runtime… what i want to do is to change such watermark depending on another field value.

regards

The only way I can think of is to create a javascript procedure who does just that and call that by the javascript macro from php (sc_exec_javascript or something like that. See help.).