Search found 121 matches

by patito
Wed Sep 19, 2018 6:32 pm
Forum: eXpress++ Support
Topic: Help with TXT File please
Replies: 9
Views: 17726

Re: Help with TXT File please

Estimado Jose Puedes hacer esto también nHandle := DC_TxtOpen(cArchivo)) //<= 0 DC_TxtSkip(nHandle,1) // skip past first line ?? DO WHILE !DC_TxtEof(nHandle) cTokens := DC_TxtLine(nHandle) cTokens := StrTran(cTokens , Chr(9) , Chr(32) ) //ver si es necesario aTokens := DC_TokenArray(cTokens,'|') Lue...
by patito
Wed Sep 19, 2018 10:41 am
Forum: eXpress++ Support
Topic: Help with TXT File please
Replies: 9
Views: 17726

Re: Help with TXT File please

Estimado

No indicas si el archivo de texto esta construido bajo un padrón o esquema fijo.
Podrias aclarar mas el tema, ya que tienes varias opciones de búsqueda
entre ellas at() etc.
Si es de un esquema fijo, tienes la posición en la columna

saludos
Héctor Pezoa
by patito
Mon Aug 06, 2018 8:09 pm
Forum: eXpress++ Support
Topic: Using a GPU for non-graphical computing in Alaska
Replies: 8
Views: 15535

Re: Using a GPU for non-graphical computing in Alaska

Hi Jimmy

Fast Report is written with Delphi. (Frax for Alaska xbase+++)
see in the Alaska news, there are some articles where the author
explained how he did this program to operate with Alaska


best regard
Héctor Pezoa
by patito
Thu May 24, 2018 11:11 am
Forum: Xbase++ 2.0
Topic: Outlook Activex doesn't work
Replies: 4
Views: 11477

Re: Outlook Activex doesn't work

Hi all Because Fivewin and Harbour are better than Alaska xbase+++. FW . all users contribute ideas and improvements to their programs Alaska.- Those who help are counted with their fingers, except Roger Donnay. and before that Phil Ide one of the great As some also show their programs without the s...
by patito
Fri Apr 06, 2018 1:24 pm
Forum: eXpress++ Support
Topic: One help please, problem to run system
Replies: 12
Views: 20371

Re: One help please, problem to run system

Estimado Jose 1) Crea un archivo de txt 2) Ingresa el siguiente texto: regsvr32 C:WINDOWSSYSTEMmshflxgd.ocx (recuerda tener presente la ubicación y el nombre exacto del archivo que necesitas que se registre, este es solo un ejemplo). 3) Guarda el Archivo con extension .bat (Un archivo por lotes) de ...
by patito
Thu Dec 28, 2017 1:03 pm
Forum: Xbase++ 2.0
Topic: datetime to unix time converter
Replies: 4
Views: 11166

Re: datetime to unix time converter

Hi Roger

You can download this library from this site

http://www.xbwin.com/download/

Best Regard

Hector Pezoa
by patito
Thu Dec 28, 2017 12:59 pm
Forum: Xbase++ 2.0
Topic: datetime to unix time converter
Replies: 4
Views: 11166

Re: datetime to unix time converter

Hi Roger

Unix time function, see library ot4xb. dll by Pablo Botella

Best Regard
Hector Pezoa

Feliz Navidad y Prospero Año Nuevo
by patito
Mon Nov 27, 2017 10:14 am
Forum: Xbase++ 2.0
Topic: PostGreSQL questions
Replies: 16
Views: 30364

Re: PostGreSQL questions

Hi Roger

The easiest way is to use the api postgresql
Native mode is much faster and easier to implement
Attached example using express , and wrapper ot4xb the Pablo


Best regard
Hector Pezoa
by patito
Fri Sep 01, 2017 2:05 pm
Forum: User Contributions
Topic: PostgreSQL native from Phil Ide
Replies: 54
Views: 127711

Re: PostgreSQL native from Phil Ide

Hi Jimmy
Attached image, of a prg made with express, Alaska 1.9 and a class developed by me based on the wrapper of postgresql made by Pablo Botella.
As you can see, 2505 rows and 83 columns takes 1.35 sec, you can insert, update, delete, edit, search, make sort, etc.
by patito
Fri Sep 01, 2017 10:10 am
Forum: User Contributions
Topic: PostgreSQL native from Phil Ide
Replies: 54
Views: 127711

Re: PostgreSQL native from Phil Ide

Hi Jimmy

Version 9.5
Problem solved
Error in loadquery (), I will see the reason why it does not read the query correctly the query

Best Regard
Hector