Search found 51 matches: ideally

Return to advanced search

Re: Procedimientos Almacenados (Store Procedure) Error

... Check "xbrowser aStruct" to make sure. oData := TArrayData():New( oProd, aStruct ) Note: This is a workaround for the time being. But ideally we should make the oCn:Call( "proc001" ) work. I am assuming your FWH version is not too old. May I know your version? Regret delayed ...
by nageswaragunupudi
Sun Feb 13, 2022 8:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Procedimientos Almacenados (Store Procedure) Error
Replies: 8
Views: 1106

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

... records that are not available in an index, so he is doing a filter. Using a filter requires that you read the entire database across the network. Ideally, I would use a complex index, i.e. FIELD1+FIELD2+FIELD3. Then using this index you only need a SEEK then read (and write) the number of records ...
by Marc Venken
Sun Jan 16, 2022 11:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 1450

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

... records that are not available in an index, so he is doing a filter. Using a filter requires that you read the entire database across the network. Ideally, I would use a complex index, i.e. FIELD1+FIELD2+FIELD3. Then using this index you only need a SEEK then read (and write) the number of records ...
by James Bott
Sun Jan 16, 2022 1:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 1450

Re: Enhance errorsys.prg

I do not think so. Ideally, when you break the program, you create an option for the user to send you an email with the ERROR.LOG for your support to fix the program. I do like this

Regards, saludos.
by karinha
Mon Nov 29, 2021 5:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Enhance errorsys.prg
Replies: 8
Views: 815

Re: FWTool to automate DBF and mod harbour

... plural name (customers) for the customer table and the singular name (customer) for a single customer record. Also, here is some food for thought. Ideally, you should create a database class for DBFs and another database class for SQL databases. And they should use the identical syntax (mostly). ...
by James Bott
Mon Oct 25, 2021 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWTool to automate DBF and mod harbour
Replies: 12
Views: 1119

Re: A web chat developed with mod_harbour

Hello, We don't always have the resources to develop everything ideally. But since I need a login so that we can work with the mod harbour chat, I simply integrated lailton's login prg from the mod harbor samples into Antonio's new chat program. https://mybergland.com/fwforum/chatlogin.gif ...
by Otto
Wed Apr 01, 2020 9:35 pm
 
Forum: mod_harbour
Topic: A web chat developed with mod_harbour
Replies: 7
Views: 1437

Help with PDF in FWH-19.09 please. - SOLVED

... Self | FWSavePreviewToPDF (Self)} It works well, but generates very large PDFs, and for electronic invoicing small PDFs are required. Ideally, HaruPDF or MsWord should be used, but in doing so, following the instructions in the "WhatsNew.txt" of FWH-19.09 the following problem ...
by Cgallegoa
Tue Dec 03, 2019 1:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with PDF in FWH-19.09 please. - SOLVED
Replies: 3
Views: 1008

Re: What should be maximum size .EXE ideally ?

Hi Vilian ,

Many thanks for this info.

May I request to post some sample script to generate both .EXE and .HRB. Thanks in advance ...!

Thanks
Shridhar
by shri_fwh
Thu May 23, 2019 8:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: What should be maximum size .EXE ideally ?
Replies: 9
Views: 837

Re: What should be maximum size .EXE ideally ?

Shridhar, I choose the modules are most used or those are more importante in my system and the executable of my system include them. The executable is generated as any other. The module minus used or minus importante are compiled as HRB (using harbour /gh) and run using the function Hb_HrbLoad/Hb_Hr...
by vilian
Wed May 22, 2019 2:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What should be maximum size .EXE ideally ?
Replies: 9
Views: 837

Re: What should be maximum size .EXE ideally ?

Hi Vilian ,

Could you please elaborate as I did not understand. Thanks in advance...!

As we know/remember in Clipper we used to create .OVL file (overlay) from multiple .PRG files. I am assuming the same with HRB. Please correct me if am wrong.

Thanks
Shridhar
by shri_fwh
Wed May 22, 2019 2:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What should be maximum size .EXE ideally ?
Replies: 9
Views: 837

Re: What should be maximum size .EXE ideally ?

I use as HRB files the modules minus used in my system.
by vilian
Wed May 22, 2019 12:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What should be maximum size .EXE ideally ?
Replies: 9
Views: 837

Re: What should be maximum size .EXE ideally ?

Hi Vilian ,

Can we bundled *.PRG ( multiple .PRG files) into one .HRB file ?

Thanks
Shridhar
by shri_fwh
Wed May 22, 2019 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: What should be maximum size .EXE ideally ?
Replies: 9
Views: 837

Re: What should be maximum size .EXE ideally ?

Shridhar,

To generate a hrb from a prg file you must use /gh with harbour.

Code: Select all  Expand view
harbour.exe my.prg /gh


( rest of the keys - /n /w, ... as usual, if necessary )
by vilian
Wed May 22, 2019 10:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: What should be maximum size .EXE ideally ?
Replies: 9
Views: 837

Re: What should be maximum size .EXE ideally ?

Hi Vilian ,

I never tried HRB files , could you please provide build script to generate HRB files. Thanks in advance...!

Thanks
Shridhar
by shri_fwh
Wed May 22, 2019 6:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: What should be maximum size .EXE ideally ?
Replies: 9
Views: 837

Re: What should be maximum size .EXE ideally ?

After I started use HRB files, my main EXE stopped in 8mb and we have more than 400 modules in our system. I only keep in the EXE the main modules, the majority is save as a HRB files.
by vilian
Tue May 21, 2019 2:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What should be maximum size .EXE ideally ?
Replies: 9
Views: 837
Next

Return to advanced search