Search found 4743 matches: next

Searched query: next

by Silvio.Falconi
Fri Feb 14, 2025 11:53 am
Forum: FiveWin for Harbour/xHarbour
Topic: set check menu opoup from btnbmp
Replies: 0
Views: 111

set check menu opoup from btnbmp

... Two"
ENDMENU

return oPop


Function test(oPop,oBtn)
local n
Msginfo("change")

for n=1 to len(oPop:aItems)
oPop:aItems[n]:SetCheck(.f.)
next n

oBtn:refresh()

return nil







and I wish checked a item of this menu How I must make ?

it not found aItems

If I make oPop:aItems[2 ...
by Silvio.Falconi
Wed Feb 12, 2025 11:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: activate an online button
Replies: 2
Views: 176

activate an online button

... nBar,oBar,oDlg) // ,aBtnBar

local aBtnBar
local x

if Valtype( oBar ) = "O"
For x := Len( oBar:aControls ) to 1 step - 1
oBar:Del( x )
Next x
endif

Do case
case nbar = 0
DEFINE BUTTONBAR oBar OF oDlg SIZE 80,70 TOP NOBORDER 2015

case nbar = 1
aBtnBar := array(6)
DEFINE BUTTON ...
by FiveWiDi
Tue Feb 11, 2025 8:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Send e-mail (CDO) server SMTP GMAIL with oAuth2
Replies: 4
Views: 1510

Re: Send e-mail (CDO) server SMTP GMAIL with oAuth2

Lailton wrote: Tue Feb 11, 2025 4:30 am Hi Maurizio,

We will provide support for the oAuth2 on the next version FWH
with samples to send e-mail using GMail/Outlook(Office365).
Outlook 2010 too?
by mauri.menabue
Tue Feb 11, 2025 4:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Send e-mail (CDO) server SMTP GMAIL with oAuth2
Replies: 4
Views: 1510

Re: Send e-mail (CDO) server SMTP GMAIL with oAuth2

I wainting until the next release came :D
TIA
by Lailton
Tue Feb 11, 2025 4:30 am
Forum: FiveWin for Harbour/xHarbour
Topic: Send e-mail (CDO) server SMTP GMAIL with oAuth2
Replies: 4
Views: 1510

Re: Send e-mail (CDO) server SMTP GMAIL with oAuth2

Hi Maurizio,

We will provide support for the oAuth2 on the next version FWH
with samples to send e-mail using GMail/Outlook(Office365).
by JoséQuintas
Mon Feb 10, 2025 1:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Text scroll and time graph
Replies: 2
Views: 314

Text scroll and time graph

... Str( nCont, 3 ) ) + "0%" + Chr(30)
aStatic[ GRAF_TXT_BAR ] := Stuff( aStatic[ GRAF_TXT_BAR ], ( nPos - Len( cTxt ) ) + 1, Len( cTxt ), cTxt )
NEXT
aStatic[ GRAF_TXT_BAR ] := Chr(30) + aStatic[ GRAF_TXT_BAR ]
ENDIF
mSetDevice := Set( _SET_DEVICE, "SCREEN" )
DO CASE
CASE ValType( xContNow ...
by mauri.menabue
Sun Feb 09, 2025 7:06 pm
Forum: FiveWin para Harbour/xHarbour
Topic: gmail y OAuth
Replies: 7
Views: 9296

Re: gmail y OAuth

Excellent, we look forward to the next release
TIA :D
by Marc Venken
Sat Feb 08, 2025 2:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ChatGpt+Xbrowse+Set Filter
Replies: 3
Views: 411

ChatGpt+Xbrowse+Set Filter

... CASE cType == 'D'
cFilter += oCol:cExpr + " = " + ( uVal )
OTHERWISE
cFilter += oCol:cExpr + " == " + cValToChar( uVal )
ENDCASE
ENDIF
NEXT
IF Empty( cFilter )
IF ! Empty( dbFilter() )
dbClearFilter()
oBrw:Refresh()
ENDIF
ELSE

IF !( dbFilter() == cFilter )
oClp:SetText(cFilter ...
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

... n]:nClrBorder := DLG_nColorBtnB
oBtnSel[n]:oCursor:= oCursorBtn
oBtnSel[n]:nClrFocusRect := DLG_nColorBar2
oBtnSel[n]:nDeepFocusRect := 0
next

ACTIVATE DIALOG oDlg CENTERED


RETURN NIL

function validaEmail(cEmail) //Nageswarao
static preCompiled
DEFAULT preCompiled := hb_regexComp ...
by nageswaragunupudi
Tue Feb 04, 2025 9:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.09
Replies: 97
Views: 14911

Re: New FWH 24.09

Please wait for the next release.
by nageswaragunupudi
Tue Feb 04, 2025 3:46 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Cómo Insertar registros a na tabla?
Replies: 17
Views: 30111

Re: Cómo Insertar registros a na tabla?

... id"
for each v in { "Manzana", "Pera", "Naranja", "Mandarina", "Mango", "Banana", "Papaya", "Grape", "Guva", "Durian" }
oRs:AddNew( "fruit", v )
next

return oRs

//----------------------------------------------------------------------------//

function InsertFruits( oRs, aFruits )

local oCn ...
by Otto
Tue Feb 04, 2025 8:38 am
Forum: mod_harbour
Topic: tool for documentation
Replies: 0
Views: 389

tool for documentation

... and business processes.
The advantage here is that I use HTML to store the documents. This allows me to make the information immediately available via a web browser without needing to change the format.
Next step: Integration of full-text search.

https://winhotel-sandbox.com/docs/docuware.gif
by nageswaragunupudi
Mon Feb 03, 2025 10:01 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Cómo Insertar registros a na tabla?
Replies: 17
Views: 30111

Re: Cómo Insertar registros a na tabla?

... oRs:Sort := "id"
for each v in { "Manzana", "Pera", "Naranja", "Mandarina", "Mango", "Banana", "Papaya", "Grape" }
oRs:AddNew( "fruit", v )
next

return oRs

//----------------------------------------------------------------------------//

function InsertFruit( oRs )

local nSave := oRs ...
by JESUS MARIN
Sun Feb 02, 2025 9:34 am
Forum: FiveWin para Harbour/xHarbour
Topic: Focus en window MDICHILD
Replies: 9
Views: 18004

Re: Focus en window MDICHILD

... TO LEN(aVentanasMdi)
IF aVentanasMdi[i]==Self:cCaption
MENUITEM aVentanasMdi[i] OF oMenu CHECKED
ELSE
MENUITEM aVentanasMdi[i] OF oMenu
ENDIF
NEXT I
ENDMENU

FOR I=1 TO LEN(aVentanasMdi)
oMenu:aItems[i]:bAction := HazBlock(i)
NEXT I

oMenu:Activate( nRowMenu,nColMenu, Self , .f. )

RETURN(NIL ...
by Antonio Linares
Fri Jan 31, 2025 10:06 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Focus en window MDICHILD
Replies: 9
Views: 18004

Re: Focus en window MDICHILD

... TO LEN(aVentanasMdi)
IF aVentanasMdi[i]==Self:cCaption
MENUITEM aVentanasMdi[i] OF oMenu CHECKED
ELSE
MENUITEM aVentanasMdi[i] OF oMenu
ENDIF
NEXT I
ENDMENU

FOR I=1 TO LEN(aVentanasMdi)
oMenu:aItems[i]:bAction := HazBlock(i)
NEXT I

oMenu:Activate( nRowMenu,nColMenu, Self , .f. )

RETURN(NIL ...