Search found 1384 matches: methods

Return to advanced search

New FTDN April 2024 (FWH 24.04)

... := oCn:Record( "states", "code='WA'" ) // one existing record oStatesRec:Edit() // modify and save the existing record - Methods CreateTable() and ImportFromDBF() used to create DateTime and TimeStamp fields without support for fraction of seconds. Now support fraction ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 0
Views: 22

New FTDN February 2024 (FWH 24.02)

... Method LockUpdate( lOnOff ): https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-lockwindowupdate * Class FWMariaConnection New Methods: ListCollations() --> oRs ListCharSets() --> oRs TableCollation( cTable ) --> cCollation TableCharSet( cTable ) --> cCharSet * New ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 205

Re: Data exchange between PC and Android device on the same loca

... Firstly in the world of the old Harbour programmer who wants to use the web in a way that is sufficiently efficient and more in line with my old methods... But at the same time, I want to know how things are maded with the tools of the most "official" current programming side. You are ...
by Arturo Lopesoria
Wed Feb 28, 2024 6:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 793

Re: Add a new taskPanel on Explorerbar ( on line)

I think we would need a new method directly in the texplorerbar class to insert taskpanel in x position
I sent to Linares my Idea for two new methods
by Silvio.Falconi
Tue Feb 27, 2024 11:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a new taskPanel on Explorerbar ( on line)
Replies: 2
Views: 217

Re: Problem with FiveWin and PDF995 on Windows 11.

Yes, your sample works great, however my code utilizes many methods of the TPrinter class, and not all of them are duplicated in the FWPdf class.
by byron.hopp
Thu Feb 15, 2024 7:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1215

Re: Problem with FiveWin and PDF995 on Windows 11.

Also we advise using the PRINT commands from print.ch rather than directly using the methods.
by nageswaragunupudi
Thu Feb 15, 2024 3:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1215

Re: Problem with FiveWin and PDF995 on Windows 11.

... through using Haru may be the best, I would have to rewrite many of my print routines which uses Inch2Pix, and Pix2Inch. And possibly many other methods. Which I will rewrite to using Unit2Pix, and Pix2Unit, or may not need at all because of the cUnits parameter on most print methods. Using cUnits ...
by nageswaragunupudi
Thu Feb 15, 2024 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1215

Re: Problem with FiveWin and PDF995 on Windows 11.

... through using Haru may be the best, I would have to rewrite many of my print routines which uses Inch2Pix, and Pix2Inch. And possibly many other methods. Which I will rewrite to using Unit2Pix, and Pix2Unit, or may not need at all because of the cUnits parameter on most print methods.
by byron.hopp
Thu Feb 15, 2024 3:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1215

Re: Problem with FiveWin and PDF995 on Windows 11.

... suggested above, use TPrinter():lUseHarufPDF := .t. before executing PRINT command. Not inside PRINT/ENDPRINT Also please try to use later methods of Tprinter. Please try this sample as it is: #include "fivewin.ch"REQUEST FWHARUfunction Main()   TPrinter():lUseHaruPDF ...
by nageswaragunupudi
Wed Feb 14, 2024 1:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1215

Re: mariadb_connect bigdata and read as page

... records) and display them in a single browse. RecSet has limited features. Please refer to the other thread for the supported and unsupported methods of RecSet class.
by nageswaragunupudi
Mon Feb 12, 2024 9:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mariadb_connect bigdata and read as page
Replies: 3
Views: 305

Re: TWebView window size

We have implemented two new METHODs in Class TWebView: METHOD End() INLINE ( ::Terminate(), ::Destroy() ) and METHOD hWnd() INLINE ::GetWindow() they will be available in next FWH build So the code can be simplified this way:   ACTIVATE ...
by Antonio Linares
Sat Feb 03, 2024 9:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView window size
Replies: 14
Views: 853

Re: RAO advice on using Mysql

Thanks RAO for the clear specification, and how to use RecSet.
Now we also know what methods are available.

Regards Maurizio
www.nipeservice.com
by Maurizio
Fri Feb 02, 2024 2:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 975

Re: RAO advice on using Mysql

METHODS: RecCount(), LastRec(), KeyCount(),RecNo(), KeyNo() GoTop(),GoBottom(),GoTo(nRec),KeyGoTo(nKey),Skip(n) FCount(),FieldPos(c),FieldName(),FieldLen(),FieldDec(),FieldType() FieldGet(),FieldPut() SetOrder(cSort,,lDescend) ...
by nageswaragunupudi
Fri Feb 02, 2024 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 975

Re: RAO advice on using Mysql

I'm trying oCn:RecSet() and it's very, very fast, I noticed that certain methods that work with oCn:Rowset() with :RecSet() don't work.


What size of tables you tested?
by nageswaragunupudi
Thu Feb 01, 2024 6:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 975

Re: RAO advice on using Mysql

Thank Rao

I'm trying oCn:RecSet() and it's very, very fast, I noticed that certain methods that work with oCn:Rowset() with :RecSet() don't work.

Is it possible to have a list of :RecSet() methods?

Thank you
Maurizio
by Maurizio
Thu Feb 01, 2024 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 975
Next

Return to advanced search