i am trying to use DropdownCalendar on a Web Datawindow with
Pb 10.5.1 and Jaguar 5.5 .
I have checked WebDatawindow , GenerateDDDWFrames and
DropDownCalendar field attribute checkbox .
I use Datawindow.Data.Html method but my web page do not
display the calendar when the focus is on the date field.
I see that the javascript script if (gob.bDDCalendar &&
document.getElementById(this.name + '_calFrame') != null)
returns null because gob.bDDCalendar is null .
Thanks