Search found 58 matches: whereas

Return to advanced search

Re: How to convert a Date to an Unix TimeStamp?

... or in Seconds. Not milli seconds. We need to take care of conversions. Please note that FWH functions deal with the UnixTime in millliseconds whereas MySql functions deal with Seconds. Examples: ? oCn:QueryResult( "SELECT UNIX_TIMESTAMP( ? )",  { HB_DateTime() } ...
by nageswaragunupudi
Mon Jan 29, 2024 1:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to convert a Date to an Unix TimeStamp?
Replies: 8
Views: 575

Fivewin controls similar to javascript elements

... are processed and handled. System-Level vs. Application-Level: In Windows programming, you're often dealing with system-level messages and events, whereas in JavaScript, you're typically dealing with events at the web application level. Direct vs. Delegated Handling: JavaScript allows for easy ...
by Otto
Tue Nov 21, 2023 7:33 am
 
Forum: mod_harbour
Topic: Fivewin controls similar to javascript elements
Replies: 2
Views: 1124

dialog opening difference in the monitor between 32/64 bit

... and use 2 monitors I have noticed that in the 32bit version if I open a dialogue from the second monitor this is opened in the second monitor whereas if I open a dialogue from the second monitor in the 64bit version the dialogue is always opened in the first monitor has anyone noticed this ...
by vensanto
Thu Aug 03, 2023 8:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dialog opening difference in the monitor between 32/64 bit
Replies: 4
Views: 461

Re: show DELETED Record in XBROWSE

... please clarify my doubt, I am interested in knowing this: In case of Clipper/Harbour, SET DELETED OFF/ON is a Global (application wide) setting, whereas in case of Dbase/FoxPro, this setting is a workarea wise setting. That means, in this code: SELECT 1SET DELETED OFFSELECT 2SET DELETED ONSELECT ...
by nageswaragunupudi
Sun May 28, 2023 2:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: show DELETED Record in XBROWSE
Replies: 11
Views: 472

Re: little bug in rpreview.prg

... Reader. ;-) I found out that in source\classes\rpreview.prg, line 1789 return ::oDevice:GenHaruPdf( cFile ) this return value is a logical value. Whereas in line 1883 if ! File( cFile )) cFile is supposed to be a string value. The file '.t.' will never be found ;-) Thanks for pointing it out.
by nageswaragunupudi
Mon Sep 12, 2022 6:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: little bug in rpreview.prg
Replies: 6
Views: 466

little bug in rpreview.prg

... Reader. ;-) I found out that in source\classes\rpreview.prg, line 1789 return ::oDevice:GenHaruPdf( cFile ) this return value is a logical value. Whereas in line 1883 if ! File( cFile )) cFile is supposed to be a string value. The file '.t.' will never be found ;-)
by Detlef
Sun Sep 11, 2022 8:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: little bug in rpreview.prg
Replies: 6
Views: 466

Re: System info, Tips & Tricks, scharing project info

... new to me, so I don't know which would be faster. I suspect the browse filter since it is only going to process enough records to fill the browse. Whereas, I think, a database filter is going to process the whole database so it can build a "filter" of just those records meeting the conditions. ...
by James Bott
Sun Jan 16, 2022 7:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 1453

oAuth 2.0 Restful Web Service

... I am attempting to access On-Site.com using their API's. There is some code to generate a Key and I believe this key is good for quite a while, whereas the Carbonite key needed to be generated every hour. Sample code: oHttp := CreateObject( "MSXML2.XmlHttp" ) hLogin["email" ...
by byron.hopp
Wed Jun 16, 2021 9:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oAuth 2.0 Restful Web Service
Replies: 2
Views: 695

Re: SMS To Customer - Upon Order Delivery

... does not get sent. Probably due to the recipient number. The BrandName and TextSMS are Recipient are all character variables passed as parameters. Whereas I think the number must not be in quotes, I used macros but did not work. Any other method to make the cURL to fulfill the API Thnx in advance.... ...
by RAMESHBABU
Wed Apr 07, 2021 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: SMS To Customer - Upon Order Delivery
Replies: 14
Views: 1535

Re: SMS To Customer - Upon Order Delivery

... does not get sent. Probably due to the recipient number. The BrandName and TextSMS are Recipient are all character variables passed as parameters. Whereas I think the number must not be in quotes, I used macros but did not work. Any other method to make the cURL to fulfill the API Thnx in advance....
by RiazKhan
Wed Apr 07, 2021 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: SMS To Customer - Upon Order Delivery
Replies: 14
Views: 1535

Re: Cambiar el borde a un Get *SOLUCIONADO*

That is Mr. Viktor's own function. HTML and some other platforms use a format like "#rrggbb" (hex) for denoting colors whereas FWH uses native Windows color constant which is a number 0xbbggrr. Some program editors' built-in color pickers also record the selected color in the ...
by nageswaragunupudi
Sat Jan 30, 2021 12:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar el borde a un Get *SOLUCIONADO*
Replies: 22
Views: 2282

Re: realizar una suma en Mysql

... is an ANSI SQL function and works the same way with many servers (with a few exceptions like MSAcess ). IFNULL() supports only 2 arguments, whereas COALESCE() supports multiple arguments. IFNULL() is limited to MySQl/MariaDB and not available with many other SQL servers. For this reason, ...
by nageswaragunupudi
Wed Sep 16, 2020 5:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: realizar una suma en Mysql
Replies: 5
Views: 657

Re: Xbrowse or Ximage Load picture position not work

I am unable to explain why all of Windows explorer, pain, photos are displaying the image upright whereas gdi+ and freeimage.dll are reading them rotated. In the ximage01.prg please try to replace      :bChange       := { || oImage:Refresh() }  with   ...
by richard-service
Thu Jul 02, 2020 9:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse or Ximage Load picture position not work
Replies: 10
Views: 1445

Re: Xbrowse or Ximage Load picture position not work

I am unable to explain why all of Windows explorer, pain, photos are displaying the image upright whereas gdi+ and freeimage.dll are reading them rotated. In the ximage01.prg please try to replace      :bChange       := { || oImage:Refresh() ...
by nageswaragunupudi
Thu Jul 02, 2020 3:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse or Ximage Load picture position not work
Replies: 10
Views: 1445

New FTDN April/Abril 2020 (FWH 20.04)

... * FWPDF class - Method Say() is not fully compatible with TPrinter class. When nWidth parameter is nil, alignment is ignored whereas Tprinter treats nCol as right boundary for right alignment and as cener point for center alignment. FWPdf class is modified for compatibility. ...
by Antonio Linares
Sun May 03, 2020 12:41 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2020 (FWH 20.04)
Replies: 1
Views: 2194
Next

Return to advanced search