Search found 55 matches: myfunction

Return to advanced search

Re: Full page loading

Dear Natter,

<body onload="myFunction()">

https://www.w3schools.com/jsref/event_onload.asp
by Antonio Linares
Thu Feb 02, 2023 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Full page loading
Replies: 1
Views: 211

Re: get problem not execute ON CHANGE command

karinha, allready tried static dDataIniApp,dDataFinApp,lShowNumeri,lshowPagamenti //because are DATA variables ON CHANGE ( MyFunction(dDataIniziale,dDataFinale) ) Function MyFunction(dDataIniziale,dDataFinale) local dtemp1:= txt_to_date( dDataIniziale) local dtemp2:= txt_to_date( dDataFinale) ...
by Silvio.Falconi
Wed Apr 08, 2020 10:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: get problem not execute ON CHANGE command
Replies: 7
Views: 637

Re: Nuevo bug: IsKindOf

... := ::oEditGet:IsKindOf( "TMULTIGET" ) No en el nGet = AScan. Tengo una función que llamo en oBrowse:bKeyDown :={ | nKey | myfunction() }, y falla al evaluar ::oEditGet:IsKindOf( "TMULTIGET" )[/code] Muchas gracias.
by MOISES
Wed Jan 22, 2020 9:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo bug: IsKindOf
Replies: 6
Views: 846

Re: loading order of libraries

... jQuery wrapper or inside an IIFE won't be available for code outside of the wrapper if you need them to be available outside, you can use: window.myFunction = function(arg1, arg2) { // your code here };
by Otto
Sat Dec 28, 2019 5:59 pm
 
Forum: mod_harbour
Topic: loading order of libraries
Replies: 2
Views: 495

Re: add one method

what mean for MessageName
I must add a new function to a class
EXTEND CLASS TXXX WITH [MESSAGE <MessageName>] METHOD Myfunction()
by Silvio.Falconi
Wed Apr 17, 2019 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: add one method
Replies: 3
Views: 776

Error on Bpainted of BTNBMP

I try yo resize a dialog on this dialog I have btnbmp where I call a Myfunction on bPainted it write the number at the left bottom of btnbmp I have also an oldest fwh to write the numbers I use this function FUNCTION DrawText2( hDC, hFont, nBkMode, cText, ...
by Silvio.Falconi
Wed Aug 01, 2018 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on Bpainted of BTNBMP
Replies: 3
Views: 480

help for a value

I must show ten images each image name is img_name := "Image_" + hb_ntos( i ) If call myfunction() the value of nvalu e is the same why ? count:= 10 nvalue:= 0 col:= 10 nRow:= 10 For i := 1 TO count img_name := "Image_" + hb_ntos( i ) @ nRow, Col IMAGE ...
by Silvio.Falconi
Fri Jan 26, 2018 12:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: help for a value
Replies: 3
Views: 648

Re: Column Function in XBROWSE

Speed depends purely on the implementation of the function. why in a XBROWSE 'dAAAAMMGGadata(DATA)' works and 'MYFUNCTION(DATA1)' no ? If the function is a public function ( i.e., not a static function ) and all parameters are either public/private or field variables, "MYFUNCTION(PARAMETERS)" ...
by nageswaragunupudi
Fri Oct 13, 2017 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Column Function in XBROWSE
Replies: 10
Views: 1777

Re: Column Function in XBROWSE

thank you Mr.Rao
but is very slowly with codeblock.

why in a XBROWSE 'dAAAAMMGGadata(DATA)' works and 'MYFUNCTION(DATA1)' no ?
by damianodec
Fri Oct 13, 2017 2:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Column Function in XBROWSE
Replies: 10
Views: 1777

Re: Column Function in XBROWSE

COLUMNS "ONE", "TWO", "A", "B", { || MYFUNCTION(fieldC) } ;
by nageswaragunupudi
Fri Oct 13, 2017 2:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Column Function in XBROWSE
Replies: 10
Views: 1777

Re: Column Function in XBROWSE

hi Enrico, thank you for your help but if I remove single quote xbrowse goes in myfunction only one time. I changed my prg: ...oYORD := FW_OpenRecordSet( oCn, tuple, 1 )oYORD:MoveFirst()DEFINE DIALOG oDlg2 SIZE 800,500 PIXEL  FONT oFont;STYLE nOR( ...
by damianodec
Fri Oct 13, 2017 7:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Column Function in XBROWSE
Replies: 10
Views: 1777

Column Function in XBROWSE

... 1 )@ 40,10 XBROWSE oBrw SIZE -10,-50 PIXEL ;RECORDSET oRs ;      COLUMNS "ONE", "TWO", "A", "B",  'MYFUNCTION(fieldC)' ;      OF oDlg2  ....FUNCTION MYFUNCTION(fieldC)local x = 0x = fieldc * xreturn x  but in xbrowse I get costant MYFUNCTION(fieldC) ...
by damianodec
Thu Oct 12, 2017 3:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Column Function in XBROWSE
Replies: 10
Views: 1777

Recall a HIDDEN window from taskmanager

... I want to put it back into focus with a Key (or key combination) This are some topics, but none that I can get to work. 1. SetKey( K_ALT_T, { || MyFunction() } ) 2. SETKEY(ASC("Y"), {|| IIF(GetKeyState(VK_CONTROL), EVAL( {|| MyFunction (oTimer,oMain) } ), NIL) } ) The 2. version works ...
by Marc Venken
Tue Mar 28, 2017 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Recall a HIDDEN window from taskmanager
Replies: 5
Views: 777

Re: xbrowse click clause

Marc,

You can do:

oXbrowse:bLCLicked = { | nRow, nCol, nFlags | MyFunction() }
by Antonio Linares
Mon Jun 27, 2016 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse click clause
Replies: 2
Views: 428

Re: ButtonBar in resource ?

... button bar control when it's a separate function, and that can be a lot of variables. This can be solved this way: ACTIVATE DIALOG oDlg ON INIT myFunction( oCustomer ) James
by James Bott
Tue Mar 24, 2015 4:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBar in resource ?
Replies: 18
Views: 8114
Next

Return to advanced search