DC_PopDate()

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
unixkd
Posts: 579
Joined: Thu Feb 11, 2010 1:39 pm

DC_PopDate()

#1 Post by unixkd »

Hi Roger

1. In the code above, when a user click on the date picker and the click cancel on the calendar, current system date is returned to the get box.

2. Similarly, the current value of the get box is not passed to the calendar instead, the calendar is alway starting with the current date.

3. The style parameter 2 and 4 does not work on my system windows 7. The date buttons are blank.

Thanks

Joe.

User avatar
rdonnay
Site Admin
Posts: 4813
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: DC_PopDate()

#2 Post by rdonnay »

I don't see any code.
The eXpress train is coming - and it has more cars.

User avatar
unixkd
Posts: 579
Joined: Thu Feb 11, 2010 1:39 pm

Re: DC_PopDate()

#3 Post by unixkd »

@ 1,1 DCSAY "Batch Posting Period Range:" GET dGeneral PICTURE "@D" POPUP {|d| DC_PopDate(d)}

User avatar
rdonnay
Site Admin
Posts: 4813
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: DC_PopDate()

#4 Post by rdonnay »

Try this:

POPUP {|d|DC_PopDate(d,,,,,,2)}
The eXpress train is coming - and it has more cars.

Post Reply