Re: Getting DB time from Forms 5.0

From: barre <bioenix_at_hotmail.com>
Date: Sat, 10 Apr 1999 23:37:38 +0200
Message-ID: <7eog78$mkq$1_at_news3.Belgium.EU.net>


just a little remark...
It is better to get the date from the server and not from the client example: do not put itemx:=sysdate in any form since it gets the client date and time. (forms 5,0 bug)
Add a function to each form that explicitely gets sysdate from the server. (dbsysdate)
and make your assignments:
itemx:=dbsysdate

Bart Received on Sat Apr 10 1999 - 23:37:38 CEST

Original text of this message