FIXED: VRB date in datacontrol

Damon Pillinger daisychain at iinet.net.au
Thu Jul 7 15:48:54 CDT 2005


Good job serge.

  valdb.sqlExecute ("SET PROPERTY DateTimeFormat OF DATABASE TO 'kYMD'")
  if valdb.error then msgbox ">"+valdb.ErrorMessage
  valdb.sqlExecute ("SET PROPERTY DateSep OF DATABASE TO '-' ")
  if valdb.error then msgbox ">>"+valdb.ErrorMessage
  
  for i= 1 to cdbl(editfield3.text)
    progressBar1.value=i
    pushbutton1.push
    editfield1.text=format(rnd*578256238,"000000000.0000")
    editfield2.text=format(rnd*578256238,"000000000.0000")
    editfield4.text="2005-12-15"
    editfield5.text=format(rnd*578256238,"00000000.00000")
    editfield6.text="2005-12-15 08:59:30"
    pushbutton2.push
  next
  

works perfectly.

Thanks
  

Best Regards

Damon L. Pillinger
Jensen 2005 by Daisychain
www.daisychain.no-ip.biz
Phone : 03 9532 1220
Fax : 03 9532 1280


-----Original Message-----
From: valentina-bounces at lists.macserve.net
[mailto:valentina-bounces at lists.macserve.net] On Behalf Of Serge
Sent: Thursday, 1 January 1970 2:13 PM
To: Valentina Developers
Subject: FIXED: VRB date in datacontrol

On 7/6/05 2:36 AM, "Damon Pillinger" <daisychain at iinet.net.au> wrote:

> Hi Ruslan and guys,
> 
>   
> This now does not have any errors; however, the date is still 0-00-00.
> 
> Is there anything else you have to set for Dates?
> 
> I remember reading something about 2005 -> 05 or something.
> editfield4.text="2005-12-15"
> but I tried
> editfield4.text="05-12-15"
> and it still gave 0-00-00
> 
> Anything else I can try?


Hi Damon,

Fixed in the next build.

-- 
Best regards,
Serge


_______________________________________________
Valentina mailing list
Valentina at lists.macserve.net
http://lists.macserve.net/mailman/listinfo/valentina



More information about the Valentina mailing list