Search found 37 matches: wednesday

Return to advanced search

hi

... Main() local oDlg local nYear := 2000 local nMonth := 1 local nOrder := 1 local oDay local cDay := "Monday" local aDays := { "Monday", "Tuesday", "Wednesday", "Thursday", ; "Friday", "Saturday", "Sunday" ; } SET DATE GERMAN SET EPOCH TO 1980 DEFINE DIALOG oDlg TITLE "Date ..." SIZE 300,200 PIXEL ...
by avista
Wed Oct 24, 2007 2:30 pm
 
Forum: FiveWin for CA-Clipper
Topic: Calulating with dates
Replies: 2
Views: 1328

Calulating with dates

Hello,

Does someone have a function which returns the exact date in a month if I ask for the first, the second, the third, the fourth of the last wednesday (but this can be any day of the week) of a month ?

Thanks a lot in advance.
by driessen
Wed Oct 24, 2007 7:54 am
 
Forum: FiveWin for CA-Clipper
Topic: Calulating with dates
Replies: 2
Views: 1328

... ) next for n = 1 to 6 MoveTo( hDC, n * nWidth, 0 ) LineTo( hDC, n * nWidth, oWnd:nHeight ) next for n = 0 to 6 cDay = { "Monday", "Tuesday", "Wednesday", "Thursday",; "Friday", "Saturday", "Sunday" }[ n + 1 ] oWnd:Say( 3, 5 + ( n * nWidth ) + ( nWidth / 2 ) - ( GetTextWidth( hDC, cDay ) / ...
by Otto
Fri Oct 19, 2007 9:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: browse control
Replies: 24
Views: 4904

... nDAY := DOW( dDATE ) DO CASE CASE nDAY = 1 cDAY := "Sunday" CASE nDAY = 2 cDAY := "Monday" CASE nDAY = 3 cDAY := "Tuesday" CASE nDAY = 4 cDAY := "Wednesday" CASE nDAY = 5 cDAY := "Thursday" CASE nDAY = 6 cDAY := "Friday" CASE nDAY = 7 cDAY := "Saturday" ENDCASE RETURN(cDAY)
by Rick Lipkin
Mon Aug 27, 2007 4:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help hotel Planning
Replies: 2
Views: 942

Hello Rene,

Sorry I didn't answer sooner but at the moment I'm staying in Paris until next Wednesday.

Please can you send me an email (michel.driessen@ma-consult.be) so we can take contact with you in the second half of next week ?

Thank you very much in advance.
by driessen
Sat Apr 28, 2007 3:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rene Pilon
Replies: 10
Views: 2298

... from 5.2 Gruesse, Bernd -------------------------- From: "Manuel Mercado" <mmercadog@prodigy.net.mx> Subject: RE: How can I fix it ? Date: Wednesday, June 20, 2001 1:19 AM Roger: Include these lines at the very beginning of your program: #define _VIDEO_CH // if you don't use videos in your ...
by James Bott
Thu Feb 08, 2007 4:43 pm
 
Forum: FiveWin for CA-Clipper
Topic: Preprocessor table overflow
Replies: 5
Views: 2650

... instrucao para apagar. ------------ makefile ################################################################################ # # # email # # # # Wednesday 15 February 2006, 11:00:37 # ################################################################################ ##### GROUPS ################################################################### ...
by ZeCarlos
Wed Feb 15, 2006 12:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UltraEdit
Replies: 27
Views: 8521
Previous

Return to advanced search

cron