Search found 451 matches: nowait

Return to advanced search

Re: FWH 3.10 - problem with positioning dialog box

Dear Michel,

Do you use this ? Maybe you wrote ON MOVE by mistake:

ACTIVATE DIALOG ArcLeg RESIZE16 NOWAIT ON MOVE ArcLeg:Move(aRect[1],aRect[4],,,.T.)

or

ACTIVATE DIALOG ArcLeg RESIZE16 NOWAIT ON INIT ArcLeg:Move(aRect[1],aRect[4],,,.T.)
by Antonio Linares
Thu Nov 16, 2023 11:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 3.10 - problem with positioning dialog box
Replies: 3
Views: 246

IMPRESION ARCHIVOS PDF

... Facturas en PDF" FROM 1,1 TO 3,40 @0,2 SAY oText PROMPT xsay OF oIndex COLOR CLR_HBLUE Font m->oFontFis ACTIVATE DIALOG oIndex NOWAIT CENTER do while !eof() xnum:=99->numero VTA1100PE() // Genera los pdf sele 99 skip xsay:="Socio: "+strzero(99->cliente,4)+" ...
by pedroluis
Mon Oct 02, 2023 3:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: IMPRESION ARCHIVOS PDF
Replies: 27
Views: 1599

error TXBROWSE:CARGOS

... xnaudit ), dbCloseall() , princfac:End(), oWndChild:End() ) // when xLiderAudit = xNUsuario // cancel ACTIVATE DIALOG princfac CENTERED nowait ON INIT ( princfac:Move( 0, 0 ) ) //, oRich:LoadRtf( xobserva ), oRich:PostMsg( WM_KEYDOWN, VK_HOME, 0 )) oWndChild:nWidth := princfac:nWidth ...
by jpcavagnaro
Wed Aug 30, 2023 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error TXBROWSE:CARGOS
Replies: 3
Views: 280

Re: Change the transparency of the window

I am interested in a non-modal (NOWAIT) window
by Natter
Sat Apr 22, 2023 6:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change the transparency of the window
Replies: 4
Views: 278

Ayuda por favor con folder y listbox

... font oSegoe ID 992 OF princfac ACTION ( lsave := .f., dbCloseall() , princfac:End(), oWndChild:End() ) // cancel ACTIVATE DIALOG princfac CENTERED nowait ON INIT princfac:Move( 0, 0 ) //, oRich:LoadRtf( xobserva ), oRich:PostMsg( WM_KEYDOWN, VK_HOME, 0 )) oWndChild:nWidth := princfac:nWidth + 7 ...
by jpcavagnaro
Wed Mar 29, 2023 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ayuda por favor con folder y listbox
Replies: 1
Views: 238

still the ordkeycount error

... @ 10, 165 GET oGet VAR cSeek...... @ 110,10 XBROWSE oBrw SIZE -10,-10 PIXEL...... @ 10, 550 COMBOBOX oBrw:oSortCbx.... ACTIVATE DIALOG oDlg CENTER NOWAIT; VALID Chiudi_Dbf(oMisura) return nil STATIC FUNCTION Chiudi_Dbf(oMisura) oMisura:Close() RETURN .t. I have tried to recreate the error many ...
by Silvio.Falconi
Tue Mar 14, 2023 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: still the ordkeycount error
Replies: 7
Views: 477

Re: nowait

Thank you
by nageswaragunupudi
Tue Mar 14, 2023 7:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: nowait
Replies: 9
Views: 698

Re: nowait

Antonio Linares wrote:So glad to see you here with us Dear Rao :-)


I'm happy for Rao recovery too!
by Enrico Maria Giordano
Mon Mar 13, 2023 11:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: nowait
Replies: 9
Views: 698

Re: nowait

https://i.postimg.cc/pX9t0QG9/KK.png CORRECT WAY    ACTIVATE DIALOG oDlg NOWAIT ;      VALID ( oDbf:Close(), .T. ) return nil  Nages, I made as you wrote me  ACTIVATE DIALOG oDlg NOWAIT ;      VALID ( oDbf:Close(), .T. )  ...
by Silvio.Falconi
Mon Mar 13, 2023 11:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: nowait
Replies: 9
Views: 698

Re: nowait

So glad to see you here with us Dear Rao :-)
by Antonio Linares
Mon Mar 13, 2023 11:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: nowait
Replies: 9
Views: 698

Re: nowait

nageswaragunupudi wrote:
Silvio.Falconi wrote:Image



WRONG
Code: Select all  Expand view

   ACTIVATE DIALOG oDlg NOWAIT
   oDbf:Close()
return nil
 


CORRECT WAY
Code: Select all  Expand view

   ACTIVATE DIALOG oDlg NOWAIT ;
      VALID ( oDbf:Close(), .T. )
return nil
 


WELCOME BACK AMONG US
by Silvio.Falconi
Mon Mar 13, 2023 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: nowait
Replies: 9
Views: 698

Re: nowait

thanks I resolved with Cesar
by Silvio.Falconi
Mon Mar 13, 2023 7:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: nowait
Replies: 9
Views: 698

Re: nowait

... I open dbf with tdatabase why make error ? is it possible to use a dialog in source (and not in resource) using the NOWAIT clause? Meaning what DEFINE DIALOG oDlg SIZE nWd, nHt PIXEL TRUEPIXEL; FONT oFont COLOR CLR_BLACK, DLG_nColorDlg ACTIVATE DIALOG oDlg NOWAIT ...
by nageswaragunupudi
Mon Mar 13, 2023 2:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: nowait
Replies: 9
Views: 698

Re: nowait

... Main()nArea := 0   DEFINE WINDOW oWnd TITLE "Dialogo NoWait"   @ 2,  2 BUTTON "&Start" SIZE 80, 20 ACTION StartTest()    @ 2, 20 BUTTON "&Info" ...
by cmsoft
Fri Mar 10, 2023 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: nowait
Replies: 9
Views: 698

Re: nowait

... la APERTURA de la Base de Datos, porque el ERRSYSW.prg esta diciendo que el AREA ABIERTA NO ESTÁ EN USO. And why does this DIALOGUE need to be NOWAIT? ¿Y por qué este DIÁLOGO necesita ser NOWAIT? Regards, saludos.
by karinha
Fri Mar 10, 2023 3:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: nowait
Replies: 9
Views: 698
Next

Return to advanced search