Search found 695 matches: nor

Searched query: nor

by Silvio.Falconi
Fri Feb 07, 2025 1:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: AEvalWhen problems RESOLVED
Replies: 1
Views: 314

AEvalWhen problems RESOLVED

... 0, 16, , .t.)


DEFINE DIALOG oDlg SIZE nWd, nHt PIXEL TRUEPIXEL ;
FONT oFont TiTle "Account Invio" COLOR CLR_BLACK, DLG_nColorDlg ;
STYLE nOR( DS_MODALFRAME, WS_POPUP, WS_CAPTION, WS_SYSMENU, ;
WS_MINIMIZEBOX)

@ nRow, 320 SAY oSay[1] PROMPT "email" SIZE 100,25 PIXEL OF oDlg TRANSPARENT ...
by karinha
Tue Jan 28, 2025 1:24 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Color de fondo y texto a los campos TEXTO (MEMO)
Replies: 5
Views: 824

Re: Color de fondo y texto a los campos TEXTO (MEMO)

... SPACE(256)
LOCAL aGet := ARRAY(5)

SET EPOCH TO 1920
SET CENTURY ON

DEFINE DIALOG oDlg FROM 1, 1 TO 600, 800 ;
TITLE "Hello Gets!" ;
STYLE nOr(WS_POPUP, ;
WS_VISIBLE, ;
WS_CAPTION, ;
WS_THICKFRAME, ;
WS_SYSMENU, ;
WS_MINIMIZEBOX, ;
WS_MAXIMIZEBOX) ;
PIXEL OF oWnd && Defined by Pixels ...
by CARLOS ATUNCAR
Fri Jan 24, 2025 4:29 pm
Forum: FiveWin para Harbour/xHarbour
Topic: WEBVIEW2 una observación
Replies: 6
Views: 1105

WEBVIEW2 una observación

... notice.html?deuda="+importe+"&vencimiento="+vencimiento


DEFINE WINDOW oWnd FROM 0,0 TO 50,60 TITLE "AVISO DE VENCIMIENTO DE SERVICIOS" STYLE nOr(WS_SYSMENU)
oWnd:Show()
oWebView = TWebView2():New( oWnd )
oWebView:Navigate( cUrl )
oWebView:SetUserAgent( "Mozilla/5.0 (Linux; Android 6.0; Nexus ...
by George
Fri Dec 13, 2024 8:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ADS licences directly from SAP?
Replies: 6
Views: 1712

Re: ADS licences directly from SAP?

... ADS) database is great database comparable to any SQL in my opinion. The truth is that for many years it has no longer been available for sale nor does it receive support from the SAP company. I remember that at some point they offered a one-user evaluation version, fully functional, without ...
by Enrico Maria Giordano
Sat Oct 05, 2024 7:18 am
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2024 (FWH 24.09)
Replies: 5
Views: 2889

Re: New FTDN September/Septiembre 2024 (FWH 24.09)

What is xmath.a for? I don't have nor need it. I think it is not required.
by karinha
Tue Sep 24, 2024 6:31 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Demo version
Replies: 29
Views: 5345

Re: Demo version

Silvio, you are absolutely right. I'm not part of the FiveTech Staff, nor do I want to be. I don't even speak Spanish... hahahaha. But Silvio, be SURE OF ONE THING: IT IS AN HONOR to belong to the BIGGEST FORUM IN THE WORLD OF FIVEWIN!

Silvio, tienes toda la razón. No soy parte del Staff de FiveTech ...
by TimStone
Tue Sep 24, 2024 6:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Demo version
Replies: 29
Views: 5345

Re: Demo version

... I did things in the past. It also would be quite useful for me to save examples that we see posted here in the forum.

I did not mention your name, nor do I believe there has ever been a place on this forum where I have been critical of you. I have no interest in accusing people, but you, yourself ...
by Jimmy
Sat Sep 21, 2024 3:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: GOT 64 Bit Version running
Replies: 20
Views: 3328

Re: GOT 64 Bit Version running

hi,
I tried your sample with MSC32, MSC64, BCC32 and BCC64: no errors nor warnings. Can I see your compile batch?
showerr.bat
set bcc=bcc770
set path=c:\%bcc%\bin
set HB_USER_CFLAGS=-Ic:\%bcc%\INCLUDE\windows\crtl -Ic:\%bcc%\INCLUDE\windows\sdk -Lc:\%bcc%\LIB
set HB_USER_LDFLAGS=-Lc:\%bcc%\LIB;c ...
by Enrico Maria Giordano
Fri Sep 20, 2024 5:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: GOT 64 Bit Version running
Replies: 20
Views: 3328

Re: GOT 64 Bit Version running

I tried your sample with MSC32, MSC64, BCC32 and BCC64: no errors nor warnings. Can I see your compile batch?
by chiaiese
Mon Sep 02, 2024 8:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: scrollbars on tFolderEx
Replies: 26
Views: 5227

Re: scrollbars on tFolderEx

... for n = 1 to nLen

#ifdef RECINFORMATICA // 30/08/2024
default lHBar := .f.
default lVBar := .f.
DEFINE DIALOG oDlg OF Self STYLE nOR( WS_CHILD, If( ! ::oWnd:IsKindOf( "TDIALOG"), WS_CLIPCHILDREN, 0 ),;
if(lHBar, WS_HSCROLL, 0), if(lVBar, WS_VSCROLL, 0));
FROM 0, 1 TO ::nHeight ...
by RiazKhan
Thu Aug 22, 2024 4:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ListBox Input Field Scrolling........
Replies: 2
Views: 1762

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

... nil
oBrw:oHScroll:SetPos(nCol)
Endif
oBrw:Refresh(.F.)
ENDIF

DEFINE DIALOG oDlg FROM aDim[ 1 ], aDim[ 2 ] TO aDim[ 3 ], aDim[ 4 ] ;
STYLE nOR( WS_VISIBLE, WS_POPUP ) PIXEL

IF oBrw:oFont != nil
oFont := TFont():New( oBrw:oFont:cFaceName, oBrw:oFont:nWidth,;
oBrw:oFont:nHeight, .F., oBrw ...
by CARLOS ATUNCAR
Tue Aug 20, 2024 2:32 pm
Forum: FiveWin para Harbour/xHarbour
Topic: FWH64 : ERROR SE SALE DEL SISTEMA
Replies: 33
Views: 7755

Re: FWH64 : ERROR SE SALE DEL SISTEMA

... DEFINE BRUSH oBrush COLOR RGB( 192, 216, 255 ) //rosa


IF cCaption == NIL
DEFINE DIALOG oWait ;
FROM 0,0 TO 5, Len( cTitle ) + 4 ;
STYLE nOr( DS_MODALFRAME, WS_POPUP ) TRANSPARENT //BRUSH oBrush
ELSE
DEFINE DIALOG oWait ;
FROM 0,0 TO 6, Max( Len( cCaption ), Len( cTitle ) ) + 4 ...
by CARLOS ATUNCAR
Mon Aug 19, 2024 3:30 am
Forum: FiveWin para Harbour/xHarbour
Topic: FWH64 : ERROR SE SALE DEL SISTEMA
Replies: 33
Views: 7755

Re: FWH64 : ERROR SE SALE DEL SISTEMA

Saludos Antonio, no genera ningún archivo , este es mi prg todo normal hasta que llamo el dialogo y le doy aceptar debería guardarme la info en la base pero no registra nada, y he notado que dando ESC tambien pasa el mismo comportamiento. Lo estoy avanzando en la version FWH 2210 de 32bist y todo ...
by Antonio Linares
Mon Jun 24, 2024 8:37 am
Forum: FiveWin para Harbour/xHarbour
Topic: centrar mensaje en statusbar
Replies: 4
Views: 723

Re: centrar mensaje en statusbar

... el estilo SBS_CENTERALIGN al crear el control. Para eso habría que modificar la clase TStatusBar así:

#define SBS_CENTERALIGN 0x0004

::nStyle = nOR( WS_CHILD, WS_VISIBLE, SBS_CENTERALIGN )

Pruébalo y a ver si funciona como deseas.

Probaste con ?

set message of _oWnd to cMensajeMenu centered ...
by RAMESHBABU
Wed Jun 12, 2024 1:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: Position of the text in the checkbox
Replies: 2
Views: 532

Re: Position of the text in the checkbox

... Horizontal Alignment Constant
BS_LEFT
BS_CENTER
BS_RIGHT

* Vertical Alignment Constant
BS_TOP
BS_VCENTER
BS_BOTTOM

* To Show Text Left side of Checkbox (Default Right)
BS_LEFTTEXT

oCb:nStyle := nOr(WS_CHILD, WS_VISIBLE, BS_AUTOCHECKBOX, WS_TABSTOP,....Either of Options of Your Choice)

-Ramesh Babu