Home End User

Using Date in variables

edited September 2002 in End User
Hello,

I have var that is of type date that I put on the report. How do I get it to
have no date showing.

If it a has no date it puts today's date in it. If I set it to zero I get
12/30/1899. What do I have to set the variable to be?

Thanks,
Ian

Comments

  • edited September 2002
    Hi Ian,

    for the case you are using the Enterprise version you can use the following RAP code in 'DetailBeforeGenerate':
    Variable1.Visible := Variable1.Value <> 0;

    regards,
    Chris Ueberall;
This discussion has been closed.