Search found 90 matches: pcount

Return to advanced search

Re: SkinButton() Problem

... " (double) to ´ (Single) online while " make "red Color" in Source have test your Version but it still crash :( --- i use IF PCOUNT() > 0 to show that HB_FUNC() does work if NOT use SkinButtons() but when pass "any" Parameter, PCOUNT() > 0 , to enable CODE ...
by Jimmy
Sat Apr 15, 2023 9:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SkinButton() Problem
Replies: 19
Views: 960

problemas al linkear

Hola. usando harbour y Fwh la ultima. Me arroja estos errores: [1]:iLink32.Exe -Gn -q -aa -Tpe -x @testMaria.bcl Error: Unresolved external 'WinMain' referenced from X:\HARB\BCC7\LIB\C0W32.OBJ Error: Unresolved external '_hb_vmProcessSymbols' referenced from X:\PROYECTOS\TEST\MARIA\OBJ\MARIA.OBJ Err...
by goosfancito
Thu Feb 04, 2021 9:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: problemas al linkear
Replies: 6
Views: 442

Re: Controlar tamaño ventana cGetfile

Ramón, Según esta documentacion de Microsoft: https://docs.microsoft.com/en-us/windows/win32/api/commdlg/ns-commdlg-openfilenamea hay que usar OFN_ENABLESIZING para poder redimensionar la caja de diálogo. Este valor lo recibe la función cGetFile() en el séptimo parámetro: DWORD dwFlags =...
by Antonio Linares
Wed Dec 30, 2020 2:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Controlar tamaño ventana cGetfile [SOLUCIONADO]
Replies: 13
Views: 998

Re: About TCalendar

Now I tried with ::oDtPick := MyCalendar():New( 30, 1, { | u | If( PCount()==0, ::dDateStart, ::dDateStart:= u ) }, nil,oPanel, 200, 160,,,,, .F.,, .T.,, .F., .F.,,,,,, .F., .T., .T., .F. ) ::oDtPick:bViewChanged := {|Self,nOld,nNew| iif(nNew<MCMV_YEAR,::SetCurrentView(MCMV_YEAR),) ...
by Silvio.Falconi
Tue Dec 29, 2020 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: About TCalendar
Replies: 16
Views: 2781

Re: About TCalendar

... @ 40, 15 CALENDAR ::oDtPick VAR ::dDateStart OF oPanel PIXEL SIZE 220, 157 WEEKNUMBER DAYSTATE ::oDtPick := MyCalendar():New( 40, 10, { | u | If( PCount()==0, ::dDateStart, ::dDateStart:= u ) }, nil,oPanel, 700, 520,,,,, .F.,, .T.,, .F., .F.,,,,,, .F., .T., .T., .F. ) ::oDtPick:bViewChanged := ...
by Silvio.Falconi
Tue Dec 29, 2020 10:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: About TCalendar
Replies: 16
Views: 2781

Re: Capturar parámetros llamado desde prg

postinelli y karinha, gracias por responder

Pero la función pcount() cuenta los parámetros, pero como los capturo? cual es el array que cuenta?

Gracias
by leandro
Thu Feb 20, 2020 9:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Capturar parámetros llamado desde prg SOLUCIONADO
Replies: 8
Views: 1486

Re: Capturar parámetros llamado desde prg

PCOUNT() Determine the position of the last actual parameter passed ------------------------------------------------------------------------------ Syntax PCOUNT() --> nLastArgumentPos Returns PCOUNT() returns, as an integer ...
by postinelli
Thu Feb 20, 2020 8:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Capturar parámetros llamado desde prg SOLUCIONADO
Replies: 8
Views: 1486

Re: Import Chinese Characters from XLS

... -4130 REQUEST DBFCDX REQUEST DBFFPT function Main() local oSay , ; oSay2 , ; cSay := "" , ; cSay2 := '' , ; oFont , ; oMenu , ; oIcon IF PCOUNT()<1 cDebug := "" ENDIF // Init... lAds := .F. Pbuild := "20190205-1634" cRdd1 := "DBFCDX" cString := "ABCDEFGHIJKLMNOPQRSTUVWXYZ" ...
by cdmmaui
Thu Feb 21, 2019 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Import Chinese Characters from XLS
Replies: 4
Views: 949

FWH 18.08: Gets with loop variable as array subscript

...     nRow  += 30   next  But this does not work. We get a runtime error. Reason: For every Get, its bSetGet codeblock is assigned with { |u| If( PCount() == 0, aValues[ n ], aValues[ n ] := u ) }. During runtime this codeblock is evaluated with the value of 'n', which is always nLen+1 and array ...
by nageswaragunupudi
Thu Sep 27, 2018 6:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.08: Gets with loop variable as array subscript
Replies: 15
Views: 2463

Re: Multiple Dimension Array in Combobox

... := "", aReturn := {}, cDat1 := "", cDat2 := "", cDat3 := "", cToday := "", cYr, cMon, cDay IF PCOUNT()<1 cSqlTable := "" ENDIF AADD( aReturn, "" ) IF EMPTY(cSqlTable) RETURN aReturn ENDIF cSqlTable := UPPER( cSqlTable ) ...
by joseluisysturiz
Sun May 27, 2018 2:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Dimension Array in Combobox
Replies: 24
Views: 4026

Re: Multiple Dimension Array in Combobox

... := "", aReturn := {}, cDat1 := "", cDat2 := "", cDat3 := "", cToday := "", cYr, cMon, cDay IF PCOUNT()<1 cSqlTable := "" ENDIF AADD( aReturn, "" ) IF EMPTY(cSqlTable) RETURN aReturn ENDIF cSqlTable := UPPER( cSqlTable ) ...
by cdmmaui
Sat May 26, 2018 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Dimension Array in Combobox
Replies: 24
Views: 4026

Listbox strange problem

... "" , ; cSearchK := SPACE(40) , ; aSearch := {} , ; aGet[03] , ; cLb1 := 'File' // Client... _Client( cComp ) // Application call... IF PCOUNT()<2 MsgAlert( "Application Call not valid", PA[04] ) RETURN nil ENDIF // Index... IF ! NdxChk() QUIT ENDIF // Init... cLb1 := IF( ...
by cdmmaui
Wed May 23, 2018 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox strange problem
Replies: 2
Views: 728

Re: Catching HB_CompileFromBuf() errors

How I discovered it: function HB_CompileFromBuf() is declared in c:\harbour\src\compiler\hbcmplib.c and it makes this call: hb_compGenArgList( 2, hb_pcount(), &argc, &argv, &pIncItem, &pOpenFunc, &pMsgFunc ); Notice the 2. In hb_compGenArgList() we find this code:   if( pMsgF...
by Antonio Linares
Mon Apr 02, 2018 3:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Catching HB_CompileFromBuf() errors
Replies: 1
Views: 871

Re: funciones de FWH y Harbour en un archivo .txt

... Payment(<nLoan>,<nInterestRate>,<nPeriods>)->nPayment PCol()->nColumn PCount()->nLastArgumentPos Periods(<nLoan>,<nPayBack>,<nInterestRate>)->nDuration Pi()->nPi PosAlpha(<cString>,[<lNoAlpha>],[<nSkipChars>])->nPos ...
by rubenfernandez01
Sun Oct 22, 2017 4:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5710
Next

Return to advanced search