Newbies Kor Posted August 10, 2001 Newbies Posted August 10, 2001 Hi! It is quite simple: I created a layout used to search locations (cities) and/or dates. I created my own button 'Find' because in Find Mode I am not able to enter dates (...?). Anyway, when I press Find, it leads to a nice report, and everything is correct... except for the date. When I input my search parameters, I simply write down the date I want the report to begin with (this field is called 'DummyDate' and is used only for finds) and when I click Find, it places it in another field ('BeginningDate', which is used in my report) and performs the find. I have inserted stops in my script, and everything seems to work. It goes to my report... but when I come back to my search layout, the date in 'BeginningDate' is not the same than in 'DummyDate'.... Anyone can help me? It is quite an urgent matter... Thanks Francis Moisan Turbo Images Inc.
JPaul Posted August 10, 2001 Posted August 10, 2001 I think this will solves your problem; before performing the find, in your script use this statement: - Set Field (BeginningDate, DateToText(DummtDate)) Hope this helps, regards.
Recommended Posts
This topic is 8504 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