Page 2 of 10

Re: Mr. Rao's samples collection for Xbrowse

PostPosted: Fri Jan 26, 2018 7:10 am
by Otto
Hello Marc,
no I do not have a newer version.
Now I have a different program. In this program I can keep notes and code and pictures.
I have full text search, categories, tags, etc.
I can run the exe files from here or open the projects.
From short cut I open this tool from everywhere.
Best regards,
Otto

Image
Image
Image
Image

Re: Mr. Rao's samples collection for Xbrowse

PostPosted: Fri Jan 26, 2018 8:13 am
by Marc Venken
Hey otto,

Nice and handy program !

It contains your samples and samples from the forum I suppose, but you don't read and extract them from the forum ?

Re: Mr. Rao's samples collection for Xbrowse

PostPosted: Fri Jan 26, 2018 9:23 am
by Otto
Hello Marc,
yes you are right.
I copy & paste from the forum and add my notes.
Best regards,
Otto

Re: Mr. Rao's samples collection for Xbrowse

PostPosted: Fri Jan 26, 2018 5:35 pm
by ukoenig
A extended version

I added a dialog-brush
Now You can select / create up to 4 files and select the forum
with a right mouseclick You can move a topic to the bottom
selecting a file, the forum is focused as well where the toppics are collected from

Download :
http://www.service-fivewin.de/DOWNLOADS/Forum1.zip

Image

Updating a file :

1. select *.* or a author
2. select a range
3. select the forum ( 1 - 4 )
4. select the file ( 1 - 4 )
5. select the < refresh > - button

regards
Uwe :D

Re: Mr. Rao's samples collection for Xbrowse

PostPosted: Sat Jan 27, 2018 8:27 am
by Marc Venken
Downloaded...

Insite the download is a older version of the program. (not like the screen above)

Important : Is there a option to append the data from the forum and not delete the file and read all over again ?

Because when we select (Like or not like) now, and we want to add new topics to the database, all like's will be deleted.
So, the database may have a option to (pack) or keep and append.

We have a nice working tool then !!! Thanks for the update...

Re: Mr. Rao's samples collection for Xbrowse

PostPosted: Sat Jan 27, 2018 8:30 am
by Silvio.Falconi
Uwe,

Image

Please change this image

this is a part of a My commercial application

and then Antonio name and surname is "Antonio Linares" and not "Antonio Lenares"

Re: Mr. Rao's samples collection for Xbrowse

PostPosted: Sat Jan 27, 2018 9:16 am
by ukoenig
Silvio,

Images I'm using for examples are ALL public domain from the internet.

Image

regards
Uwe :?:

Re: Mr. Rao's samples collection for Xbrowse

PostPosted: Sat Jan 27, 2018 9:20 am
by Marc Venken
Hey Otto,

How is the function (routine) for highlighting the words in a large filter ? (words that need to be seeked)

I see that Xbrowse is highligted...in your result.

Re: Mr. Rao's samples collection for Xbrowse

PostPosted: Sat Jan 27, 2018 9:21 am
by Silvio.Falconi
ukoenig wrote:Silvio,

Images I'm using for examples are ALL public domain from the internet.

Image

regards
Uwe :?:


I mean stars winto xbrowse and headers same on my "Studio" commercial application !!!!
and this is not public domain !!!!!

Re: Mr. Rao's samples collection for Xbrowse

PostPosted: Sat Jan 27, 2018 9:49 am
by Marc Venken
Hey Uwe,

I would be honored is one of my samples gets into the samples collector, and can be seens by our community....

So feel free....

Marc

Re: Mr. Rao's samples collection for Xbrowse

PostPosted: Sat Jan 27, 2018 12:19 pm
by ukoenig
New design !

I think now everything we need is included or is there still something missing
any ideas are welcome :?:

1. select a forum to import data
2. select for import data a author or ( *.* ) = all
3. import toppics from range topic no. or date :!:
4. delete unwanted topics ( right mouseclick change from green to red )
5. import complete or append :!:
6. select any of the the import files before import :!:
-- a filechange ( radio samples1 - 5 ) shows the new data in xBrowse
7. connect to the forum topic :!:
8. opens the last loaded file and shows the settings ( saved to a INI on exit )


still some work to do to test and complete it :cry:
next I will carry on with the sample-collector

Image

regards
Uwe :?:

Re: Mr. Rao's samples collection for Xbrowse

PostPosted: Sat Jan 27, 2018 9:23 pm
by ukoenig
A question about the forum-structure to Mr.Rao

Everything is working fine now

I have a option to select a topic by range number from to
and optional a option selecting topics by date-range

it seems it can be only used from inside a defined topic range by number as a sub-filter :?:
or is it possible to start with a defined date for the import :?:

Code: Select all  Expand view

IF TRIM(cAuthor) = TRIM(cUser) .or. TRIM(cAuthor) = "*.*" .and. nTSelect = 1 // works !!!!
    // MsgAlert( TRIM(cAutor), TRIM(cUser) )
    lFound := .T.
ENDIF
IF dDate >= dDateFrom .and. dDate <= dDateTo .and. nTSelect = 2  // date selection ????????????
     MsgAlert( TRIM(cAutor), TRIM(cUser) )
     lFound := .T.
ENDIF
IF lFound = .T.
      cCode          := ExtractPrgCode( cCode )
      DBAPPEND()
      FIELD->TOPICNO  := nTopic
      FIELD->LINK     := TopicNoToURL( nTopic )
      FIELD->TOPIC        := cTopic
      FIELD->AUTHOR   := cUser
      FIELD->DATE     := dDate
      FIELD->LIKE     := 0
      FIELD->CODE     := cCode
      IF nForum = 1
           FIELD->FORUM := "England"
      ELSEIF nForum = 2
          FIELD->FORUM := "Spain"
      ELSEIF nForum = 3
           FIELD->FORUM := "Italy"
      ELSEIF nForum = 4
           FIELD->FORUM := "Germany"
      ELSEIF nForum = 5
           FIELD->FORUM := "Portugal"
      ENDIF
ENDIF
 


regards
Uwe :?:

Re: Mr. Rao's samples collection for Xbrowse

PostPosted: Thu Feb 01, 2018 10:55 am
by Marc Venken
Hey Uwe,

I see that you are updating, and using dates to import.

Maybe also a option that you save the last date or topic nr. download into the systemfile, and that we can UPDATE with a single click, so that
the range will be taken from the ini file, updated and new range in saved again.

Just a idea from laysy users. :D :D

BTW : I would like to test/use the program as it is now.... (have a lot to look up)

Re: Mr. Rao's samples collection for Xbrowse

PostPosted: Thu Feb 01, 2018 11:20 am
by ukoenig
YES Marc

as well I'm getting more and more ideas to improve it

I'm just struggling on a solution to break the run in case a wrong topic-range is defined.
As well I would like to define a range by date and
a filter with multiple words to filter like in the forum
filter < dialog xbrowse > must show only topics with including words dialog and xbrowse

viewtopic.php?f=3&t=35216

regards
Uwe :D

Re: Mr. Rao's samples collection for Xbrowse

PostPosted: Fri Feb 02, 2018 11:02 am
by ukoenig
Marc,

DONE :D

Maybe also a option that you save the last date or topic nr. download into the systemfile,
and that we can UPDATE with a single click, so that
the range will be taken from the ini file, updated and new range in saved again.


I deleted the date-range because I think not needed
Now You can AUTO-update a selected file without thinking about topic-numbers
A break during import is working now.

Image

regards
Uwe :D