Hello Dave and Mark,
It's not a bug
Some times you have to read the documentation.
The with form:
The with counter = ... set the counter to the startValue at the
beginning of the loop, When the counter is greater than or equal
to the endValue, the loop performs its final iteration and th
Terry,
thinking different :
on contractTextOfField FieldToContract
if there is a fld "SoOn" then delete fld "SoOn"
if the formattedwidth of fld FieldToContract>the width of fld
FieldToContract then
lock screen
clone field FieldToContract
set the name of the last field to "SoO
why not :
put tDay & "/" & tMonth & "/" & tYear into QueryDate
Jean-Marc
Le 14 févr. 2007, à 17:05, Jeff Honken a écrit :
I've been trying to tie in three variables to make a date. I've tried
put '" & tDay & "' / '" & tMonth & "' / '" & tYear & "' into QueryDate
put (tMonth)/(tDay)/(tYear)
I also notice a difference of 60 min only at a few dates (Mac OS X).
I have found that it happens when changing from winter date to summer
date (in France)
The foreign system dates seems not to be well managed by revolution
Jean-Marc
Le 14 févr. 2007, à 11:43, jbv a écrit :
Hi all,
Thanks fo