Microsoft
Software
Hardware
Network
Question : Auto populate date field for Microsoft CRM 4.0
Is it possible to use the onChange event of a field to autopopulate a date in another field?
Something like...
new_revdateentered = Date()
Answer : Auto populate date field for Microsoft CRM 4.0
You need javascript like this:
crmForm.all.new_revdateent
ered.DataV
alue = new Date ();
This will set the field to the current date and time.
You can use standard Javascript date methods to set the actual date and/or time.
Random Solutions
VBA code to clean all cells in all worksheets from non-printable characters
How to format SQL query string in vb.net for a multi-field index in Access??
How can I automatically (VBA) insert a comment when certain condition exist in a cell;
Changing the source for a query
Crystal Reports newbie - how to increase text size
How to read a date column in excel using C#
How do I get a DataGridView to refresh after I modify the DataSource?
Ghost32
What does an MFC resource file with texts of more than one language look like?
How does DBCC test the integrity of a database?