FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour Al ejecutar testexp4 de TDolphin me genera este error
Posts: 1078
Joined: Thu Sep 27, 2007 03:47 PM
Al ejecutar testexp4 de TDolphin me genera este error
Posted: Mon Feb 28, 2011 07:06 PM
Al ejecutar testexp4 me genera este error. Los demas ejemplos no he tenido problema.


Code (fw): Select all Collapse
Application
===========
   Path and name: K:\proy_harb\Prueba_tdol_sam\testexp4.Exe (32 bits)
   Size:   642,048 bytes
   Time from start: 0 hours 0 mins 0 secs 
   Error occurred at: 02/28/11, 13:52:28
   Error description: Error BASE/1004  Message not found: TDOLPHYNQRY: export

Stack Calls
===========
   Called from: .\source\prg\tdolpqry.prg => TDOLPHINQRY:EXPORT(1657)
   Called from: K:\PROY_H~1\PRUEBA~2\Prg\testexp4.prg => LOMAIN(22)
   Called from: K:\PROY_H~1\PRUEBA~2\Prg\testexp4.prg => TESTEXP4(8)

System
======
   CPU type:               Intel(R) Pentium(R) 4 CPU 2.80GHz 2800 Mhz
   Hardware memory: 2040 megs

   Free System resources: 90 %
        GDI    resources: 90 %
        User   resources: 90 %

   Compiler version: xHarbour build 1.2.1 Intl. (SimpLex) (Rev. 6741)
   Windows version: 5.1, Build 2600 Service Pack 3

   Windows total applications running: 0

Variables in use
================
   Procedure     Type   Value
   ==========================
   TDOLPHINQRY:EXPORT
     Param   1:    N    4
     Param   2:    O    Class: TDOLPHINQRY
     Local   1:    C    "export"
     Local   2:    L    .F.
     Local   3:    U    
     Local   4:    O    Class: ERROR
     Local   5:    N    1004
     Local   6:    U    
   LOMAIN
     Local   1:    O    Class: TDOLPHINSRV
     Local   2:    O    Class: TDOLPHINQRY
     Local   3:    U    
     Local   4:    U    
   TESTEXP4

Linked RDDs
===========
   DBF
   DBFFPT
   DBFNTX
   DBFBLOB

DataBases in use
================

Classes in use:
===============
     1 ERROR
     2 HASHENTRY
     3 HBCLASS
     4 HBOBJECT
     5 HBDEBUGGER
     6 HBDBMENU
     7 HBDBMENUITEM
     8 HBDBWINDOW
     9 GET
    10 HBGETLIST
    11 HBDBBROWSER
    12 HBDBCOLUMN
    13 TDOLPHINSRV
    14 TDOLPHINQRY
    15 TREG32

Memory Analysis
===============
      142 Static variables

   Dynamic memory consume:
      Actual  Value:          0 bytes
      Highest Value:          0 byte
Ruben Dario Gonzalez
Cali-Colombia
rubendariogd@hotmail.com - rubendariogd@gmail.com
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 PM
Re: Al ejecutar testexp4 de TDolphin me genera este error
Posted: Wed Mar 02, 2011 02:41 AM

Ruben

correjido el problema, debes limpiar la construccion (clean.bat) y reconstruir la libreria...

debo recordar que las exportaciones no estan disponiblen en linux o mac solo para windows (por los momentos)

las exportaciones disponibles son, TEXTO, EXCEL, DBF, HTML, WORD Y SQLSCRIPT

Continue the discussion