Search found 33 matches: expressed

Return to advanced search

Re: DateTime calculation

... Yes, it looks like the timestamp you provided is in milliseconds since the Unix epoch. To convert a Harbour date variable into a Unix timestamp expressed in milliseconds, you need to follow these steps: Get the date value from the Harbour date variable. Convert the date value to the Unix timestamp, ...
by Antonio Linares
Sat Jan 27, 2024 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DateTime calculation
Replies: 6
Views: 684

Re: DateTime calculation

... to kindly ask assistance with date and time handling. specifically: is it possible to convert a harbour date variable into a "unix timestamp expressed in milliseconds" (hope this is the correct term)? I am working on a project where I need to pass arrival and departure dates to a url. ...
by Ruth
Sat Jan 27, 2024 7:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DateTime calculation
Replies: 6
Views: 684

Re: Characters from different code tables

superscript characters of space or volume

Please give some examples and let us try now.
Any character can also be expressed in utf8. Then we can concatenate all utf8 characters
by nageswaragunupudi
Tue Aug 29, 2023 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Characters from different code tables
Replies: 5
Views: 277

Numeric alignment with oPrn:SayText( )

... not properly fit and causes printers to do a CRLF ) . For example, a page is 85 columns wide. Using a Font size of 10, with COURIER NEW, a number, expressed as STR( numbr, 10, 2 ), placed at column 65, should fit properly, but it does the CRLF. This has been occuring since the later releases in ...
by TimStone
Tue May 16, 2023 9:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric alignment with oPrn:SayText( )
Replies: 8
Views: 527

print pixels in certain positions

... "1" is at 4.2 with respect to the left side of the receipt, and at 21.40 with respect to the top of the receipt the measurements are expressed in millimeters in the picture the horizontal distance between boxes is 5.45 and the vertical distance is 3.9 Any solution please ?
by Silvio.Falconi
Fri Mar 18, 2022 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: print pixels in certain positions
Replies: 13
Views: 722

FWH 1908: Meter Control Enhancements

... depending on the progress or other variables. 2) PROMPT <cText> can also be a codeblock. All the codeblocks are evaluated with progress expressed as a fraction (0.0 to 1.0) as parameter. Examples of Usage: BARCOLOR { |n| ARGB( n, CLR_HBLUE ) }PROMPT { |n| TRANSFORM( ...
by nageswaragunupudi
Wed Sep 25, 2019 2:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1908: Meter Control Enhancements
Replies: 2
Views: 907

Re: New FWH 19.03

... font. (. DEFINE FONT oFcond NAME "Courier New" SIZE 0, -8 OF oPrn ) Thanks Please make sure that all of Row, Col, Width and Height are expressed in the same units (inches in this case). I doubt that probably nRow and nCsp are in pixels. Please see this test program: #include "fivewin.ch"function ...
by nageswaragunupudi
Thu Apr 11, 2019 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 19.03
Replies: 37
Views: 4929

Re: HEX color to INT value

The difference is this: Windows COLORREF constants, when expressed in hex are 0xBBGGRR If we have such a color string "BBGGRR" then nHex( cHex ) or HEXTONUM( cHex ) would convert the hex string to numeric value. Mostly in web and other platforms ...
by nageswaragunupudi
Tue Dec 25, 2018 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HEX color to INT value
Replies: 10
Views: 1909

Re: Autoincrement field for DBFCDX

... Integer in the DBF, which requires 4 bytes of storage. That is the reason why we see 4 as the field length. The maximum value is nearly 4 billion. Expressed in decimal notation its length is 10.
by nageswaragunupudi
Tue Mar 27, 2018 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Autoincrement field for DBFCDX
Replies: 9
Views: 1747

Re: Caution: Windows 10 Fall Creators Update

... ). It places an emphasis on ideas and creative exploration rather than the stability of products, and their use in the "real world." I expressed my concerns at the time ( directly to him by email which he did read, and to which he responded ), followed by specific reports to his assistant. ...
by TimStone
Mon Feb 05, 2018 5:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Caution: Windows 10 Fall Creators Update
Replies: 10
Views: 2924

BTNBMP 16.04 : Translucent buttons, Textured buttons, HGrad

... a GDI+ Brush Object. This facility provides us unlimited possibilities for designing the buttons. Small note on ARGB: RGB is a 24 bit number. When expressed in Hex : "BBGGRR" ARGB is a 32 bit number. Expressed in Hex: "AARRGGBB" For quick usage FWH provides nARGB() function ...
by nageswaragunupudi
Mon May 16, 2016 10:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BTNBMP 16.04 : Translucent buttons, Textured buttons, HGrad
Replies: 1
Views: 655

Re: More 16.01 problems with xBrowse UPDATED

Looking at the script, it doesn't make sense In your above posting you expressed a problem file editor which starts with the file in natural order, no index selected. It was happening toward the end of the database, but now when left clicking to select a record ...
by nageswaragunupudi
Wed Mar 02, 2016 2:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: More 16.01 problems with xBrowse UPDATED
Replies: 24
Views: 9526

Re: Some useful modifications to XBROWSE

I hope the areas of concern previously expressed are addressed with xBrowse. If not, these changes may simply increase the problems. I have some very very angry customers because of the column spacing problems in the current builds and had to ...
by TimStone
Fri Feb 26, 2016 10:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some useful modifications to XBROWSE
Replies: 9
Views: 2666

Re: Close ADO-connection

... to spend every time we open a recordset. Opening recordsets using an already opened connection object is a lot faster. I heard the concern expressed by some friends that if we keep a connection open all the time, disconnection with the server would crash the application. They think they ...
by nageswaragunupudi
Thu Aug 01, 2013 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Close ADO-connection
Replies: 34
Views: 10283

New FTDN March/Marzo 2013 (FWH 13.03)

March 2013 ============ * Enhancement: function ReadComm() has been enhanced to use an optional timeout value expressed in milliseconds: ReadComm(<nComm>,@<cBuffer> [,<nTimeout>] ) http://forums.fivetechsupport.com/viewtopic.php?p=140480#p140480 * New: samples/xmlreader.prg ...
by Antonio Linares
Thu Mar 28, 2013 11:33 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2013 (FWH 13.03)
Replies: 0
Views: 2502
Next

Return to advanced search