CAF Report post Posted 12/28/2004 07:47 PM Hi, Part of my use for this software is automated information on types of accplications. As such, due dates and the like are used. I would like to be able to tell if a certain form or app has arrived by a certain changing date. The changing date would be something like the 15th of each month. Is there a way to do this inside VG, or do I just need to have the dates all in my database, or is VB the best for this? I have never used VB much, so I'm not sure how useful that would be for this. What suggestions can you offer to this problem? Thanks. Share this post Link to post
CAF Report post Posted 12/28/2004 08:07 PM Oh and one more thing, if I had one set date that never gets changed and I wished to "hardcode" it into my script what's the best way to represent it? Share this post Link to post
SupportTeam Report post Posted 12/28/2004 11:06 PM For most of such applications I'd just use the Evaluate Expression module. http://www.voiceguide.com/vghelp/html/modEvalExpr.htm See functions like: CDate DateDiff DateSerial Day there are many others to help you create a compare expression you need. Share this post Link to post