Search found 208 matches: nid

Return to advanced search

Re: Dos Browses en ARRAYS...

... problema... Saludos Cristobal Disculpa Adrian El CreateFromResource funciona poniendo el id dentro de la llamada a la function CreateFromResource( nID ), pero en la definicion entonces no se usa el Redefine El XBrowse se define igual que si lo definieras por codigo y al final se pondria oBrw1:CreateFromResource( ...
by cnavarro
Sun Mar 23, 2014 1:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dos Browses en ARRAYS...
Replies: 15
Views: 2987

Re: Memoedit

... your message Excuse my English Using the HIGHLIGHT clause? # xcommand REDEFINE RICHEDIT [<oRTF> VAR] <uVar>;               [ID <nId>];               [<dlg: OF, WINDOW, dialog> <oDlg>];               [HELP ID> <help:HELPID, <nHelpId>];               ...
by cnavarro
Thu Mar 20, 2014 9:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memoedit
Replies: 29
Views: 6435

Re: Creating XBrowse from a resource

... After your posts I manually searched xbrowse.ch and found this: #xcommand REDEFINE [ COLUMN ] XBROWSE <oBrw> [<clauses,...>] ID <nID> [<moreClauses,...>] ; => @ 0,0 XBROWSE <oBrw> [<clauses>] ID <nID> [<moreClauses>] Of course my automatic search ...
by James Bott
Thu Feb 20, 2014 10:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating XBrowse from a resource
Replies: 14
Views: 2759

Re: to use xbrowse in dialog

The problem is not in the. RC
You are calling the method CreateFromCode, and you have to call the method

:CreateFromResource( nId )
by cnavarro
Sun Jan 19, 2014 11:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to use xbrowse in dialog
Replies: 12
Views: 2114

Re: To Daniel : test of Tlayout

... start: 0 hours 0 mins 2 secs Error occurred at: 11/14/13, 12:59:36 Error description: Error BASE/1004 Class: 'NUMERIC' has no exported method: NID Args: [ 1] = N 1210 Stack Calls =========== Called from: => NID( 0 ) Called from: Lib\TLayout.prg => TLAYOUT:CALCULEHORIZONTAL( 175 ) Called ...
by Silvio.Falconi
Thu Nov 14, 2013 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Daniel : test of Tlayout
Replies: 7
Views: 2465

Re: "Snap" for Clipper

...  1767G 1767G 1785  1798  1812 NHORZRES()             (function  in ?)    WINDOW.PRG      900 NHWNDFROM              WINDOW.PRG     1838  1839 NID                    WINDOW.PRG      436   967   978   983  1374  1378  1382  1388  1391  1746 NIDCTL                  WINDOW.PRG      560   707  1488 ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6734

Re: ayuda con tactivex

... := 0, nCol := 0, nWidth := 200,; nHeight := 200 ::nTop = nRow ::nLeft = nCol ::nBottom = nRow + nHeight ::nRight = nCol + nWidth ::oWnd = oWnd ::nId = ::GetNewId() ::nStyle = nOR( WS_CHILD, WS_VISIBLE, WS_TABSTOP ) ::cProgID = cProgID ::cString = ActXString( cProgID ) ::Register() ? 'paso1' if ...
by GuillermoMtz
Thu Aug 29, 2013 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ayuda con tactivex
Replies: 4
Views: 1073

Re: saber que get edito

Hola Todo los get tiene un variable nId Aqui un Ejemplo de como usarlo con SETKEY SetKey( VK_F3, { |handle, n, oGet| ;            iif( lok .and. oGet:nID = id_IDrutcli .and. (alias_clientes)->( dbSeek( oIng:Rutcli ...
by Patricio Avalos Aguirre
Mon Aug 05, 2013 7:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: saber que get edito
Replies: 4
Views: 610

Re: Un control en un TPanel

... Buscando una solución le definí un DefControl estándar al TAPNEL, tal que así: METHOD DefControl( oCtrl ) CLASS TPanel   DEFAULT oCtrl:nId := oCtrl:GetNewId()      IF ::aControl = NIL     ::aControls := {}      ENDIF      AAdd( ::aControls, oCtrl )      oCtrl:hWnd ...
by antolin
Mon May 27, 2013 8:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Un control en un TPanel
Replies: 11
Views: 2628

Re: Un contrl en un TPanel

... a mano con @ 10,10 .... . Segundo lo que falla es el TSAY que no se asocia con el panel. La línea del INITiATE: IF( ( ::hWnd := GetDlgItem( hDlg,::nId ) ) # 0 ) me devuelve 0 y creo que es porque no reconoce ::nId como item del panel. Seguramente tendrá algo que ver que no viene de recurso pues ...
by antolin
Thu May 23, 2013 3:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Un control en un TPanel
Replies: 11
Views: 2628

Un control en un TPanel

... TPANEL:DEFCONTROL". Así que le implementé un METHOD DefControl() AL TPANEL, tal que así: METHOD DefControl( oCtrl )   DEFAULT oCtrl:nId := oCtrl:GetNewId() // AUNQUE oCtrl YA TRAE UNO   IF ::aControls = NIL      ::aControls = {}   ENDIF   AADD( ::aControls, ...
by antolin
Thu May 23, 2013 11:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Un control en un TPanel
Replies: 11
Views: 2628

Re: MSVS 2012

... case Event == "DoCreateEvent" // "EventAddedEx" IF ::lDoInsert ::InsertEvent( aParms[ 1 ], @aParms[2], @aParms[3] ) // oEvent, nId, lResult ENDIF case Event == "DoUpdateEvent" .and. aParms[ 1 ]:CustomProperties:Property( "id" ) != Nil ::UpdatefromEvent( aParms[ ...
by Richard Chidiak
Wed May 22, 2013 12:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSVS 2012
Replies: 77
Views: 15345

Re: Combobox and multiarray

... Where I'm wrong ? #xcommand REDEFINE COMBOLIST [ <oCbx> VAR ] <cVar> ; [ <items: PROMPTS, ITEMS> <aItems> ] ; [ ID <nId> ] ; [ <dlg:OF,WINDOW,DIALOG> <oWnd> ] ; [ <help:HELPID, HELP ID> <nHelpId> ] ; [ ON CHANGE <uChange> ] ; [ VALID ...
by Marco Turco
Sun Jan 20, 2013 5:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox and multiarray
Replies: 4
Views: 1488

Re: Border around GET

... itself ? Frances, I think it is not supported, tested but nothing happens. From DTPICKER.CH : [ <oDTPicker> := ] TDatePick ():ReDefine( <nId>, bSETGET(<uVar>),; <oDlg>, <nHelpId>, <nClrFore>, <nClrBack>, <oFont>, <oCursor>,; <cMsg>, <.update.>, ...
by ukoenig
Mon Sep 24, 2012 1:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Border around GET
Replies: 46
Views: 13820

Re: Outlook Calendar (prototype)

... cambios para colorear, estoy probando ya con los registros de hecho estoy usando mysql, no dbf's, asi que por lo pronto ya me atore con el nId del calinfo, estoy revisando la clase a ver por donde van los tiros, o es para trabajar con dbf's? mientras seguire probando y te comento saludos ...
by Daniel Garcia-Gil
Thu Sep 06, 2012 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Outlook Calendar (prototype)
Replies: 102
Views: 32109
PreviousNext

Return to advanced search