Search found 67 matches: upto

Return to advanced search

Re: Unicode vs UTF8

Utf8 encoding uses either 1 or 2 or 3 bytes for each character. All latin characters upto asc 127 are represented by the same single character both in Ansi and Utf8 encodings. Accented WU characters are encoded with 2 bytes. Complex scripts like Asian languages use ...
by nageswaragunupudi
Sun Jan 07, 2024 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode vs UTF8
Replies: 2
Views: 1019

Re: Assigning lUseHaruPdf when TPrinter is sub-classed

... you should know how to match with FWPDF class thoroughly If not, do not use harupdf My personal advice is not to use derived class. Finally, it is upto you.
by nageswaragunupudi
Mon Jul 31, 2023 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Assigning lUseHaruPdf when TPrinter is sub-classed
Replies: 18
Views: 884

Re: seconds() function

SECONDS() function gives time accurate upto milli seconds.
by nageswaragunupudi
Fri Jul 28, 2023 2:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: seconds() function
Replies: 1
Views: 236

Re: Fivewin & TDolphin & MariaDb & UFT8 problem?

... library like TMySQL and Dolphin serve the purpose, whether you use MySQL server or MariaDB server. But there are minor differences between MySQL upto version 5 and version 8 and MariaDB. FWH' own library knows if the server is MySql, its version and if it is MariaDB. Internally FWH library takes ...
by nageswaragunupudi
Fri Nov 04, 2022 8:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin & TDolphin & MariaDb & UFT8 problem?
Replies: 6
Views: 481

Re: Get numerico problema al editar

You can enter upto 10 digits without PICTURE clause. Please try this simple code:    n := 34   DEFINE DIALOG oDlg SIZE 200,120 PIXEL TRUEPIXEL   @  20,20 GET n SIZE 150,24 PIXEL OF oDlg   @  60,20 BUTTON "OK" SIZE ...
by nageswaragunupudi
Sun Oct 09, 2022 7:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Get numerico problema al editar
Replies: 4
Views: 438

Re: Dark mode

... see the difference in applications like Explorer, Calculator, etc but not with Notepad, etc. So, We need to adopt 2 different approaches for OS upto Windows 8.1 and for OS Windows 10 and later. For older versions we can use SetSysColors() For W10 and later, we still don't have clear answers. ...
by nageswaragunupudi
Tue Nov 16, 2021 3:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dark mode
Replies: 20
Views: 2923

New FTDN June/Junio (FWH 21.06)

... with Harbour SetDate() function. * New function MsgInfoScroll( cText, [cTitle], [nWidth], [nHeight], [oFont] ) MsgInfo for large messages (upto 32000 bytes) with scrollbar. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=40614&sid=ec4783cbbd03428c92066c7784e5170e * The EasyReport ...
by Antonio Linares
Tue Jul 27, 2021 4:47 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio (FWH 21.06)
Replies: 7
Views: 2105

New FTDN June/Jnio (FWH 21.06)

... with Harbour SetDate() function. * New function MsgInfoScroll( cText, [cTitle], [nWidth], [nHeight], [oFont] ) MsgInfo for large messages (upto 32000 bytes) with scrollbar. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=40614&sid=ec4783cbbd03428c92066c7784e5170e * The EasyReport ...
by Antonio Linares
Tue Jul 27, 2021 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Jnio (FWH 21.06)
Replies: 0
Views: 467

Re: ADOFUNC.prg e SQLEXPRESS

... we can use record locks. We advise you to unlearn DBF programming habits and record locking is not desirable or practiced normally. Anyway, it is upto you.
by nageswaragunupudi
Fri Mar 19, 2021 7:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADOFUNC.prg e SQLEXPRESS
Replies: 3
Views: 545

Re: get y password en algunos funciona..

... 2012 and also later versions. We did not experience any problems indicated above. We are able to enter the passwords total number of characters upto the original width of the variable. This is the sample we tested: RC #ifndef __64__  1 24 "WinXP/WindowsXP.Manifest"#else  ...
by nageswaragunupudi
Mon Mar 15, 2021 1:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: get y password en algunos funciona..
Replies: 6
Views: 955

New FTDN January/Enero 2021 (FWH 21.01)

... ============ * TGET enhancements: - New clause for getting VarChar text variables (variable length) VARCHAR { nMin, nMax } User can enter text upto nMax characters irrespective of the length of the input string. Get finally returns a text with length between nMin and nMax characters. Useful ...
by Antonio Linares
Sun Feb 07, 2021 9:10 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2021 (FWH 21.01)
Replies: 1
Views: 1254

Re: xBrowse and SQLRDD bug

... the array at the beginning and recreating whenever the index is changed, record is added or deleted of a keyvalue is edited and modified. This is upto you if you want to adopt this approach.
by nageswaragunupudi
Thu Apr 30, 2020 12:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and SQLRDD bug
Replies: 18
Views: 2408

Re: to Nages: test for tdatabase

... and we can not write this field or modify the values. "UPDATEDT" : Field Type "=" This field contains datatime value accurate upto millisecond. DBFCDX automatically updates this field whenever any field in the record is modified, with the latest date and time of modification. ...
by nageswaragunupudi
Sun May 12, 2019 4:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 5680

Re: XBrowse & Edit Dialogs: Writing Portable code (Recommended)

... both users end up saving two records with the same "numcli" as "101", resulting in duplication of the numbers. Now it is upto you.
by nageswaragunupudi
Thu Mar 28, 2019 12:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse & Edit Dialogs: Writing Portable code (Recommended)
Replies: 17
Views: 3655

Re: AUXILIO ERROR QUE NO ENTIENDO not found: TDATAROW:BTRIGGER

If you are using FWH19.01, the DATA bTrigger already exists in both XBrowse and DataRow. If you are using any version upto FWH1812, the DATA bTrigger does NOT exist in either XBrowse or DataRow. You might have got the above problem if you linked xbrowse.prg of FWH 19.01 with a library ...
by nageswaragunupudi
Thu Mar 21, 2019 3:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: AUXILIO ERROR QUE NO ENTIENDO not found: TDATAROW:BTRIGGER
Replies: 3
Views: 699
Next

Return to advanced search