Search found 284 matches: maximum

Return to advanced search

Re: Installation of mod_harbour as module or fastcgi handler

... 6.4 Disk Sequential 64.0 Write 90.37 MB/s 6.4 Average Read Time with Sequential Writes 0.551 ms 7.9 Latency: 95th Percentile 1.865 ms 7.8 Latency: Maximum 35.105 ms 7.9 Average Read Time with Random Writes 0.629 ms 8.6 What do you think about this values? Could this be the bottleneck? Please, can ...
by chrisiwien
Fri May 21, 2021 10:47 pm
 
Forum: mod_harbour
Topic: Installation of mod_harbour as module or fastcgi handler
Replies: 27
Views: 3055

Re: MySQL Tablas Temporales

Not correct
Code: Select all  Expand view

[CREATE TEMPORARY TABLE ]+cTable
 


Correct:
Code: Select all  Expand view

[CREATE TEMPORARY ]+cTable
 


Note:
Maximum length of field name is 64
by nageswaragunupudi
Tue Apr 27, 2021 8:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySQL Tablas Temporales
Replies: 3
Views: 491

Re: OT: data security

... ‘effortless action’ or ‘actionless action’. It means being at peace while engaged in the most frenetic tasks so that one can carry these out with maximum skill and efficiency. Something of the meaning of wu wei is captured when we talk of being ‘in the zone’ – at one with what we are doing, in ...
by Antonio Linares
Mon Apr 12, 2021 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: data security
Replies: 2
Views: 373

Adding a real time character count to a memo field dialog bx

... count when you start typing a memo field .. I have some long string text fields that I have to make sure the character count does not exceed the maximum table field length .. The reason I want to enforce a strict field limit is the text will eventually fit into an program generated e-mail. I ...
by Rick Lipkin
Mon Jul 20, 2020 2:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adding a real time character count to a memo field dialog bx
Replies: 7
Views: 881

Re: Print Colored Box

... usually uses the paper and assigns the rentals on the paper. My problem is that the beach scheme is created in 20 rows by 40 columns and a maximum of 800 positions (boxes) can be inserted even if generally in the plan of the beach there are in addition to the rentable elements also the ...
by Silvio.Falconi
Sat May 23, 2020 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print Colored Box
Replies: 5
Views: 702

Re: FWH 20.04 Help for xbrowser TRecSet vs ADO Recordset

Mr Rao, Thank you for the response. 5 bytes of code is the maximum allowed data length. in the realization of code data between 2 and 5 bytes. - I try to recover the data to 5 chars and still can't. "xcode := Trim( ors1:Code )" - try Trim () ...
by Mulyadi
Sun May 10, 2020 4:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 20.04 Help for xbrowser TRecSet vs ADO Recordset
Replies: 3
Views: 684

New FTDN April/Abril 2020 (FWH 20.04)

... indicates the starting date, DATA dLastDate indicates the last date of the selected range of the date: By default, a date range consititng a maximum 7 days can be seleted. Thils limit can be changed by setting a different value to data nMultiSelMaxDays. * All Controls: ReadOnly DATA uOriginalValue ...
by Antonio Linares
Sun May 03, 2020 12:41 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2020 (FWH 20.04)
Replies: 1
Views: 2226

Re: OT Optimizar query MySql

The resulting string of 1000 records exceeds the maximum length for the Group_Concat () function.

I will continue investigating to see if I manage to overcome the 3 seconds that I have achieved so far.

Many thanks for your support.
by FranciscoA
Thu Mar 05, 2020 12:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: OT Optimizar query MySql
Replies: 30
Views: 5406

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: 885

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: 885

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: 885

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: 885

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: 885

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: 885

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: 885
PreviousNext

Return to advanced search