Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Create new Memo field in Defects page 2
#1
I recently created a new tab on the Defects tab, however, I am unable to create a comment field on this new tab. As you can see by the code below. The problem lies in that I am unable to change the field type to a comment field.

what is the best way to add a new memo (comment) field to a newly created tab. Or can you copy a a memo field - if so HOW?

Code:
Function Defects_GetNewBugPageName(PageName,PageNum) ' On Error Resume Next Select case PageNum case 1 Defects_GetNewBugPageName = "Details1" case 2 Defects_GetNewBugPageName = "Solution" end select ' On Error GoTo 0 End Function Function Defects_GetDetailsPageName(PageName,PageNum) ' On Error Resume Next Select case PageNum case 1 Defects_GetDetailsPageName = "Details1" case 2 Defects_GetDetailsPageName = "Solution" end select ' On Error GoTo 0 End Function Sub Defects_Bug_MoveTo ' On Error Resume Next Bug_Fields.Field("BG_SEVERITY").PageNo = 2 Bug_Fields.Field("BG_DEV_COMMENTS").PageNo = 2 Bug_Fields.Field("BG_BUG_ID").PageNo = 1 ' On Error GoTo 0 End Sub

thanks,

Karen
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  getting the value from the field learning 0 1,415 03-19-2019, 09:13 AM
Last Post: learning
  Cannot find the "[ WebButton ]" object's parent "[ Page ]" (class Page) sumitparolkar@gmail.com 4 5,944 05-03-2013, 11:53 PM
Last Post: agarwl.anurag
  Defects loging divyajhaveri 0 2,447 01-22-2013, 06:26 PM
Last Post: divyajhaveri
  Password field kumar19041980 0 3,120 09-05-2012, 03:33 PM
Last Post: kumar19041980
  How do I create a generic function to get Page Titles? donnajm 2 8,054 08-24-2011, 10:36 PM
Last Post: donnajm

Forum Jump:


Users browsing this thread: 1 Guest(s)