Search found 397 matches: wonder

Return to advanced search

Re: xbrowse <-> Tree and viceversa

Otto, I'm really impressed with the answer. It opens our minds.

I wonder if you can follow up that same chat and ask to write sample code that implements those steps and then compare to how close to working code it produces.
by reinaldocrespo
Mon May 15, 2023 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse <-> Tree and viceversa
Replies: 12
Views: 745

Re: DTPICKER show 1 Year

... Control as i seem not to "react" on (any) Event :shock: --- i found in CLASS TCalendar   METHOD HandleEvent()  VIRTUAL i wonder as CLASS TDatePick did not have METHOD HandleEvent() which is about the same Control --- i have made a copy of CLASS TCalendar and include it ...
by Jimmy
Sat May 13, 2023 8:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DTPICKER show 1 Year
Replies: 5
Views: 273

Re: Error Excel

hi, believe that the problem in win XP, because in win 11 run ok. i wonder that People still use Windows XP ... you can try to "check" if Property / Method exist in older Excel Version FUNCTION __objHasData( oObject, cSymbol )   IF ! HB_ISOBJECT( ...
by Jimmy
Sun Apr 23, 2023 7:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error Excel
Replies: 15
Views: 1112

Re: Error Excel

hi, recien vengo de la casa del cliente, con estos cambios tambien me salio el mismo error. when Excel Object is valid i wonder that it fail when access Method --- what OS and which Office / Excel Version :?: does it crash when call Excel 1st Time or "later" when call Excel ...
by Jimmy
Fri Apr 21, 2023 4:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error Excel
Replies: 15
Views: 1112

MYSQL / MARIA MaintenanceTable(oCn, aNewStr, cTableName)

Hi all, I wonder if there is a method to be able to maintain tables without having to use something made by me, I'm an absolute beginner *------------------------------------------------------------------------------------------------FUNCTION ...
by mauri.menabue
Wed Apr 19, 2023 9:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MYSQL / MARIA MaintenanceTable(oCn, aNewStr, cTableName)
Replies: 2
Views: 289

Re: Unicode to UTF8

Hello Rao and so good to see you around. Yes, that will work and thank you so much for clarifying ANSI. No wonder my tests weren't working, I was misguided only looking at UTF. However, I was hoping I would not have to do hb_chr() to translate every single \u. But I like your ...
by reinaldocrespo
Thu Mar 23, 2023 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode to UTF8
Replies: 2
Views: 296

Re: Value of ACCELERATOR ACC_ALT "Key" ?

... at 'COLUMN'" testtcb3.prg(111) Error E0030 Syntax error "syntax error at 'COLUMN'" * Compile errors * --- nerveless i saw VK_F5 and wonder as i have total different Value #define VK_F5             0x74   ACCELERATOR ACC_ALT, VK_F5 my (working) Solution ...
by Jimmy
Wed Mar 22, 2023 3:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Value of ACCELERATOR ACC_ALT "Key" ?
Replies: 3
Views: 270

Disk activity when using a record

I wonder... (Antonio, ChatGPT is not accessible, to much hits at this time ))))) When a dbf is on a record I have the (BAD) habit of doing calculations like : nAankoop = artikel->new_bruto - (artikel->new_bruto * artikel->korting)/100 ...
by Marc Venken
Fri Feb 03, 2023 3:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disk activity when using a record
Replies: 1
Views: 233

Detect any activity of a window?

Hi,

I have a buttonbar and panel in a window. I use webview in panel. I can use eval class with webview.

I wonder Can I detect any manuel activity in this panel to reset timeout time.

Thanks.
by Horizon
Wed Dec 14, 2022 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Detect any activity of a window?
Replies: 4
Views: 424

Re: REDEFINE SAY on Buttonbar

Enrico Maria Giordano wrote:What's wrong with mine? At least it is simpler. Both codes use bPainted codeblock so they are equivalent.


It is working indeed... But I wonder why bPainted is needed ? What does it do ?
by Marc Venken
Tue Dec 06, 2022 10:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE SAY on Buttonbar
Replies: 33
Views: 2138

Re: REDEFINE SAY on Buttonbar

... Correct, but it is always interesting why some of us do things. Antonio, I wonder ..... Is this a temporary workaround or something that is going to change in next version ? Seemse strange that it takes extra lines of code ...
by Marc Venken
Tue Dec 06, 2022 10:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE SAY on Buttonbar
Replies: 33
Views: 2138

Re: SEARCH IN LARGE DATABASE VERY SLOW

... putting it all 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 ...
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: 662

Re: The more fancy Xbrowses the more slow they become ?

But mostly, I suggest leaving it to XBrowse, whether to Refresh() or RefreshCurrent() XBrowse knows it better. Let us not interfere. Now I wonder ..... I think I do some refresh to much then ? Are these refresh OK ? :bChange := { || nSecs := SECONDS(), Scope("factinfo","document","factart","factart"),oBrw[6]:refresh() ...
by Marc Venken
Sat Nov 05, 2022 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The more fancy Xbrowses the more slow they become ?
Replies: 8
Views: 499

Re: bOr / nOr : how to "add" Constante under FiveWin

hi, i wonder ... #define LVCF_FMT              0x01#define LVCF_SUBITEM          0x08#define LVCF_TEXT             0x04#define LVCF_WIDTH            0x02PROCEDURE TESTLOCAL nTest1,nTest2   nTest1 := nor(LVCF_FMT,LVCF_WIDTH,LVCF_TEXT,LVCF_SUBITEM)  ...
by Jimmy
Tue Oct 18, 2022 1:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bOr / nOr : how to "add" Constante under FiveWin
Replies: 8
Views: 440

Re: Display thumbnails of pdfs

... tracks system small icon metric correctly#if (NTDDI_VERSION >= NTDDI_VISTA)#define SHIL_JUMBO          4   // normally 256x256  p.s. i wonder that FiveWin have only 2 Listview Sample and no LVS_REPORT Style
by Jimmy
Sun Oct 16, 2022 12:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display thumbnails of pdfs
Replies: 33
Views: 2489
PreviousNext

Return to advanced search