Search found 160 matches: purposes

Return to advanced search

Re: Printer hDC is 0

hua wrote:Thanks Enrico.
Does this mean you maintain your own amended version of printer.prg?


Yes, I have some classes that I rewrote to adapt them to my own purposes.
by Enrico Maria Giordano
Thu Feb 16, 2023 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer hDC is 0
Replies: 6
Views: 379

Re: SEARCH IN LARGE DATABASE VERY SLOW

... in a array because I'm not used programming in array but since array is in memory, it would be much faster that the dbf version. I wonder for my purposes. I have to reread xbrowse systems for better use with array. Not sure that I will go that way.... Who has information about the RDD (CDX) filtering ...
by Marc Venken
Tue Nov 29, 2022 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SEARCH IN LARGE DATABASE VERY SLOW
Replies: 7
Views: 641

Re: SEARCH IN LARGE DATABASE VERY SLOW

I guess you are using SQLRDD. If I am right, please try this small code for testing purposes and let us know the result: After this code:    cQuery:='select * from nbm_ncm order by COD_NCM '    use sql cQuery alias "nbm_ncm" new via 'MYSQL'  ...
by nageswaragunupudi
Tue Nov 29, 2022 1:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SEARCH IN LARGE DATABASE VERY SLOW
Replies: 7
Views: 641

Re: Dark-Mode and CHECKBOX

... the application is themed or not themed. We need to do this for both windows and dialogs. May also ask? Did you use SetWindowTheme() for any other purposes? And if so, can you share your results? Thanks again.
by nageswaragunupudi
Mon Nov 28, 2022 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dark-Mode and CHECKBOX
Replies: 16
Views: 943

Re: HBFORMAT.EXE de xHarbour/Harbour.

... podría mejorarse, pero ya está operativo en un 98%. Gracias. Good morning Jimmy, I appreciate it, but for now Click.exe does not serve my purposes. HBFORMAT.exe solves 95% of my problems, HBFORMAT.exe could be improved, but it is already 98% operational. Thanks. Regards, saludos.
by karinha
Tue Sep 20, 2022 11:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBFORMAT.EXE de xHarbour/Harbour.
Replies: 12
Views: 1034

Re: Tabla Pivot

... class, not Rowset class. You can use TDolphin mainly for the entire application. At the same time you can use FWH native lib for some special purposes. Example // oServer is Dolphin server objectfunction MyPivotArray( oServer, cTable, cRowFld, cColFld, cValFld, cAggrFunc )   local ...
by nageswaragunupudi
Sun Sep 18, 2022 3:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tabla Pivot
Replies: 6
Views: 584

Re: call DLL under FiveWin

... a lot of examples of doing this. Warning: SndPlaySound() is already built inside FiveWin.lib. It has been used just in this example for learning purposes.
by hua
Tue Aug 02, 2022 2:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: call DLL under FiveWin
Replies: 7
Views: 724

Re: BOA for harbour ?

So if I understand, this is "in development" and is NOT available now for testing purposes ?

How large an application would it support ?
by TimStone
Fri Apr 29, 2022 7:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BOA for harbour ?
Replies: 9
Views: 645

Re: ADS - The future is <sadly> now so where do you go ?

... This is to record in a temporary table that will be merged with two more tables later for reporting purposes. How would you do this in MySql ? Here's a simple example I use. Select     Tb01.cAgeCompareceuDoc ,    Tb01.nAtoNumero ,    Tb01.nAtoLivro ...
by Giovany Vecchi
Tue Apr 26, 2022 1:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS - The future is <sadly> now so where do you go ?
Replies: 26
Views: 2795

Re: Problem with SQL Native

We created a small table `test_timestamp` on our Fivewin Cloud server, which is accessible to all of us for demo purposes. This is the full table data. https://imagizer.imageshack.com/v2/xq90/922/z7JIQW.png We want to extract rows with timestamp between 01-02-2022 ...
by nageswaragunupudi
Mon Feb 07, 2022 2:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with SQL Native
Replies: 28
Views: 1679

Re: Xbrowse Builder having a strange error

... and 2 = from the XBrwbuilder The 2 arrays involved are : aBarget = to manage fields that the barget of xbrowse will allow to enter for filtering purposes aEditget = to magane fields that will be alowed to edit inside the browse // \SAMPLES\MARC2.PRG  - 09/12/2021 - Modified by: Joao - Version ...
by Marc Venken
Fri Jan 07, 2022 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Builder having a strange error (SOLVED)
Replies: 27
Views: 1518

Re: RTF from Variable

... it does not show the button bar. Here is the full code for the Dialog. Please note that this has a "forced load" temporarily for testing purposes. FUNCTION setup3    // Text Editor for disclosures    //  Updated:    7/30/2015 5:55:48 PM        LOCAL oEndText, oDlg, nRcrd, oRich    PRIVATE ...
by TimStone
Wed Dec 01, 2021 1:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF from Variable
Replies: 40
Views: 4263

Re: Send EMail Within FW Appplication....

Thanks Karinha,

Yes, I will appreciate it very much if you can send, me the link of rmail.prg for testing purposes...
As I feel I am doing all my settings right with google security.

amriazkhan@gmail.com

Regards
by RiazKhan
Wed Jun 09, 2021 2:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send EMail Within FW Appplication (RESOLVED)
Replies: 18
Views: 3085

Re: Mr.RAO - Using TDatarow with other MySql libraries

... For now, I will post a temporary work around for you to use TDataRow with Eagle1, though in a limited way but enough for most practical purposes. Please wait for a day. Hello Mr. Rao, is still possible this?
by Compuin
Wed May 05, 2021 10:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr.RAO - Using TDatarow with other MySql libraries
Replies: 9
Views: 1051

Re: Mr.RAO - Using TDatarow with other MySql libraries

... For now, I will post a temporary work around for you to use TDataRow with Eagle1, though in a limited way but enough for most practical purposes. Please wait for a day. Hello, What do you need for learn and test Eagle 1?
by Compuin
Mon May 03, 2021 6:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr.RAO - Using TDatarow with other MySql libraries
Replies: 9
Views: 1051
PreviousNext

Return to advanced search