Search found 103 matches: owndchild

Return to advanced search

error TXBROWSE:CARGOS

... 23.07 me da este error, cosa que en la 22.12 no. Me falta agregar alguna librería? Este es parte del código: *----------------- DEFINE WINDOW oWndChild MDICHILD OF oWnd FROM 0, 0 TO 24, 79TITLE "Carga Informe de Auditoría " font oFont11 DEFINE DIALOG princfac RESOURCE "Informe" ...
by jpcavagnaro
Wed Aug 30, 2023 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error TXBROWSE:CARGOS
Replies: 3
Views: 281

Re: lIncrFilter + MDI

... WINDOW oWnd return nil Function Test() local oDlg, oBrw, oFont, nWild := 2 local cList, aFlds, aHdrs local nChoice, uDataSource local cAlias,oWndChild cList := "First,Last,Street,State,HireDate" cAlias = cGetNewAlias( cFileNoExt("CUSTOMER.DBF" ) ) USE CUSTOMER SHARED NEW ...
by cpheraclio
Sun Jun 04, 2023 11:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: lIncrFilter + MDI
Replies: 4
Views: 370

Re: Cambiar tamaño de xbrowse en una ventana mdi

Estimado Willi,

oWndChild:oClient = oXBrowse
by Antonio Linares
Fri May 19, 2023 6:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar tamaño de xbrowse en una ventana mdi
Replies: 3
Views: 399

Ayuda por favor con folder y listbox

... el problrma que tengo es que no muestran los datos, muestra un solo registro, a persar de que los datos se graban bien en las dbf. DEFINE WINDOW oWndChild MDICHILD OF oWnd FROM 0, 0 TO 24, 79TITLE "Carga Informe de Auditoría " font oFont11 DEFINE DIALOG princfac RESOURCE "Informe" ...
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

Re: How to set up a child window inside a main window

... Silvio, Even if you modify the size of oWndClient, the child windows will exceed its area, it is the way Windows is designed. You may try to use oWndChild:aMinMaxInfo to restrict the child dimensions ok But for a sample If I move on left and on top I can set the position of child wnd  if ::oWinTest:nLeft ...
by Silvio.Falconi
Fri Nov 11, 2022 11:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to set up a child window inside a main window
Replies: 6
Views: 448

Re: How to set up a child window inside a main window

Dear Silvio,

Even if you modify the size of oWndClient, the child windows will exceed its area, it is the way Windows is designed.

You may try to use oWndChild:aMinMaxInfo to restrict the child dimensions
by Antonio Linares
Fri Nov 11, 2022 11:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to set up a child window inside a main window
Replies: 6
Views: 448

Re: Area de trabajo no usada: ORDKEYNO

... ) DEFINE FONT oFont NAME "Arial narrow" SIZE 0, - 12 DEFINE FONT oFont1 NAME "Arial narrow " SIZE 6, 18 DEFINE WINDOW oWndChild MDICHILD OF oWnd FROM 0,0 TO 24,79TITLE "Actualización de Clientes " DEFINE DIALOG odlg RESOURCE "pan_actu" ; OF oWndChild ...
by jpcavagnaro
Sun Sep 11, 2022 12:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Area de trabajo no usada: ORDKEYNO
Replies: 3
Views: 321

Re: Servidor WEB

... se ha incorporado ya el servidor de web sockets, con un uso también muy simple: También lo arrancas como thread: hb_threadStart( @WSServer(), oWndChild ) y la función WSServer() mira lo sencilla que es: function WSServer( oWndChild )   local oWebSocketServer := TWebSocketServer()  ...
by Antonio Linares
Sun Jul 03, 2022 11:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Servidor WEB
Replies: 4
Views: 554

Re: problemas con xbrowse

... ; FIELDSIZES 50,40,nWincol-565-265,50,90,85,90,90,70 ; //450 -27 SIZE 165.1,nWinRow-68+8 PIXEL OF oWndChild ; FONT oFont0
by arturo tamayo
Fri Jan 21, 2022 3:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: problemas con xbrowse
Replies: 10
Views: 702

Re: a question MDI

... Once again I have understood that you did not fully understand what I had asked for. The oWndChild window is initially MAXIMIZED and fills the oClient of the oWnd window, then the user resizes the window with the mouse and can hide it under ...
by Silvio.Falconi
Fri Jan 07, 2022 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: a question MDI
Replies: 22
Views: 1589

Re: Edición de una celda en xBrowse

... dando el mismo problema al editar la celda y no me permitía tipear mas de un numero :bKeyDown := { |nKey| ( IF(nKey==VK_INSERT,(InsertaItems(oWndChild,oBrw,@aTblItem,lCpteNew),oBrw:SetArray(aTblItem)),; IF(nKey==VK_DELETE,EliminaItems(oBrw,lCpteNew),)),; oBrw:SetFocus() ) } así que lo solucione ...
by Marcelo Roggeri
Mon Jun 04, 2018 1:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Edición de una celda en xBrowse
Replies: 9
Views: 2098

Re: VALID EN DIALOGO NOWAIT NO funciona con telca ESC

... .. Here is the solution to keep the ESC key from executing within a mdi child. // lock the dialog with the MdiChild ON INIT ( oDlg:Move( 0,0, oWndchild:nWidth, oWndchild:nHeight, .T. ) Rick Lipkin DEFINE ICON oICO RESOURCE "CROWN"DEFINE WINDOW oWndChild     ;       MDICHILD       ...
by Rick Lipkin
Fri Mar 31, 2017 8:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: VALID EN DIALOGO NOWAIT NO funciona con telca ESC (Soluciona
Replies: 19
Views: 3691

Re: Problema ao Abrir um SITE pelo FIVEWIN(Solucionado)

Karinha, #include "FiveWin.ch" #define HKEY_LOCAL_MACHINE 2147483650 function Main() local oWnd, oWndChild, oActiveX local cEvents := "" INTER_APP_WEB_CONFIG("jsp.exe",11000) DEFINE WINDOW oWnd TITLE "Support" MDI DEFINE WINDOW oWndChild ...
by MGA
Tue Jan 24, 2017 7:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema ao Abrir um SITE pelo FIVEWIN(Solucionado)
Replies: 17
Views: 4694

Problema ao Abrir um SITE pelo FIVEWIN(Solucionado)

... completo como ao abrir pelo NAVEGADOR. Alguem têm alguma ideia de como resolver? PRG: #include "FiveWin.ch" function Main() local oWnd, oWndChild, oActiveX local cEvents := "" DEFINE WINDOW oWnd TITLE "FiveWin ActiveX Support" MDI DEFINE WINDOW oWndChild MDICHILD ...
by MGA
Fri Jan 20, 2017 7:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema ao Abrir um SITE pelo FIVEWIN(Solucionado)
Replies: 17
Views: 4694

Re: To Mr. Rao

... // add a new record oLbxB:bPastEof = {|| _AddNewRow( oRsInvDetail,nRepairNumber,nAssignedTo,cLoc,oLbxB,"N","" ) } and oWndChild:bResized := {|| _ReSizeUm( oDlg,oWndChild,oLbx) }, Thanks a lot for your appreciated help Best regards
by Armando
Wed Jan 11, 2017 12:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Mr. Rao
Replies: 8
Views: 2694
Next

Return to advanced search