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
Set Border Style of Text Box on Report w/ VBA
WSUS Connection Error
Request for the permission of type 'Microsoft.SharePoint.Secu<wbr />rity.Share<wbr />PointPermi<wbr />ssion, Microsoft.SharePoint.Secur<wbr />ity, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e<wbr />9429c' fail
Can SQL Server databases be used within stand alone desktop applications?
How Can I Search Exchange 2003 Message Store by subject
Truncation of memo fields exported to Excel
Exchange Event Log Analysis NDR Backscatter? Intruder?
Windows 7 Activation on KMS host?
Clean CRLF from text file being imported into SQL2000
Access 2003 Insert Query with data from form to multiple records