Search found 50 matches: lst

Return to advanced search

Ya pude desplegar el diseñador de List & Label con Activex:

oActiveX = TActiveX():New( oWnd, "L12.List-Label12_Ctrl_32.1" )
oActiveX:Do("LlDefineLayout", oWnd:hWnd, "Design List", LL_PROJECT_LIST,"simple.lst")

Esta muy interesante.

Saludos.
by Jairo Centeno
Wed Mar 14, 2007 1:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta de Funcky
Replies: 14
Views: 5061

... These are described in detail in the OCX online help. A call, such as: ListLabel1.Design 0, hWnd, "Design reports", PROJECT_LIST, "simple.lst", 1 DOCS OFF This is the source: #include "fivewin.ch" #define LL_PROJECT_LIST 2 function main() local oObj, oWnd define window oWnd from 0,0 to ...
by Roberto Parisi
Fri Apr 28, 2006 1:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH and List & Label
Replies: 8
Views: 1852

... 800 pixel oObj := CreateObject( "L11.List-Label11_Ctrl_32.1" ) @0,0 button "Test" action oObj:Design(0, oWnd:hWnd, 'Design reports', 2, 'simple.lst', 1) activate window oWnd return and this is the error: Application =========== Path and name: I:\work\Test\Test.exe (32 bits) Size: 1,229,312 bytes ...
by Roberto Parisi
Fri Apr 28, 2006 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH and List & Label
Replies: 8
Views: 1852

FWH and List & Label

... 800 pixel oObj := CreateObject( "L11.List-Label11_Ctrl_32.1" ) @0,0 button "Test" action oObj:Desing(0, oWnd:hWnd, 'Design reports', 2, 'simple.lst', 1) activate window oWnd return It reports a memory error. Regards, Roberto Parisi
by Roberto Parisi
Fri Apr 28, 2006 12:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH and List & Label
Replies: 8
Views: 1852

... -DHB_FM_STATISTICS_OFF -I%HB_INC_INSTALL%;%C_INC_INSTALL% -n%HOME%\Obj %C% C_LIB_COMMAND=%C_BIN_INSTALL%\TLib.Exe %LIB% /P512 @%RSP% , %LST% C_LINK_COMMAND=%C_BIN_INSTALL%\iLink32.Exe -Gn -aa -Tpe -s @%LNK% C_RC_COMMAND=C:\archiv~1\PellesC\Bin\PORC.EXE %RC% /I c:\archiv~1\pellesc\include ...
by Biel EA6DD
Mon Apr 10, 2006 7:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ot: script compilacion Fwh - xHarbour - xMate
Replies: 3
Views: 1968
Previous

Return to advanced search

cron