Subversion Repositories DevTools

Rev

Rev 5638 | Rev 6048 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5638 Rev 5684
Line 556... Line 556...
556
If IsNull(parRfile) OR parRfile = "" Then
556
If IsNull(parRfile) OR parRfile = "" Then
557
   parRfile = "admin_daemon_instructions.asp"
557
   parRfile = "admin_daemon_instructions.asp"
558
End If
558
End If
559
 
559
 
560
If IsNull(parSchDateTime) OR parSchDateTime = "" Then
560
If IsNull(parSchDateTime) OR parSchDateTime = "" Then
561
   parSchDateTime = EuroDateTimeForCalendarControl(Now())
561
   parSchDateTime = DisplayShortDateTimeSecs(Now())
562
End If
562
End If
563
 
563
 
564
' If this form is opened with an OP_CODE, RTAG_ID and PV_ID only, then we need to derive the PROJ_ID before
564
' If this form is opened with an OP_CODE, RTAG_ID and PV_ID only, then we need to derive the PROJ_ID before
565
' calling Get_Projects() to generate the project drop down list.
565
' calling Get_Projects() to generate the project drop down list.
566
If parProj_id = "0" AND NOT IsNull(parRtag_id) AND parRtag_id <> "" AND parRtag_id <> "0" Then
566
If parProj_id = "0" AND NOT IsNull(parRtag_id) AND parRtag_id <> "" AND parRtag_id <> "0" Then