Recent content by ERICHO

  1. E

    ";"

    If two sql is to be needed, can I use ";" instead of seperating into two .rep. Or is there any other solution ???
  2. E

    Is it possible not show the variables at all

    Is it possible not show the variables at all, because I used a lot of check box and the variables listing consume a full page
  3. E

    Variables

    Yes, it fix when I upgrade to 2.0.4.180 But is it possible not show the variables at all, because I used a lot of check box and the variables listing consume a full page
  4. E

    Multiple selection in list

    You can try check box option. Restriction is you must amend sql statement after any department changes.
  5. E

    Using calender for date input

    Is it possible to pop up a calender for selection of a variables with type = "date"
  6. E

    Variables

    An variable has been used twice WHERE TRN_DAT BETWEEN & AND & AND LST_DAT BETWEEN &"A" AND &"B" the output shows twice at the header, such as A=20030101 B=20030131 A=20030101 B=20030131 Could it be shown once
  7. E

    List column

    So... I see.... If the list came from a select statement, which looks like & isn't it I have to convert the statement to be &
  8. E

    List column

    & with the above statement, resulting a list of 10,A,20,B,30,C 6 rows within a column when I add description="yes" resulting a list of A,B,C 3 rows within a column Is it possible to show 10 A; 20 B; 30 C 3 rows with 2 column :confused:
Back
Top