Search found 42 matches: dbg

Return to advanced search

Re: como cargar una selección de xbrowse en un array

queda así    aFacpago :=  asocio1(aElectro,aCliente:nclia)   for each z in aFacpago      ?  z[1]                                         &n...
by surGom
Mon May 25, 2020 2:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: como cargar una selección de xbrowse en un array SOLUCIONADO
Replies: 3
Views: 659

Primeiros passos com FiveWin

Le pido a ayuda dos senhores para compilar un programa de prueba usando la versión demo de fivewin. 1. Uso Harbour 3.2 compilado dos fuentes con Borland C ++ 5.5 2. Copié libs fiveh.lib y fivehc.lib de c:\fwh\lib a c:\harbour\lib\win\bcc 3. Creé dos archivos: fivewin01.prg y fivewin01.hbp 4. El cont...
by vlademiro
Wed Mar 11, 2020 1:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Primeiros passos com FiveWin
Replies: 8
Views: 1726

Re: Autoincrement field for DBFCDX

Hello , I made some test with autoincrement field : DBCREATE(cDbfFile , {{"ID","+",10,0}} , "DBFCDX" , .T. ) DBG DbStruct() // gives ID , + , 4 , 0 ? FieldLen("ID") // 4 WHY TRUNCATED TO 4 ????????????????????????? FOR i := 1 TO 10001 DBAPPEND() NEXT ...
by nageswaragunupudi
Tue Mar 27, 2018 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Autoincrement field for DBFCDX
Replies: 9
Views: 1747

Autoincrement field for DBFCDX

Hello , I made some test with autoincrement field : DBCREATE(cDbfFile , {{"ID","+",10,0}} , "DBFCDX" , .T. ) DBG DbStruct() // gives ID , + , 4 , 0 ? FieldLen("ID") // 4 WHY TRUNCATED TO 4 ????????????????????????? FOR i := 1 TO 10001 DBAPPEND() NEXT ...
by Franklin Demont
Sat Mar 24, 2018 10:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Autoincrement field for DBFCDX
Replies: 9
Views: 1747

DBG Adofield

Hello , FWH 1402 DBG ors:Field(..) Gives an error in cValtoStr . in :    if Left( cVal, 1 ) == "*" .and. Len( cVal ) > 2 .and. ValType( uVal ) == 'N'  cVal seems to be a object Solved with adding ...
by Franklin Demont
Wed Jan 31, 2018 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBG Adofield
Replies: 0
Views: 536

Re: Ayuda DLL

Buenas tardes Antonio, tienes razón me lo genera en donde esta el fuente, solo que me manda estos errores: Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\harbour\include;P:\32bits\FWH\INCLUDE;P:\Fuentes\xharbour\Comun\include /i /oObj\Tseguro.c Ha...
by ricardog
Tue Aug 29, 2017 7:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6330

Reading property ADODB.Connection

Hello ,

Using DBG oCon i can see the property's from this object i.e. :

7 Data Source Name DATA\TEST.MDB

I can't read this data with oCon:Data Source Name

How we can import the object properties in a array ?

Frank Demont
by Franklin Demont
Tue May 30, 2017 8:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading property ADODB.Connection
Replies: 1
Views: 445

Adoordd , xbrowse

... with xbrowse and have problems : 1) Opening a table like : USE table VIA "ADORDD" ALIAS alias NEW oRs := USRRDD_AREADATA( Select() )[1] DBG oRs:CursorType , oRs:CursorLocation , oRs:LockType 3 3 3 In AdoRdd i can see oRecordSet:Open(......., , adOpenDynamic , .... ) Cursortype ist'n ...
by Franklin Demont
Thu Oct 27, 2016 10:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adoordd , xbrowse
Replies: 9
Views: 2315

Re: Connect to Advantage Database

Hi Antonio , I try to make some test on FLH this morning. After install UBUNTU 14.04 LTS and all the packages needs to compile FLH i've a lot of errors like this: compiling... Harbour 2.1.0rc2 (Rev. 16643) Copyright (c) 1999-2011, http://harbour-project.org/ Compiling 'tutor01.prg'... Lines 1097, Fu...
by giuliano
Thu Aug 06, 2015 10:43 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Connect to Advantage Database
Replies: 31
Views: 11176

Re: List of existing variables used

Michel, If you review the source code of the FWH debugger in FWH\source\classes\fwdbg.prg you will see that we use some HB_Dbg_vmVar... functions to retrieve the value of the different vars. But you have to compile your PRGs using /b Also in c:\fwteam\source\function\errsysw.prg we use the functions...
by Antonio Linares
Thu Jul 09, 2015 2:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: List of existing variables used
Replies: 5
Views: 940

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

... It has In the file list a textbox to search quickly the file I think they are not complex requests... A very awesome feature would be if the dbg window does not close and I can break the program pressing a button. My program still freezes and I don't know where... But It think a very complex ...
by AntoninoP
Wed Feb 18, 2015 12:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour 3.0 and 3.2 debugger F7 and F9 problems
Replies: 26
Views: 5108

Timer congelado

... isopenxls() OF oWnd ACTIVATE TIMER oTimerbook osigo := oexcel:WorkBooks:Open(alltrim(fichero),.f.) oTimerbook:end() ... function isopenxls() dbg('osigo = ' + valtype(osigo)) return Se supone que el timer me debería indicar 'L' pasados unos segundos, pero el caso es que cuando Excel está pidiendo ...
by Sebastián Almirón
Thu Nov 27, 2014 5:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Timer congelado
Replies: 7
Views: 853

Conversion 1303 to 1402 : PRINT ... cModel

... FWH1402 , i have problems withy the command : PRINT oPrn NAME cTitle TO aPrinters[nPrint] // Checked : PDFCREATOR , printer is defined in windows DBG oPrn oPrn Shows as expected cModel (PDFCreator) and a value for hDc BUT THE OUTPUT : DEFAULT WINDOWS PRINTER What has changed ? Frank
by Franklin Demont
Wed Apr 23, 2014 8:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion 1303 to 1402 : PRINT ... cModel
Replies: 2
Views: 679

Re: New FTDN June/Junio 2013 (FWH 13.06)

... Cuando se muestra el mensaje de error se muestran también el número de línea y el nombre del proceso. * Actualizado: Los dos nuevos comandos DBG y LOG añadidos en FWH 13.05 han sido renombrados como FWDBG y FWLOG para evitar conflictos con los nombres usados en aplicaciones. * Mejora: En ...
by Antonio Linares
Tue Jul 16, 2013 5:19 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2013 (FWH 13.06)
Replies: 1
Views: 3016

New FTDN June/Junio 2013 (FWH 13.06)

... display of message but returns the error object. When error is displayed line number and process name also is displayed. * The two new commands DBG and LOG introduced in FWH 13.05 are renamed as FWDBG and FWLOG to avoid conflicts with names used in application programs * XBrowse ADO: Improved ...
by Antonio Linares
Mon Jul 08, 2013 6:53 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2013 (FWH 13.06)
Replies: 1
Views: 3016
Next

Return to advanced search