Table of Content
HAL Forum
procedure PeriodField (
integer h_pos,integer v_pos,string f_name)
Description:
Period Field in the window defintion
Parameters:
h_pos horizontal position
v_pos vertical position
f_name field name
//Period has the format StartDate:EndDate
//By default period is selected from module System, Setting Reporting Periods unless it is not specified
//by DBLogRClassReportDefaults function

  WindowBegin("Specify Database Log",DBLogRClass,CGRcW,RcType);
  SetWRect(20,80,350,150);
  v = 6; vs = 20; h = 120;
  PeriodField(h,v,"Period");
  EndWindow;
Related topics:
««