Search found 310 matches: min

Return to advanced search

Re: Display thumbnails of pdfs

... pszText; int cchTextMax; int iSubItem; #if (_WIN32_IE >= 0x0300) int iImage; int iOrder; #endif #if _WIN32_WINNT >= 0x0600 int cxMin; // min snap point int cxDefault; // default snap point int cxIdeal; // read only. ideal may not eqaul current width if auto sized (LVS_EX_AUTOSIZECOLUMNS) ...
by Antonio Linares
Sun Oct 16, 2022 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display thumbnails of pdfs
Replies: 33
Views: 2534

Re: Harbour CGI

... net::ERR_ABORTED 404 (Not Found) modharbour.exe:35 GET https://winhotel.org/cgi-bin/assets/js/jquery.min.js net::ERR_ABORTED 404 (Not Found) modharbour.exe:10 GET https://winhotel.org/cgi-bin/assets/css/styles.css net::ERR_ABORTED 404 (Not Found) modharbour.exe:36 ...
by Otto
Tue Sep 20, 2022 3:12 pm
 
Forum: mod_harbour
Topic: Harbour CGI
Replies: 19
Views: 6450

Re: Como obtener un valor promedio con un query

Saludos
Puedes utilizar la función SELECT AVG(FIELD) FROM TABLE
Para promedio intervalos entre fechas, ejemplo dias de frecuencia de compras de un cliente

SELECT DATEDIFF(MAX(DOC_FECHA), MIN(DOC_FECHA)) / (COUNT(DOC_FECHA) - 1) AS DIAS_FREC FROM XTABLE
by jnavas
Wed Apr 27, 2022 10:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como obtener un valor promedio con un query
Replies: 7
Views: 458

Re: USAR IMPRESORA FISCAL BERMATECH EN VENEZUELA EN PDV

... // Serie de la Impresora cRif AS LPSTR,; // Rif cDias AS LPSTR,; // Dia cMes AS LPSTR,; // Mes cAno AS LPSTR,; // Año cHora AS LPSTR,; // Hora cMin AS LPSTR,; // Min cSeg AS LPSTR,; // Seg cCupon AS LPSTR ) AS LONG PASCAL; FROM "Bematech_FI_AbreNotaDeCredito" LIB oDp:nBemaDLL /* Bematech_FI_AbreNotaDeCredito( ...
by jnavas
Wed Apr 27, 2022 9:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: USAR IMPRESORA FISCAL BERMATECH EN VENEZUELA EN PDV
Replies: 21
Views: 8044

Re: ListBox Input Field Scrolling........

... } oBrw:SetArray( aAcc_No, aAcc_Desc, aTrn_AmtD, aTrn_AmtC ) oBrw:bSkip := { |nWant, nOld| nOld:=nItem, nItem+=nWant, ; nItem := max( 1, min( nItem, eval( oBrw:bLogicLen ))), nItem - nOld } oBrw:bLDblClick:= {|| W_21AEU(oBrw,nItem,mMode,oDlg)} oBrw:bKeyDown := {|nKey| If(nKey=13,W_21AEU(oBrw,nItem,mMode,oDlg), ...
by RiazKhan
Fri Apr 15, 2022 9:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ListBox Input Field Scrolling........
Replies: 2
Views: 263

Re: Problema GET SPINNER

LOCAL oGdia, nRo_Dias := 0 REDEFINE GET oGdia VAR nRo_Dias PICTURE "99" ID 1020 OF oDlg SPINNER MIN 1 MAX 30 UPDATE Joao, lo intente como indicaste pero tampoco funciona Leandro: Seguramente estas usando la clausula ON CHANGE, cámbiala por VALID. Si Armando, efectivamente ...
by leandro
Thu Feb 17, 2022 10:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema GET SPINNER
Replies: 6
Views: 350

FW ToolX

Video: How to create with FW toolX in 8 min. a fully working mod harbour FORM.

https://mybergland.com/fwforum/fwtoolx.mp4
by Otto
Wed Oct 27, 2021 11:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW ToolX
Replies: 0
Views: 266

Re: Finding the elements of an array in another array

I do not know anything about AI. Confining myself to the programming part relating to lines and cubes (3d geometry), purely out of academic interest. We can use any of the functions hb_jsonEncode(), hb_ValToExp(), ValToPrgExp() of FW_ValToExp(). All these ...
by nageswaragunupudi
Tue Aug 24, 2021 4:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Finding the elements of an array in another array
Replies: 9
Views: 863

SVG QRCodes

... a video. The video is 1 hour and in raw format. But you can see how we simplify development with HARBOURINO. Please see starting from 3.12 min how we convert a HTML to mod Harbour. -------------------------------------------------------------- Problem - we need to create SVG QR Codes from ...
by Otto
Thu May 13, 2021 9:31 pm
 
Forum: mod_harbour
Topic: SVG QRCodes
Replies: 0
Views: 243

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: 492

Re: problems after update to MacOs 11.1 (Big Sur)

your app not run in my mac . For compile have you used --mmacosx-version-min=10.3 ? This is important . Compile your app with thas flag and forward it to me. your gcc line see : gcc $(PRG_OBJS) -o $(CONT_PATH)/MacOS/Plantenkennis --mmacosx-version-min=10.3 -L$(FIVEMAC_PATH)/lib ...
by mastintin
Tue Jan 26, 2021 8:43 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: problems after update to MacOs 11.1 (Big Sur)
Replies: 11
Views: 2399

Re: problems after update to MacOs 11.1 (Big Sur)

to force minimum version to compile add this flag :
-mmacosx-version-min=10.12 ( for 10.12 for sample )
This limit your app to macox10.12 and higher.
I use 10.13 if you need to know if an app works, I have no problem testing it.
cheers.
by mastintin
Mon Jan 25, 2021 7:58 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: problems after update to MacOs 11.1 (Big Sur)
Replies: 11
Views: 2399

Re: Peer to Peer, NAS and NTX -> CDX

Image

Seems to be slow ?

5 min later : 88 - 375
15 min 82 - 389
73 - 126
92 - 181

NetCards are 1 Gig.
by Marc Venken
Thu Dec 17, 2020 11:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Peer to Peer, NAS and NTX -> CDX
Replies: 41
Views: 3684

Re: Resize dialog

... first, we use a handful of media queries to create sensible breakpoints for our layouts and interfaces. These breakpoints are mostly based on minimum viewport widths and allow us to scale up elements as the viewport changes. Bootstrap primarily uses the following media query ranges—or breakpoints—in ...
by Otto
Thu Oct 22, 2020 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resize dialog
Replies: 16
Views: 1790

XbrGetDate and Segoe fonts

Now I use XbrGetDate of Nages on my application because you can set the min and max date to Show. On XbrGetDate function there are two buttons create with strange characters these character are created if there is Segoe fonts On windows Seven there is not segoe ...
by Silvio.Falconi
Sat Apr 04, 2020 3:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XbrGetDate and Segoe fonts
Replies: 3
Views: 553
PreviousNext

Return to advanced search