Search found 174 matches: routines

Return to advanced search

Re: Runner XBase (RX)

Hello ! Version RunnerXbase 1.5 ready! --> https://runnerxbase.app New console method: If you just want to try small routines, then go in, paste code and run. You can run routines in PRG mode (you can try a simple Harbor routine) or you can run HTML code (with the possibility of ...
by Carles
Sat Apr 20, 2024 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Runner XBase (RX)
Replies: 7
Views: 982

Re: Does anyone have an Envelope Printing module ?

... print on plain paper .. but it would be nice if I did not have to re-invent the "wheel" ... I would appreciate any Envelope printing routines anyone might like to donate for a good cause .. I can embelish the field names .. it is the layout for multiple envelope sizes that present ...
by Rick Lipkin
Fri Mar 01, 2024 10:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 575

Re: Problem with FiveWin and PDF995 on Windows 11.

... lUseHaruPDF through the Class does it still act as static? Also even 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 ...
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: 1216

Re: Problem with FiveWin and PDF995 on Windows 11.

... lUseHaruPDF through the Class does it still act as static? Also even 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 ...
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: 1216

Re: Program is frozen

Natter,

It sounds like a memory leak. Check to make sure you have ended all vars at the end of routines.

James
by James Bott
Thu Jun 15, 2023 12:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program is frozen
Replies: 14
Views: 503

Antonio, Example colors and themes

Hello Antonio. I made the color management example I have. Initially I started doing these routines with the purpose of creating a class to manage themes. The logic is easy to understand. In this class I use only 3 themes, but it could have infinite themes already registered. ...
by Giovany Vecchi
Thu Dec 15, 2022 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio, Example colors and themes
Replies: 19
Views: 1091

Re: mod_harbour com firebird

... 2003-12-23 - Harbour low-level API for Firebird and Interbase RDBMS This work is not finished yet. It's planned to be similar to Harbour TMysql routines. For full firebird documentation look at: Firebird home: http://firebird.sourceforge.net/index.php Api: http://www.ibphoenix.com/downloads/60ApiGuide.zip ...
by Antonio Linares
Sat Nov 19, 2022 9:32 am
 
Forum: mod_harbour
Topic: mod_harbour com firebird
Replies: 1
Views: 387

Re: Very strange problem - ideas needed

... networking issue. It could be something in the one computer, but I see no other issues, and the total progam is quite large, so there are a LOT of routines still running fine. I have checked RAM, the drive, etc, and monitored all of them with the normal system utilities. There are no red flags. ...
by TimStone
Wed Aug 24, 2022 6:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Very strange problem - ideas needed
Replies: 17
Views: 1753

Re: Enviar por POST a webservice

... (I don't remember where) and modified a little, corrupts portions of what is sent. No idea why :-( I guess that we need to look for other routines that work as expected best regards
by Antonio Linares
Sat Jul 23, 2022 9:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enviar por POST a webservice
Replies: 19
Views: 1593

Re: FW Preview user style

... object handles everything in one line of code: oCustomers:= TCustomers():New() Using your way, if you try to use the same database in multiple routines you also have to save and restore the databases state (current Alias, Recno, filter, order, scope, etc.). These issues make your code way more ...
by James Bott
Sun May 15, 2022 8:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Preview user style
Replies: 24
Views: 1699

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

One of my most used routines, and also the one that is giving frequently the most problems with speed and even freezing is this : I Use Xbrowse with many fields in the top (Barget function from Xbrowse). I fill data like : color : Red ...
by Marc Venken
Sat Jan 15, 2022 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 1453

Re: james

... add the database driver in the database class's New() method--you should define the default driver at the beginning of the program. This way all routines in the app use the same driver and if you ever want to change the driver you only have to change it in one place. The only exception to this ...
by Silvio.Falconi
Sun Dec 19, 2021 11:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: james
Replies: 8
Views: 790

Re: james

... add the database driver in the database class's New() method--you should define the default driver at the beginning of the program. This way all routines in the app use the same driver and if you ever want to change the driver you only have to change it in one place. The only exception to this ...
by James Bott
Sat Dec 18, 2021 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: james
Replies: 8
Views: 790

Re: To Nages Problem with Tdatabase and new DAtepick

... field ....) You should use it for everything. Because the record object has it's own set of field variables, you don't need to code scatter/gather routines. Just use the object syntax for any field you want to edit, then call the save method when you are done. Here is an example using a record ...
by James Bott
Fri May 07, 2021 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages Problem with Tdatabase and new DAtepick
Replies: 13
Views: 1747

Re: Are there any Treeview samples with associated edit boxes?

... Also, immediately after adding a child, it should go right into Edit mode, with "New" highlighted. I'll play with some Export/Save As routines, as this proceeds. This is has some real potential, Antonio. Class TXmlDocument() provides XML error detection support, so we have already ...
by FWExplorer
Sat Nov 28, 2020 1:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 4836
Next

Return to advanced search