Search found 138 matches: flex

Return to advanced search

Re: mod for Fivewin - FLEXGRID extension for xBrowse

Dear Otto On the mod-harbour forum you have many examples that I put on the use of grid and flex. Let's not confuse both technologies (which are included in all browsers natively) https://forum.modharbour.app/viewforum.php?f=16 It also has the videos I made on the subject ...
by nageswaragunupudi
Wed May 19, 2021 4:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod for Fivewin - FLEXGRID extension for xBrowse
Replies: 7
Views: 921

Re: mod for Fivewin - FLEXGRID extension for xBrowse

Dear Otto On the mod-harbour forum you have many examples that I put on the use of grid and flex. Let's not confuse both technologies (which are included in all browsers natively) https://forum.modharbour.app/viewforum.php?f=16 It also has the videos I made on the subject ...
by cnavarro
Tue May 18, 2021 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod for Fivewin - FLEXGRID extension for xBrowse
Replies: 7
Views: 921

Re: FW_ExceltoDbf version in FW 2102

... : When the function 'thinks' that a exel column is numeric, it will process it according and put '.00' behind it. 10016.00 10016040.00 Strovels Flex 933 ZWART - 40 8713458590055.00 64039113.00 23.00 23110.00 Grisport veters zw-blauw 120 - 110 8713458100162.00 56090000.00 0.49 0.82 0.99 0.00 ...
by Marc Venken
Wed Apr 07, 2021 10:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_ExceltoDbf version in FW 2102
Replies: 19
Views: 2571

Re: Looking for cliparse.zip / Buscando cliparse.zip

... compiler reads each instruction and generates for it one or more PCode instructions. The compiler has been written using a lexical analyzer (Lex: FLEX http://www.ecs.soton.ac.uk/support/gnu/flex ) and a syntax parser (Yacc: Berkeley University BYACC htttp://www.first.gmd.de/cogent/catalog/lexparse.html ...
by Antonio Linares
Mon Oct 24, 2016 7:50 am
 
Forum: Off Topic / Otros temas
Topic: Looking for cliparse.zip / Buscando cliparse.zip
Replies: 6
Views: 2299

Re: En tiempo de compilacion...

... done by still existing lexer after preprocessing and converting the preprocessed token to string which is then once again divided into tokens by FLEX or SIMPLEX. It's redundant and because neither FLEX nor SIMPLEX are MT safe and both have limitations like maximum line size we will not be able ...
by Antonio Linares
Tue Aug 26, 2014 7:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: En tiempo de compilacion...
Replies: 3
Views: 1561

Re: Se esta volviendo mas viejo (sabio, dice Antonio) el foro?

... tenido que aprender otros lenguajes y tecnologías que me han ayudado a diversificar las oportunidades tales como: Php, html, css, Action Script 3, Flex, Postgres, Frameworks como: RobotLegs, Zend. Gracias a FW y a este foro que es el mejor que he conocido en donde se respira un aire de hermandad ...
by sjingo
Sat Jul 20, 2013 11:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Se esta volviendo mas viejo (sabio, dice Antonio) el foro?
Replies: 53
Views: 10815

Re: FiveWeb question

... server there must be an EXE which will receive the requests and deliver back the updated info to the user's screen (something like Data browse in Flex is doing) Years ago I designed some app (licensing system) which communicates with some EXE running on server and sending back the new info after ...
by codemaker
Wed May 22, 2013 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb question
Replies: 15
Views: 3999

Criar DLL de funções

Pessoal Estou buscando informações de como criar uma DLL de funcoes igual a da FlexDocs para usar em FiveWin e tambem em PHP. Fiz um sistema em PHP com regras de negocio do Aplicativo Five, porem toda vez que modifico no Five , tenho que refazer no PHP, a ideia ...
by Ari
Tue Jan 22, 2013 4:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Criar DLL de funções
Replies: 3
Views: 810

Re: Un pequeña ayudita en Harbour

softruz wrote:Harbour Compiler Alpha build 43.0 (Flex)
Copyright 1999-2004, http://www.harbour-project.org/

El problema es que es un harbour extremadamente viejo ¡Es una versión alpha del 1.0!
Prueba de bajarte una versión más reciente.
by Carlos Mora
Mon May 21, 2012 10:38 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Un pequeña ayudita en Harbour
Replies: 9
Views: 1284

Re: Un pequeña ayudita en Harbour

Muchas gracias, este e mi error: Harbour Compiler Alpha build 43.0 (Flex) Copyright 1999-2004, http://www.harbour-project.org/ Compiling 'ctbalb.prg'... 100ctbalb.prg(101) Error E0030 Syntax error: "parse error at 'OITEM'" ctbalb.prg(102) Error E0030 ...
by softruz
Mon May 21, 2012 10:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Un pequeña ayudita en Harbour
Replies: 9
Views: 1284

Fwh 11.07 :bKeyChar

Este código compilado con FWHX 2.8 September 2006 y Harbour 4.26 flex funciona perfectamente. aoGt[ 1 ]:bKeyChar := { | nKey | IF( nKey == K_ENTER, ; ( Articulo->( OrdSetFocus( 2 ) ), ; IF( Articulo->( DbSeek( AllTrim( cCodiBa14 ) ) ), ; ( cCodiBa14 ...
by Julio Cepeda
Tue May 15, 2012 3:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fwh 11.07 :bKeyChar
Replies: 0
Views: 329

Re: Capturar Error.

... al compilar try USE ( cDatabase ) NEW SHARED catch oError MsgAlert( "error abriendo la tabla" ) end Harbour Compiler Alpha build 46.2 (Flex) Copyright 1999-2006, http://www.harbour-project.org/ Compiling 'wsicnet.prg' and generating preprocessed output to 'wsicnet.ppo'... wsicnet.prg(92) ...
by omarelunico
Mon Dec 19, 2011 5:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Capturar Error.
Replies: 5
Views: 854

Re: Harbour 3.0

... PARA 32 BITS: WIN 9X, NT,... 22 QUÉ VARIABLES DE ENTORNO NECESITO ? 23 Qué programas necesito ? 23 Cómo se procesan los archivos ? 23 PARA QUÉ SON FLEX Y BISON ? 23 Flex 24 Bison 24 DISEÑO DEL COMPILADOR 26 CAMBIOS EN LA ESTRUCTURA INTERNA 26 ESTRUCTURA INTERNA DE HARBOUR 26 LA MÁQUINA VIRTUAL ...
by lucasdebeltran
Thu Aug 11, 2011 8:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour 3.0
Replies: 42
Views: 17526

Re: Abrir archivos DBF compartidos

Gracias por los enlaces FiveWidi. Entonces ¿entiendo que tengo que actualizar la versión de FWPPC y de Harbour para Pocket?
¿Antonio es esto asi? ... La versión que uso actualmente de FWPPC es February 7.02 2007 build, Harbour Compiler Alpha build 46.2 (Flex)

Gracias
by AngelSalom
Sun Dec 12, 2010 9:30 am
 
Forum: FiveWin para Pocket PC
Topic: Abrir archivos DBF compartidos
Replies: 7
Views: 4213

Re: Errors when compiling RDDADS for FWH/10/9

... DEL=cmd /c del SET ADS_LIB_VERSION=810 SET HB_DIR_ADS=\_Lib\Ace\81038 SET CC_DIR=\_WK\32\BCC SET PATH=\_WK\32\BCC\BIN;\_Lib\HRB\BISON;\_Lib\HRB\FLEX;%PATH% --------------------------------------- call the bat, and in xhabour dir/contrib\rddads, call make_b32 . if you want i make to you.
by norberto
Thu Oct 28, 2010 11:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Errors when compiling RDDADS for FWH/10/9
Replies: 5
Views: 945
Next

Return to advanced search