Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Filling "Date Creation" field with the current day

This is a discussion on Filling "Date Creation" field with the current day within the Test Director forums, part of the Software Testing category; I would like to fill automatically the "Date Creation" field with the current day date, How to do it? Note: [This question was asked by Vince Gerd]...

Go Back   Geeks Talk > Software Testing > Test Director
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read
  #1 (permalink)  
Old 12-08-2006
Moderator
 
Join Date: Oct 2005
Posts: 1,036
Blog Entries: 75
Thanks: 3
Thanked 168 Times in 136 Posts
Lokesh M has a spectacular aura aboutLokesh M has a spectacular aura about
Filling "Date Creation" field with the current day

I would like to fill automatically the "Date Creation" field with the current day date, How to do it?

Note: [This question was asked by Vince Gerd]
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 02-27-2008
Contributing Member
 
Join Date: Feb 2008
Location: Hyderabad
Posts: 49
Thanks: 1
Thanked 2 Times in 2 Posts
deepika.padakandla is on a distinguished road
Re: Filling "Date Creation" field with the current day

Hi, you can write the vb code in setup work flow.this can be found in customization.in the setup work flow select the defects module,then defects field can change...in this wirte the following code:the code that iam giving updates the closing date field with the current date when status changed to closed.you can use this code with small modifications as per your requirement. Sub defects_bug_fieldchange(fieldname) on error resume next if fieldname="bg_status" then if bug_fields("bg_status").value ="closed" then bug_fields("bg_closing_date").value =date end if let me know if you are not able to get the current date. Thanks deepika.p
Reply With Quote
Reply

  Geeks Talk > Software Testing > Test Director

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
Remove an application without "uninstall/Remove" option anushya Windows 8 12-10-2008 06:32 PM
does anybody explain the "novus testing framework?" pputturi Testing Frameworks 2 02-20-2008 02:30 AM
India is not a country of 100 million... Quot Mukesh Ambani Lokesh M Geeks Lounge 0 10-10-2006 04:26 AM
Query with Filling Functions joel C and C++ 2 09-16-2006 04:13 PM
McAfee launches "TOTAL PROTECTION" Beta Lokesh M Geeks Lounge 0 06-22-2006 08:44 AM


All times are GMT -4. The time now is 01:00 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved