Normal Topic [Solved] Programming with "=" (Read 879 times)
NICEBERG
Full Member
Members
***
Offline


I came, I saw, I'm still
trying to figure it out!

Posts: 208
Location: Green Bay, WI
Joined: Dec 17th, 2003
[Solved] Programming with "="
Jul 31st, 2009 at 7:44pm
Print Post Print Post  
Been awhile since I've done some reports and programming, so please excuse a "senior moment".

I've got a tab with some buttons that pop calendars up to select report start and end dates. I have a command button which transfers these dates to the proper date field as a date range and then clears the temp date fields. This works well. The command button also tries to put an = (equal sign) in another date field to retrieve only records which have not been closed yet and thus have no date in that field. I keep getting 0000/00/00 in this field so naturally I am not able to retrieve the records I am seeking.

This should be obvious to me - but - senior moment.

Thanks - I know it's the end of the day, but I'll be here all weekend so please respond if possible.
« Last Edit: Aug 31st, 2009 at 6:31pm by Hammer »  
Back to top
 
IP Logged
 
Ben
Lantica Support
*****
Offline



Posts: 218
Joined: Apr 7th, 2005
Re: Programming with "="
Reply #1 - Jul 31st, 2009 at 7:55pm
Print Post Print Post  
You will want to use the FormFieldValue command. An example of this command can be found on page 249 of the 2.0 Programming Guide
  
Back to top
IP Logged
 
NICEBERG
Full Member
Members
***
Offline


I came, I saw, I'm still
trying to figure it out!

Posts: 208
Location: Green Bay, WI
Joined: Dec 17th, 2003
Re: Programming with "="
Reply #2 - Jul 31st, 2009 at 8:17pm
Print Post Print Post  
Thanks Ben! - THAT sounds familiar now that you mention it.  Roll Eyes
  
Back to top
 
IP Logged