Newbies Big_Tom Posted July 23, 2004 Newbies Posted July 23, 2004 I have 2 global values displayed as fields on a layout. They are dates that bracket a period of interest. Also on the layout is a calculation based on the two dates entered by the user and stored as the global values I just mentioned. Finally there is a button that when clicked calls a script that exports certain fields from all the records that were found based on the calculated field which was based on the dates. When this layout loads after opening the file, it has 2 dates stored in it. I'm wondering how I can get FM to display blank fields or a question mark instead of the dates '5/1/04' and '5/31/04.' I wish I could remember when I entered those dates for the May report, that info would help me narrow down when the data was stored. Any advice would be appreciated as always! ~Tom
-Queue- Posted July 23, 2004 Posted July 23, 2004 Make part of your on open script Set Field [gDate1, TextToDate("")], Set Field [gDate2, TextToDate("")].
Recommended Posts
This topic is 7775 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now