Mr. Rao's samples collection.

User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Re: Mr. Rao's samples collection.

Post by Otto »

Hello Uwe,
can we access with SAMPLES COLLECTION other phpBB forums, too.
Thank you for you work and best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org

********************************************************************
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Re: Mr. Rao's samples collection.

Post by Otto »

Hello,
I made a test with the forum.prg changing the link against the German x_b_a_s_e Forum.
It is working fine.
Best regards,
Otto

Image
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org

********************************************************************
User avatar
ukoenig
Posts: 3981
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany
Contact:

Re: Mr. Rao's samples collection.

Post by ukoenig »

The missing update to ink the defined keywords

Download

http://www.pflegeplus.com/DOWNLOADS/forum10.zip

Inside the SETUP-section I'm still working on a new folderpage < statistics >

Image


collecting forums
show last topic and post ( author and topic no )
total topics
total posts
connect to a selected forum or topic

regards
Uwe :D
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
User avatar
Marc Venken
Posts: 727
Joined: Tue Jun 14, 2016 7:51 am

Re: Mr. Rao's samples collection.

Post by Marc Venken »

Hello Uwe, Thanks for the efforts.

What is the best approach in your way of using the program.

I normaly download topics from the last years (once) and than use the softseek to find all occurences. This way the highligh of words is not working.
Your way is to read the forum, with words that has to be found and so you highlight them. This works.
Marc Venken
Using: FWH 20.08 with Harbour
User avatar
Marc Venken
Posts: 727
Joined: Tue Jun 14, 2016 7:51 am

Re: Mr. Rao's samples collection.

Post by Marc Venken »

Hey Uwe,

I was back using the program for looking up samples in the forum

Is this (version 10) the latest update ?

The seek for words (info 1 + 2) is limited to the Titles downloaded from the forum ?
At this point the program is not looking for the words in the text content ?

Maybe the second field (info2) could be used for searching in the text, so we have the best of both ....
and maybe the title can also be seen in the browse ?
Marc Venken
Using: FWH 20.08 with Harbour
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: Mr. Rao's samples collection.

Post by nageswaragunupudi »

Can you please help me to locate the original program I posted in the forums?
Regards

G. N. Rao.
Hyderabad, India
User avatar
Marc Venken
Posts: 727
Joined: Tue Jun 14, 2016 7:51 am

Re: Mr. Rao's samples collection.

Post by Marc Venken »

Marc Venken
Using: FWH 20.08 with Harbour
User avatar
ukoenig
Posts: 3981
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany
Contact:

Re: Mr. Rao's samples collection.

Post by ukoenig »

Marc,

there will be a new release using new functions
I think including the topic-title there is no space inside the browser.
Defined keywords are shown inside the topictext.
I started moving buttons to the top of xBrowse but there seems to be a problem :
Now it is possible for each xbrowse to have its own buttonbar inside the control.
the file name ( samples1 ) is displayed on the right hand side,

Image

The old situation :

Image

another test using samples2.dbf NO buttons
the filename is displayed :cry:

Image

I used :

@ 10,10 XBROWSE oBrw SIZE 600, -160 PIXEL OF oDlg ;
COLUMNS "TOPICNO", "FORUM", "T_DELETE", "DATE", "AUTHOR", "LIKE", "INFO1", "INFO2" ;
COLSIZES 60, 55, 45, 70, 120, 65, 110, 110 ;
HEADERS "No.", "Forum", "Del.", "Date", "Author or file", "Like", "Keyword or Info1", "Keyword or Info2" ;
AUTOSORT LINES NOBORDER FONT oMono ;
ALIAS cFileName UPDATE

XbrSetupBar( oBrw )
...
...
//----------- only some buttons !!! -------------------------

FUNCTION XBRSETUPBAR( oBrw )

oBrw:nTopBarHeight := 55
oBrw:bOnAdjust := <||
local oXBtn[15], oTSize
// Buttons

RETURN NIL
>

RETURN NIL

regards
Uwe :D
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
User avatar
Marc Venken
Posts: 727
Joined: Tue Jun 14, 2016 7:51 am

Re: Mr. Rao's samples collection.

Post by Marc Venken »

Uwe,

I send a email, but not shure that it is correct : esck.....@aol.c.. (is this still used ?) Dots are replaced ))

Mine = marc(dot)maveco.be
Marc Venken
Using: FWH 20.08 with Harbour
User avatar
ukoenig
Posts: 3981
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany
Contact:

Re: Mr. Rao's samples collection.

Post by ukoenig »

Marc,

the email is ok.
I think it is possible to extend the tool.
I'm thinking about adding the modharbour-forum :?:

best regards
Uwe :D
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
User avatar
Marc Venken
Posts: 727
Joined: Tue Jun 14, 2016 7:51 am

Re: Mr. Rao's samples collection.

Post by Marc Venken »

Uwe,

In version 2.1

When you use the topic filter, the word is searched and found also in the text (topics)

In version 4.2 (current)

The word is searched, but only when the word is in the title it will be changed as found in the browse
There is no search into the text OR the result of finding it is not used in the Xbrowse

Try the word : include in both versions and yoy see what I mean

Yoy see that 2.1 found many more include in the txt files and 4.2 only when it is in the title.

Can you change that ?

At least in the versions that i'm using

Image
Marc Venken
Using: FWH 20.08 with Harbour
Post Reply