New to FWH27 - Executing TESTBRAR.EXE Error

New to FWH27 - Executing TESTBRAR.EXE Error

Postby George Trojan » Sat Apr 29, 2006 2:40 am

Just started testing and have encountered several application error eg.

Any help appreciated

Thanks

Application
===========
Path and name: C:\FWH\SAMPLES\TESTBRAR.EXE (32 bits)
Size: 1,296,384 bytes
Time from start: 0 hours 0 mins 0 secs
Error occurred at: 04/29/06, 12:40:02
Error description: Error BASE/1002 Alias does not exist

Stack Calls
===========
Called from: WBROWSE.PRG => TWBROWSE:DEFAULT(0)
Called from: WBROWSE.PRG => (b)TWBROWSE:TWBROWSE(0)
Called from: WBROWSE.PRG => TWBROWSE:INITIATE(0)
Called from: => __OBJSENDMSG(0)
Called from: HARBOUR.PRG => OSEND(0)
Called from: HARBOUR.PRG => ASEND(0)
Called from: DIALOG.PRG => TDIALOG:INITIATE(0)
Called from: DIALOG.PRG => TDIALOG:HANDLEEVENT(0)
Called from: => DIALOGBOXINDIRECT(0)
Called from: DIALOG.PRG => TDIALOG:ACTIVATE(0)
Called from: testbrar.prg => MAIN(28)

System
======
CPU type: 1666 Mhz
Hardware memory: 256 megs

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

Compiler version: xHarbour build 0.99.61 Intl. (SimpLex)
Windows version: 4.10, Build 67766446 B

Windows total applications running: 0

Variables in use
================
Procedure Type Value
==========================
TWBROWSE:DEFAULT
Local 1: O Class: TWBROWSE
Local 2: N 1
Local 3: U
Local 4: C ""
Local 5: N 4
Local 6: N 0
Local 7: N 1
Local 8: C ""
Local 9: U
Local 10: N 0
(b)TWBROWSE:TWBROWSE
Param 1: O Class: TWBROWSE
Param 2: N 4080
TWBROWSE:INITIATE
Param 1: N 4080
__OBJSENDMSG
Param 1: O Class: TWBROWSE
Param 2: C "INITIATE"
Param 3: N 4080
OSEND
Param 1: O Class: TWBROWSE
Param 2: C "INITIATE"
Param 3: N 4080
Local 1: U
Local 2: U
Local 3: U
Local 4: U
Local 5: U
Local 6: U
Local 7: U
Local 8: U
Local 9: U
Local 10: N 1
Local 11: U
ASEND
Param 1: A Len: 2
Param 2: C "INITIATE()"
Param 3: N 4080
Local 1: U
Local 2: U
Local 3: U
Local 4: U
Local 5: U
Local 6: U
Local 7: U
Local 8: U
Local 9: U
Local 10: N 1
Local 11: N 1
TDIALOG:INITIATE
Param 1: N 4084
Param 2: N 4080
Local 1: O Class: TDIALOG
Local 2: L .T.
Local 3: U
Local 4: U
Local 5: L .F.
Local 6: U
TDIALOG:HANDLEEVENT
Param 1: N 272
Param 2: N 4084
Param 3: N 4080
Local 1: O Class: TDIALOG
DIALOGBOXINDIRECT
Param 1: N 4194304
Param 2: C "€ È€    ¿ ‰ ±P   – d e T W B R O W S E P 6 ´   f B U T T O N & E n d "
Param 3: N 0
Param 4: O Class: TDIALOG
TDIALOG:ACTIVATE
Param 1: U
Param 2: U
Param 3: U
Param 4: L .T.
Param 5: U
Param 6: L .T.
Param 7: U
Param 8: U
Param 9: U
Param 10: L .F.
Local 1: O Class: TDIALOG
Local 2: N 0
Local 3: U
Local 4: U
Local 5: U
Local 6: O Class: TDIALOG
MAIN
Local 1: O Class: TDIALOG
Local 2: O Class: TWBROWSE
Local 3: A Len: 3

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

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

Classes in use:
===============
1 HBCLASS
2 HBOBJECT
3 TWINDOW
4 TDIALOG
5 TBRUSH
6 TCONTROL
7 TWBROWSE
8 TBUTTON
9 TFONT
10 ERROR
11 TREG32

Memory Analysis
===============
129 Static variables

Dynamic memory consume:
Actual Value: 0 bytes
Highest Value: 0 bytes

George Trojan
 
Posts: 16
Joined: Fri Apr 28, 2006 4:09 pm
Location: Australia

Postby Antonio Linares » Sat Apr 29, 2006 6:37 am

George,

Please modify samples\TestBrar.prg this way:
Code: Select all  Expand view
   @ 1, 1 LISTBOX oBrw FIELDS aData[ oBrw:nAt ][ 1 ],;
                              aData[ oBrw:nAt ][ 2 ],;
                              aData[ oBrw:nAt ][ 3 ],;
                              aData[ oBrw:nAt ][ 4 ] OF oDlg ;
     SIZE 150, 100 HEADERS "One", "Two", "Three", "Four"
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41366
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby George Trojan » Sat Apr 29, 2006 1:43 pm

Thanks for that, works as required. Sorry to be a pest; however, when executing TESTBRWA I get the distant below error:
The reason I am running these tests is because I have a Fivewin/Clipper app which works fine with 16-bit Fw27; however, I am getting and can create similar listbox array errors with FWH which I am having difficulty tracking. It is:

FWH Our App error: If necessary I will try to post a reduced sample.

ApplicationApplication
===========
Path and name: C:\FWH\SAMPLES\ROSSOS.EXE (32 bits)
Size: 1,605,632 bytes
Time from start: 0 hours 0 mins 7 secs
Error occurred at: 29/04/2006, 23:44:03
Error description: Error BASE/1002 Alias does not exist: ARRAY

Stack Calls
===========
Called from: WBROWSE.PRG => _AFIELDS(0)
Called from: WBROWSE.PRG => (b)TWBROWSE:DEFAULT(0)
Called from: WBROWSE.PRG => TWBROWSE:DEFAULT(0)
Called from: WBROWSE.PRG => (b)TWBROWSE:TWBROWSE(0)
Called from: WBROWSE.PRG => TWBROWSE:INITIATE(0)
Called from: => __OBJSENDMSG(0)
Called from: HARBOUR.PRG => OSEND(0)
Called from: HARBOUR.PRG => ASEND(0)
Called from: DIALOG.PRG => TDIALOG:INITIATE(0)
Called from: DIALOG.PRG => TDIALOG:HANDLEEVENT(0)
Called from: => CREATEDLG(0)
Called from: DIALOG.PRG => TDIALOG:ACTIVATE(0)
Called from: rossos.prg => ADDORDER(2247)
Called from: rossos.prg => (b)MAIN2(343)
Called from: BTNBMP.PRG => TBTNBMP:CLICK(0)
Called from: BTNBMP.PRG => TBTNBMP:LBUTTONUP(0)
Called from: WINDOW.PRG => TWINDOW:HANDLEEVENT(0)
Called from: CONTROL.PRG => TBTNBMP:HANDLEEVENT(0)
Called from: WINDOW.PRG => _FWH(0)
Called from: => WINRUN(0)
Called from: WINDOW.PRG => TMDIFRAME:ACTIVATE(0)
Called from: rossos.prg => MAIN2(392)
Called from: rossos.prg => MAIN3(254)
Called from: rossos.prg => (b)MAIN(218)
Called from: WINDOW.PRG => TWINDOW:ACTIVATE(0)
Called from: rossos.prg => MAIN(218)


FWH Testbrwa error:


===========
Path and name: C:\FWH\SAMPLES\TESTBRWA.EXE (32 bits)
Size: 1,303,552 bytes
Time from start: 0 hours 0 mins 0 secs
Error occurred at: 29/04/06, 23:37:46
Error description: Error FiveWin/3 Cannot create Dialog Box:
Resource: Brw_Fechas

Stack Calls
===========
Called from: => CREATEDLGERROR(0)
Called from: DIALOG.PRG => TDIALOG:ACTIVATE(0)
Called from: testbrwa.prg => MAIN(62)

System
======
CPU type: 1666 Mhz
Hardware memory: 256 megs

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

Compiler version: xHarbour build 0.99.61 Intl. (SimpLex)
Windows version: 4.10, Build 67766446 B

Windows total applications running: 0

Variables in use
================
Procedure Type Value
==========================
CREATEDLGERROR
Param 1: O Class: TDIALOG
Local 1: C "Brw_Fechas"
Local 2: C " "
TDIALOG:ACTIVATE
Param 1: U
Param 2: U
Param 3: U
Param 4: L .F.
Param 5: U
Param 6: L .T.
Param 7: U
Param 8: U
Param 9: U
Param 10: L .F.
Local 1: O Class: TDIALOG
Local 2: N 0
Local 3: U
Local 4: U
MAIN
Local 1: O Class: TDIALOG
Local 2: O Class: TWBROWSE
Local 3: B {|| ... }
Local 4: B {|| ... }
Local 5: U
Local 6: U
Local 7: L .F.
Local 8: U
Local 9: U

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

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

Classes in use:
===============
1 HBCLASS
2 HBOBJECT
3 TWINDOW
4 TDIALOG
5 TBRUSH
6 TCONTROL
7 TCHECKBOX
8 TWBROWSE
9 TBUTTON
10 ERROR
11 TREG32

Memory Analysis
===============
131 Static variables

Dynamic memory consume:
Actual Value: 0 bytes
Highest Value: 0 bytes

George Trojan
 
Posts: 16
Joined: Fri Apr 28, 2006 4:09 pm
Location: Australia

Postby Antonio Linares » Mon May 01, 2006 5:10 am

George,

samples\TestBrwA.prg is working fine with these changes:

1. Add this TestBrwA.rc to samples directory:
http://hyperupload.com/download/01d41fd ... wa.rc.html

2. Make this change in samples\TestBrwA.prg:
Code: Select all  Expand view
   #ifndef __HARBOUR__
      SET RESOURCES TO "BrwArr.dll"
   #endif
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41366
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby George Trojan » Mon May 01, 2006 11:54 am

Thanks for your time. Attempted to download the RC files - its says it is unavailabe.

Thanks again.
George Trojan
 
Posts: 16
Joined: Fri Apr 28, 2006 4:09 pm
Location: Australia

Postby Antonio Linares » Mon May 01, 2006 11:56 am

George,

Look in that URL page for

Hyperupload :: Download
Download link:
...running time...

you have to wait some seconds, then you can download it.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41366
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby George Trojan » Mon May 01, 2006 12:55 pm

Hi Antonio,

Have used the download site before, it just says:

File: testbrwa.rc
File size: 1.74Kb
Description: not available

Waited several minutes - nothing happens - sorry
George Trojan
 
Posts: 16
Joined: Fri Apr 28, 2006 4:09 pm
Location: Australia

Postby Antonio Linares » Mon May 01, 2006 2:17 pm

George,

Please notice this in the page (enclosed in an ellipse):
Image
When the wait is over, THERE you have the link to download it :)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41366
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby George Trojan » Tue May 02, 2006 9:26 am

Apologies - working and thank you.

Regards
George Trojan
 
Posts: 16
Joined: Fri Apr 28, 2006 4:09 pm
Location: Australia

Postby Antonio Linares » Tue May 02, 2006 9:45 am

George,

You are welcome, never mind :)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41366
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 47 guests