Search found 398 matches: twice

Return to advanced search

Re: New FWH 24.02

Dear Michel,

Are you using Google Chrome ?

I just tested your login and password from here and it worked fine. It just requested to identify twice

Please try it again, thanks
by Antonio Linares
Sat Mar 09, 2024 1:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.02
Replies: 35
Views: 6922

Re: Calculate total pages

... - `oDevice := PrintBegin(...)`: Initializes a new print job with various parameters (like document name, printer setup, etc.). This is done twice, once presumably for a regular printer and once for a PDF printer. 4. **Document and Page Initialization:** - `StartDoc(oDevice:hDC, oDevice:cDocument)`: ...
by Otto
Fri Nov 24, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5857

Re: Text paste event

For me oGet:bChange is working in TGet class when any text is pasted into the Get.
(But for me the problem is bChange is evaluated twice in case of Get)

Can you please check again?
by nageswaragunupudi
Tue May 30, 2023 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Text paste event
Replies: 7
Views: 299

Re: A simple LLM using Harbour's hashes

Dear Antonio, Here, with a passing knowledge base, you see, I ask the same question twice. By sending the knowledge base, I also receive a perfect response. What I would like is to send the entire FIVEWIN documentation, but it is much larger than the 4000 tokens. ...
by Otto
Tue May 16, 2023 7:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A simple LLM using Harbour's hashes
Replies: 6
Views: 423

Re: GET which twice Function

hi, you are right, just call Function in VALID    VALID ( CheckRecno( oBrwDBF, oGet, nVar ), .t. )STATIC PROCEDURE CheckRecno( oBrwDBF, oGet, nVar )   IF nVar <> RECNO()      GOTO( nVar )      oBrwDBF:refresh()      oBrwDBF:SetFocus()   E...
by Jimmy
Wed Apr 12, 2023 5:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET which twice Function
Replies: 2
Views: 205

Re: GET which twice Function

@ 0, 672 GET    oGet VAR nVar PICTURE "999999" SIZE 96, 48 PIXEL RIGHT OF oBar;            FONT oFontDefault ;            COLOR BFcolor, BGcolor ;        ACTION oBrwDBF:Goto(oGet:Value) BITMA...
by cmsoft
Wed Apr 12, 2023 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET which twice Function
Replies: 2
Views: 205

GET which twice Function

hi, i have a GET to "show" RECNO()   0, 672 GET oGet VAR nVar PICTURE "999999" SIZE 96, 48 PIXEL RIGHT OF oBar ;            FONT oFontDefault ;            COLOR BFcolor, BGcolor ;            VALID (.T.)   oBrwDBF:bChange := { || SayStatusDBF(oBrwDBF,oGet,@nVar...
by Jimmy
Wed Apr 12, 2023 2:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET which twice Function
Replies: 2
Views: 205

Re: using Function twice with Object as Parameter ?

hi James, thx for Answer to use a Function twice (or more) is not Problem ... IF Function is "short" and "quick" but i have to do a lot in Function and have a Variable "ii" in a FOR / NEXT   FOR ii := 1 TO nMax    ...
by Jimmy
Tue Feb 28, 2023 5:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: using Function twice with Object as Parameter ?
Replies: 2
Views: 234

Re: using Function twice with Object as Parameter ?

Jimmy, I'm not sure I understand what you want to do but here is an example of adding a new sale amount to a oCustomer object using a function. Note that a customer object exists until you end it. Function addSale( oCustomer, nNewSale )   oCustomer:TotalSales := oCustomer:TotalSales: + nNewS...
by James Bott
Mon Feb 27, 2023 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: using Function twice with Object as Parameter ?
Replies: 2
Views: 234

using Function twice with Object as Parameter ?

hi,

i do want to use Thread which are call a Function.
i use Thread to "fill" Imagelist of Object and all in Function use Object ... except FOR ii

Question : will ii be "manipulate" by 2nd Thread when called twice :?:
by Jimmy
Mon Feb 27, 2023 4:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: using Function twice with Object as Parameter ?
Replies: 2
Views: 234

Re: WebView window

Where in the program do I call Webview():New() twice ?
by Natter
Mon Dec 26, 2022 7:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView window
Replies: 16
Views: 996

Re: WebView window

You are calling TWebView():New() twice

why ?
by Antonio Linares
Mon Dec 26, 2022 7:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView window
Replies: 16
Views: 996

Re: Combinaciones de letras

... + fact(7) // --> 13,650  FACT(n) is a function in CTLIB, which gives factorial of n. However the alphabet "E" is repeated twice resulting in some duplicate results. Ignoring such duplicates, we get 95 combinations finally resulting in 8,553 total permutations. Program to ...
by nageswaragunupudi
Thu Dec 22, 2022 8:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Combinaciones de letras
Replies: 12
Views: 1000

Re: Logo on MDI window.

... nil  the child window gets under the bar but it should go all the way to the bar, also when I restore the bar I have to press the button twice to make the bar appear again.
by Silvio.Falconi
Thu Nov 10, 2022 12:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Logo on MDI window.
Replies: 10
Views: 888

Why am I able to define same function twice in javascript?

... definitions. Functions in JavaScript are Objects https://stackoverflow.com/questions/33973987/why-am-i-able-to-define-same-function-twice-in-javascript
by Otto
Mon Sep 26, 2022 9:59 am
 
Forum: mod_harbour
Topic: Why am I able to define same function twice in javascript?
Replies: 0
Views: 331
Next

Return to advanced search