#include "FiveWin.ch"
function Main()
local cText := MemoRead( "texto.txt" ), n
DBCREATE( "NOTICW.DBF", {{ "LINHA","C",255,0 }} )
USE NOTICW.DBF
for n = 1 to MLCount( cText )
APPEND BLANK
field->Linha := MemoLine( cText,, n )
next
GO TOP
Browse()
return nil
Antonio Linares wrote:Paulo,
Añade el texto de esta forma:
- Code: Select all Expand view
#include "FiveWin.ch"
function Main()
local cText := MemoRead( "texto.txt" ), n
DBCREATE( "NOTICW.DBF", {{ "LINHA","C",255,0 }} )
USE NOTICW.DBF
for n = 1 to MLCount( cText )
APPEND BLANK
field->Linha := MemoLine( cText,, n )
next
GO TOP
Browse()
return nil
Antonio Linares wrote:Paulo,
> Preciso que seja igual a APPEND FROM SDF
Es un comportamiento propio de xharbour que tendrás que reportar en el foro de xharbour, gracias
Antonio Linares wrote:Paulo,
El pcode de otras versiones de xharbour no es compatible con FWH 7.05. Lo más fácil es que pidas ayuda en comp.lang.xharbour
Otra solución sería reconstruir FiveHX.lib con el build de xharbour que te funciona bien con el APPEND FROM ... SDF
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 52 guests