Search found 38 matches: excessive

Return to advanced search

Re: xbrowse excessive lines

I still see the vertical lines in the browse how can I not see the excessive line This is because you yourself set : oBrw:lColDividerComplete := .t. If you did not set this you will not see the vertical lines below the datarows. thankss https://i.postimg.cc/Hnzscr4X/correct.png
by Silvio.Falconi
Fri Nov 22, 2024 9:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse excessive lines
Replies: 2
Views: 353

Re: xbrowse excessive lines

I still see the vertical lines in the browse how can I not see the excessive line


This is because you yourself set :
Code: Select all  Expand view  RUN
oBrw:lColDividerComplete := .t.

If you did not set this you will not see the vertical lines below the datarows.
by nageswaragunupudi
Fri Nov 22, 2024 9:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse excessive lines
Replies: 2
Views: 353

xbrowse excessive lines

... lines type 2 is 10 lines when I switch to mode 2 and previously I used mode 1 I still see the vertical lines in the browse how can I not see the excessive lines? nTipo =1 https://i.postimg.cc/J72hLLF6/primo.png ntipo =2 https://i.postimg.cc/TPfd9Yyw/secondo.png ...
by Silvio.Falconi
Fri Nov 22, 2024 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse excessive lines
Replies: 2
Views: 353

Re: Bug Maria_Connect() FWH-24.07 64 bits ???

... state before and after every operation involving the stack (`hb_stackPush()`, `hb_stackPopState()`). Ensure the stack is not too deeply nested, as excessive nesting can cause a stack overflow in 64-bit: [/code] if (hb_stackBaseItem() == NULL || hb_stackSelfItem() == NULL) { // Handle stack corruption ...
by nnicanor
Wed Sep 25, 2024 2:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
Replies: 37
Views: 3088

Re: a folder into a dialog

... a good experience, even if it’s not the full dynamic experience. Visual Consistency: Minimize Empty Space: Set a minimum height for tabs to avoid excessive white space when switching to tabs with less content. This maintains a visually balanced interface. Responsive Design: Ensure the layout is ...
by Otto
Thu Jun 13, 2024 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a folder into a dialog
Replies: 28
Views: 2749

Re: Conversion from ca-clipper ( not found a variable)

... I always DECLARE: FIELD, LOCAL, MEMVAR, PRIVATE (I don't use it much) I prefer MEMVAR in Combination with PRIVATE, of course, I don't make excessive use of PRIVATES and PUBLIC, I use it only in exceptional cases. The only one that I'm not used to using, because I don't understand how it ...
by karinha
Wed Mar 02, 2022 9:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 6743

Re: EasyReport progress?

... we do, in fact, have internet issues. My connection is good but many of my clients have very poor service. The cost for a hardwired connection is excessive for many companies. If there is not a cable to their building, it can cost in excess of $35,000 US to have just a cable run. Otherwise they ...
by TimStone
Mon Mar 29, 2021 8:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EasyReport progress?
Replies: 86
Views: 12472

Re: FOR EACH excessive nesting!

Dear Antonio,
I was linking an old ScrollPanel class from 2009.
The class is now inside Fivewin.
Now as I deleted this class all is working fine.
Thank you and best regards
Otto
by Otto
Wed Jan 09, 2019 5:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOR EACH excessive nesting! - resolved
Replies: 4
Views: 624

Re: FOR EACH excessive nesting!

Dear Antonio,
thank you.
I shall do this and give you feedback.
Best regards,
Otto
by Otto
Wed Jan 09, 2019 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOR EACH excessive nesting! - resolved
Replies: 4
Views: 624

Re: FOR EACH excessive nesting!

Otto,

Are you using the same computer that I connected to ?

Please remove FWH folder entirely and reinstall it again from zero.

My guess is that there are wrong header files around.
by Antonio Linares
Wed Jan 09, 2019 10:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOR EACH excessive nesting! - resolved
Replies: 4
Views: 624

FOR EACH excessive nesting! - resolved

Dear Antonio,
I updated the FIVEWIN libs. Now I get "FOR EACH excessive nesting! Unrecoverable error 9000.
I have never seen such an error.
Can you please help me where to start searching the error.
Thank you in advance
Otto
by Otto
Wed Jan 09, 2019 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOR EACH excessive nesting! - resolved
Replies: 4
Views: 624

Re: TIpClientHttp()

Hi, For HBTIP Users WARNING for HBTIP users ======================= Due to the excessive amount of problem reports and long known (and unfixed) problems and due to the non-trivial nature of internet protocols, this document _strongly recommends to avoid_ using ...
by Carles
Wed Jan 02, 2019 12:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TIpClientHttp()
Replies: 8
Views: 2091

Re: Automated download of pictures

Programming is (among other things) a trade off between compactness and readability. Don't be tempted by excessive compactness and less readabilty. Oneliner instruction such that is a double cut knife. Use it with care.

EMG
by Enrico Maria Giordano
Wed Mar 08, 2017 1:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Automated download of pictures
Replies: 20
Views: 4663

Re: pagers for xBrowse

... the times that the data column is reads, you can see the column "4", the optimum should be 5 The question is whether XBrowse does an excessive data access resulting in reduced performance. Reading the same record any number of times should not affect performance because this is read ...
by nageswaragunupudi
Wed May 18, 2016 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: pagers for xBrowse
Replies: 14
Views: 4238
Next

Return to advanced search