Search found 110 matches: monday

Return to advanced search

XbrGetDate pick problem

...              aGet[4]:refresh() ) and the I convert the result data with a string data as "monday, 12 dec 2019" then on datepick I have strange graphics buttons at bottom ,...why ? any solution ?
by Silvio.Falconi
Mon Jun 17, 2019 3:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XbrGetDate pick problem
Replies: 2
Views: 545

Ribbonbar & XbrGetDate

I insert two get on a ribbonbar ( oGr1 ) on this get I need to have a string type " Monday, 3 May 2019" and before converte the date into this string with Convertidata(dTemp) function then I must converte to date with Conv_Textdate( cDate, nLanguage ) If i ...
by Silvio.Falconi
Fri May 31, 2019 7:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbonbar & XbrGetDate
Replies: 0
Views: 371

Re: Converting date string into date format

... is a function ( seems to work as well ) // can now convert date text containing month names also into valid dates. MsgAlert( uCharToVal ( "Monday, 04 March 2019" ) ) regards Uwe :D uCharToVal( "Monday, 04 March 2019", "D" ) works well with English only. From FWH1904 ...
by nageswaragunupudi
Wed May 22, 2019 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting date string into date format
Replies: 9
Views: 953

Re: Converting date string into date format

Silvio,

there is a function ( seems to work as well )

// can now convert date text containing month names also into valid dates.
MsgAlert( uCharToVal( "Monday, 04 March 2019" ) )


regards
Uwe :D
by ukoenig
Wed May 22, 2019 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting date string into date format
Replies: 9
Views: 953

name of the day

How can I get the name of a day ??
cDay := XXXX ( date ())

? cday

Monday
by Uwe.Diemer
Thu Feb 07, 2019 6:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: name of the day
Replies: 12
Views: 1803

Re: Converte Xls(s) into dbf

...                   DBCREATE(cDir+'TA',;                           {{'teacher','C',024,000},;                            {'Mon1','C',004,000},;  // Monday                            {'Mon2','C',004,000},;                            {'Mon3','C',004,000},;                            {'Mon4','C',004,000},;  ...
by Silvio.Falconi
Sat Sep 15, 2018 7:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converte Xls(s) into dbf
Replies: 14
Views: 3216

Converte Xls(s) into dbf

... 67 rows the first column is the name of the teacher and then there is the timetable for each teacher the columns are he Hour of the days of week Monday Tuesday Wednesday Thursday Friday Saturday every day 6 hours ( 6 columns) Total 1 teacher+ 36 ( days Hours) Any solution ?
by Silvio.Falconi
Thu Sep 13, 2018 10:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converte Xls(s) into dbf
Replies: 14
Views: 3216

error on NToCDOW

... HB_LangSelect("IT") but the NToCDOW and NToCMonth give me the day string and month string in english and bad for a sample today is Monday but the function show me friday why ? https://s22.postimg.cc/vz5ebbech/ggg.png for a sample I cannot show sunday on Italian language ...
by Silvio.Falconi
Sun Aug 05, 2018 11:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error on NToCDOW
Replies: 3
Views: 487

Re: TCalex modified help *Solved*

... I found in the forum for FIRST_DATE case but it doesn't success. As the picture, the first date of this month July 1, 2018 is Sunday but it shows Monday. The other month are correct when I change. The problem is the first month. https://s15.postimg.cc/3rbmqg717/calzz.png But if ...
by dutch
Fri Jul 06, 2018 4:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TCalex modified help *solved*
Replies: 2
Views: 643

Re: DEFINE FONT vs TFont()

... MENUITEM "One" MENU oMnu1 MENUITEM "Sunday" CHECKED MENUITEM SEPARATOR Upper( "Select" ) MENUITEM "Monday" + CRLF + "Other" BOLD RADIOCHECK 3, 2 MENUITEM "Tuesday" ACTION MsgInfo( "Hola" ) ITALIC MENUITEM "WednesdaY" ...
by Xevi
Wed Dec 13, 2017 11:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DEFINE FONT vs TFont()
Replies: 20
Views: 3357

Re: Building Harbour 3.4 for BCC outside MSYS

Andi

Thank you for your help .. going to work on this Monday morning.

Rick Lipkin
by Rick Lipkin
Sun Nov 26, 2017 5:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17234

Re: Tcalex problems

yes another error


Look the image

Image

Tcalex put the wrong days ?

today is 16 october and I am sure is monday
by Silvio.Falconi
Mon Oct 16, 2017 6:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tcalex problems
Replies: 15
Views: 2394

New FTDN September/Septiembre 2017 (FWH 17.09)

...     Example: function MakeMenu() local oMenu MENU oMenu MENUITEM "One" MENU MENUITEM "Sunday" SEPARATOR MENUITEM "Monday" RADIOCHECK 3, 2 MENUITEM "Tuesday" ACTION MsgInfo( "Hola" ) MENUITEM "WednesdaY" SEPARATOR MENUITEM "Thursday" ...
by Antonio Linares
Wed Oct 04, 2017 7:43 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2017 (FWH 17.09)
Replies: 3
Views: 3375

Re: Backup/Restore MySQL data when build BAT file

... will save backups each day in a different folder with weekday's name. On Sunday night it saves backup as "c:\pp\Sunday\prova.sql". On Monday night it saves backup as "c:\pp\Monday\prova.sql" and so on. After one week, it overwrites that weekdays backup. This way we have 7 ...
by richard-service
Tue Sep 05, 2017 7:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Backup/Restore MySQL data when build BAT file
Replies: 9
Views: 1626

Re: Backup/Restore MySQL data when build BAT file

... will save backups each day in a different folder with weekday's name. On Sunday night it saves backup as "c:\pp\Sunday\prova.sql". On Monday night it saves backup as "c:\pp\Monday\prova.sql" and so on. After one week, it overwrites that weekdays backup. This way we have 7 ...
by nageswaragunupudi
Tue Sep 05, 2017 6:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Backup/Restore MySQL data when build BAT file
Replies: 9
Views: 1626
PreviousNext

Return to advanced search