Search found 818 matches: builder

Return to advanced search

Re: Xbrowse Builder having a strange error

Hello Mark,
Sure, I help with testing.
Can you please copy the dbf fiels somewhere?
Customer.dbf is not compatible with which I have.
Also, for creating the files, we have to change the path.

Best regards,
Otto
by Otto
Wed Jan 26, 2022 9:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Builder having a strange error (SOLVED)
Replies: 27
Views: 1629

Re: Xbrowse Builder having a strange error

Can someone test this sample and see if you also have the error ?
by Marc Venken
Tue Jan 25, 2022 12:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Builder having a strange error (SOLVED)
Replies: 27
Views: 1629

Re: Xbrowse Builder having a strange error

... 80, 80 2007 BOTTOM NOBORDER   @ 3, 3 FOLDEREX oFld SIZE oDlg:nWidth, oDlg:nHeight - oBarDialog:nheight  ;      PROMPT "Basic", "Builder" ;      BITMAPS "..\bitmaps\alphabmp\Facebook.bmp",                            ;              "..\bitmaps\alphabmp\viddler.bmp" ...
by Marc Venken
Fri Jan 07, 2022 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Builder having a strange error (SOLVED)
Replies: 27
Views: 1629

Re: Xbrowse Builder having a strange error (RESOLVED)

Dear Marc,

Are tempXb->veld and tempXb->brnaam both strings ?
by Antonio Linares
Fri Jan 07, 2022 6:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Builder having a strange error (SOLVED)
Replies: 27
Views: 1629

Re: Xbrowse Builder having a strange error (RESOLVED)

Marc, Do you mean this error ? Error description: Error BASE/1004 No exported method: VALUE Args: [ 1] = U Stack Calls =========== Called from: => VALUE( 0 ) Called from: .\TEST1.PRG => STYLEBROWSE( 751 ) Do you still get the same error ? You are sending a message to a nil Yes... I know that ...
by Marc Venken
Fri Jan 07, 2022 10:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Builder having a strange error (SOLVED)
Replies: 27
Views: 1629

Re: Xbrowse Builder having a strange error (RESOLVED)

Marc,

Do you mean this error ?

Error description: Error BASE/1004 No exported method: VALUE
Args:
[ 1] = U

Stack Calls
===========
Called from: => VALUE( 0 )
Called from: .\TEST1.PRG => STYLEBROWSE( 751 )

Do you still get the same error ? You are sending a message to a nil
by Antonio Linares
Fri Jan 07, 2022 8:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Builder having a strange error (SOLVED)
Replies: 27
Views: 1629

Re: Xbrowse Builder having a strange error (RESOLVED)

If we can confirm that it is not possible that the alltrim of the array can trigger the error, than I will build a sample with FW sample data dbf's
by Marc Venken
Thu Jan 06, 2022 8:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Builder having a strange error (SOLVED)
Replies: 27
Views: 1629

Re: Xbrowse Builder having a strange error (RESOLVED)

Changing the code give the same error. So strange that when I use the alltrim function it craches with the error and whithout alltrim it works. I wanted the alltrim because then the browse headers would be centered nice. So only changing these 2 lines trigger the error.. No idea //aadd(aVeld,alltrim...
by Marc Venken
Thu Jan 06, 2022 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Builder having a strange error (SOLVED)
Replies: 27
Views: 1629

Re: Xbrowse Builder having a strange error (RESOLVED)

Mark, in your initial code: .../...    StyleBrowse(oBrw, aBrwGet, aBrwEdit ,cData )  // while give the browse the style we want   oBrw:CreateFromCode().../...  try with .../...   oBrw:CreateFromCode()   StyleBrowse(oBrw, a...
by cnavarro
Thu Jan 06, 2022 7:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Builder having a strange error (SOLVED)
Replies: 27
Views: 1629

Re: Xbrowse Builder having a strange error (RESOLVED)

Dear Marc,

Mr. Rao is the right one to answer you about it
by Antonio Linares
Thu Jan 06, 2022 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Builder having a strange error (SOLVED)
Replies: 27
Views: 1629

Re: Best technic to use the set relation to syntax

... dbf's (or a link) Than you can see where I'm. It will become a invoicing program based on folderex and xbrowse. For the Xbrowse I made a Xbrowse Builder that calls his data from 2 dbf files. Great working for my way of doing ))) This is the code now for callling Xbrowse. One row and all setting, ...
by Marc Venken
Thu Jan 06, 2022 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Best technic to use the set relation to syntax
Replies: 11
Views: 885

Re: Xbrowse Builder having a strange error (RESOLVED)

Team Fivewin : Maybe this is a bug ?
by Marc Venken
Tue Jan 04, 2022 10:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Builder having a strange error (SOLVED)
Replies: 27
Views: 1629

Re: Xbrowse Builder having a strange error (RESOLVED)

Absolut strange and no idea at all why this is the solution, or even why it triggers a error... I spend hours of debugging. I changed the array for the fields/headers to a alltrim, so that the headers would be centered nicely into the browse. Centering works, but it triggers that strange error. //aa...
by Marc Venken
Tue Jan 04, 2022 10:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Builder having a strange error (SOLVED)
Replies: 27
Views: 1629

Re: Xbrowse Builder having a strange error

If I call the function separately, it seems to work. So when I comment out the function call to stylebrowse insite the getxbrowser function and call it like this, it seems to work. //It is like this now and the call to stylebrowse if included (post above) oBrw[4] = getXBrowser("FACTUREN",o...
by Marc Venken
Tue Jan 04, 2022 9:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Builder having a strange error (SOLVED)
Replies: 27
Views: 1629

Xbrowse Builder having a strange error (SOLVED)

I was desingning a xbrowsebuilder that reads all info from dbf and build it with 1 line. It was working good, but while changing some code a error occured that I can't solve. The forum has several topics about the error, but I don't see the solution because I don't know where it comes from. I call t...
by Marc Venken
Tue Jan 04, 2022 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Builder having a strange error (SOLVED)
Replies: 27
Views: 1629
PreviousNext

Return to advanced search