Search found 18 matches: owndmdi

Return to advanced search

Re: Dialog inside oMDI:oWndClient

Hi Mr. Antonio,

What I would like to do is paste a dialog on oWndMdi:oWndClient which does not overlapped with MDICHild... Or, a panel floating behind MdiChilds.

:idea: :idea: :idea:
by fraxzi
Thu Jul 05, 2018 12:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog inside oMDI:oWndClient
Replies: 7
Views: 1320

Re: Black Screen of Death.

Byron I presume this happens randomly ... I would put a few well placed oWndMdi:Refresh() and perhaps accompanied by a SysReFresh() after coming out of some of your large ( add\edit ) modules .. after you close your tables ... especially if you are closing ADO ...
by Rick Lipkin
Fri Sep 08, 2017 3:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Black Screen of Death.
Replies: 15
Views: 2172

Re: Xbrowse errors using ADO and column READ

... [code] DEFINE ICON oICO RESOURCE "SCANNER" DEFINE WINDOW oUser ; FROM 2,2 to 25,65 ; of oWndMDI ; TITLE "USERINFO Administrative Browse" ; MENU BuildMenu(oRsUser) ; ICON oICO ; NOMINIMIZE ; NOZOOM ; MDICHILD @ 0, 0 xBROWSE oBrow ...
by Rick Lipkin
Sun Jul 17, 2011 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse errors using ADO and column READ
Replies: 8
Views: 2380

Re: Otras Modificaciones a TGraph de Alfredo Arteaga

Hola Amigos del foro: Aca las respuestas.. csincuir mi codigo es largo y rebuscado, pero es algo como esto: - oBrw es un xBrowse dentro de oWndMDI (MDI) - oGraph lo creo dentro de oWndGrf (TGroup) - y separo oBrw de oWndGrf con oSplit oBrw:nWidth := oBrw:nWidth/4oWndGrf:=TGroup():New( ...
by RSalazarU
Fri Oct 15, 2010 7:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Otras Modificaciones a TGraph de Alfredo Arteaga
Replies: 10
Views: 2955

Re: How to make an xbrowse MDI-child filled with an array?

Hello gkuhnert

Your problem not is xbrowse is window creating

what is the MDI Windows of oWin2 (MDICHILD) ?
you do need put it
OF window MDI
example
DEFINE WINDOW oWin2 MDICHILD TITLE "XBrowse Test" OF oWndMDI
by Daniel Garcia-Gil
Fri Jan 30, 2009 2:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make an xbrowse MDI-child filled with an array?
Replies: 1
Views: 499

... reference to this function ?? I am using the code each time I send an e-mail .. should WSAStartup() only be initialized once in a session ?? Rick oWndMdi:SetMsg( "Sending Project ADD noticication to "+cTO ) WSAStartup() oOutMail := TSmtp():New( cIP := GetHostByName( cHOST ) ) oOutMail:bConnecting ...
by Rick Lipkin
Mon Dec 08, 2008 7:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tsmtp ( again )
Replies: 3
Views: 1415

Tsmtp ( again )

... the first one fails .. something is just not trapping the code or closing the socket .. Really at a loss here if anyone can help. Here is my code oWndMdi:SetMsg( "Sending Project ADD noticication to "+cTO ) WSAStartup() oOutMail := TSmtp():New( cIP := GetHostByName( cHOST ) ) oOutMail:bConnecting ...
by Rick Lipkin
Mon Dec 08, 2008 6:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tsmtp ( again )
Replies: 3
Views: 1415

Rick,

Just after:

oOutMail:bDone = { || oWndMdi:SetMsg( "Message sent successfully" ) }
by Antonio Linares
Fri Oct 03, 2008 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Trapping SMTP e-mail error
Replies: 43
Views: 7643

Genetating an array of cc addresses to Pass thru Tsmtp

... ) oRsSpon:MoveNext() ENDDO Then pass this array to the SMTP Class : oWndMdi:SetMsg( "Sending Reporting noticication to "+cTO ) WSAStartup() oOutMail := TSmtp():New( cIP := GetHostByName( cHOST ) ) oOutMail:bConnecting ...
by Rick Lipkin
Sun Aug 17, 2008 11:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Genetating an array of cc addresses to Pass thru Tsmtp
Replies: 2
Views: 709

... ) cSAY := "Opening Initial PROJECT Data Recordset" @ 1,13 SAY oSay var cSAY of oDLG COLOR "N/W" oDLG:bStart := { | | lOK1 := _OpenUm(oDlg, cSQL, oWNDMDI, lFROMLINK, xPROJECTEID ) } ACTIVATE DIALOG oDLG CENTERED IF lOK1 = .F. SysReFresh() RETURN(NIL) ENDIF SysReFresh() _PBrow(oWndMdi, cSQL, lFROMLINK, ...
by Rick Lipkin
Wed Aug 06, 2008 6:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO Sql Query limitations ??
Replies: 1
Views: 740

Tsntp ( attachments )

... SAYING += "Error "+STR(FERROR())+CHR(10) MsgInfo( SAYING ) ENDIF FWRITE( nHANDLE, cTEXT ) // write out the file FCLOSE( nHANDLE ) SysReFresh() oWndMdi:SetMsg( "Sending Project ADD noticication to "+cTO ) WSAStartup() oOutMail := TSmtp():New( cIP := GetHostByName( cHOST ) ) oOutMail:bConnecting ...
by Rick Lipkin
Thu Jul 31, 2008 7:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tsntp ( attachments )
Replies: 14
Views: 3087

... NOWAIT RETURN nil //------------------------------------------------------------------------------------------// STATIC FUNCTION NuevaVent() LOCAL oWndMDI nVentana:= nVentana + 1 DEFINE WINDOW oWndMDI MDI TITLE "Soy la Ventana "+ALLTRIM(STR(nVentana)) ACTIVATE WINDOW oWndMDI ON INIT oWndMDI:Move(nXPos:= ...
by cuatecatl82
Wed Jan 30, 2008 1:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ventanas Estilo Messenger
Replies: 7
Views: 1366

... xPASSWORD := "pcas" // grpbrow.prg // #INCLUDE "FIVEWIN.CH" STATIC oBROW,oGRP STATIC lOK //---------------------------- FUNCTION _GRPbrow( oWndMDI ) LOCAL SAYING, oRs,oErr, cSQL, cTITLE lOK := .F. IF xSUPER = 'Y' .or. xADMIN = 'Y' ELSE SAYING := "SORRY ... Supervisor or Admin Rights only" ...
by Rick Lipkin
Wed Nov 21, 2007 12:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about SQL
Replies: 52
Views: 10676

... table" ) RETURN(.F.) END TRY oRs:Find("USERID = '"+xLOGIN+"'" ) IF oRs:eof oRs:MoveFirst() ENDIF DEFINE WINDOW oUser ; FROM 2,2 to 25,65 ; of oWndMDI ; TITLE "USERINFO Records Browse" ; MENU BuildMenu(oRs) ; NOMINIMIZE ; NOZOOM ; MDICHILD @ 0, 0 LISTBOX oBrow FIELDS ; oRs:Fields("USERID"):Value, ...
by Rick Lipkin
Thu Jun 21, 2007 1:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO update visability between workstations
Replies: 18
Views: 4944

... and put the Window syntax and the browse seems to have problems defining the listbox. Sorry to be such a pest on a holiday !! Rick Lipkin static Owndmdi //-------------------------------------------------------- STATIC FUNCTION _LwmfsBrow( oRs, oWND ) LOCAL oBrw, nRec, oDLG lOK := .F. /* DEFINE ...
by Rick Lipkin
Sun Apr 08, 2007 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to set up and Use an Access database
Replies: 40
Views: 10162
Next

Return to advanced search