• searching in groups

    From Ragnarok@DOCKSUD to DOVE-Net.Sync_JavaScript on Mon Jun 28 01:33:00 2004
    hi.. i search for method to do search on the msgbase..across the subs
    exist something that do it?

    ---
    ■ Synchronet ■ Dock Sud BBS TLD 24 HS - www.docksud.com.ar
  • From Digital Man to Ragnarok on Thu Jul 1 00:49:29 2004
    Re: searching in groups
    By: Ragnarok to DOVE-Net.Sync_JavaScript on Mon Jun 28 2004 01:33 am

    hi.. i search for method to do search on the msgbase..across the subs
    exist something that do it?

    Did you try: bbs.scan_subs(SCAN_FIND) ?

    digital man

    Snapple "Real Fact" #29:
    On average a human will spend up to 2 weeks kissing in his/her lifetime.
  • From Tracker1@TRN to Digital Man on Mon Jul 5 00:54:00 2004
    Digital Man wrote:
    hi.. i search for method to do search on the msgbase..across the subs
    exist something that do it?

    Did you try: bbs.scan_subs(SCAN_FIND) ?

    IIRC that asks for Group, Sub, All ... I want to specify, so I can use
    my listbox, and have the "all" as an option when listing groups, or if they
    go into a group, the first option for subs, then the sub selection will
    search just that sub.

    --
    Michael J. Ryan - tracker1(at)theroughnecks(dot)net - www.theroughnecks.net icq: 4935386 - AIM/AOL: azTracker1 - Y!: azTracker1 - MSN/Win: (email)

    ---
    ■ Synchronet ■ theroughnecks.net - you know you want it
  • From Digital Man to Tracker1 on Tue Jul 6 20:30:05 2004
    Re: Re: searching in groups
    By: Tracker1 to Digital Man on Mon Jul 05 2004 12:54 am

    Digital Man wrote:
    hi.. i search for method to do search on the msgbase..across the subs exist something that do it?

    Did you try: bbs.scan_subs(SCAN_FIND) ?

    IIRC that asks for Group, Sub, All ... I want to specify, so I can use
    my listbox, and have the "all" as an option when listing groups, or if they go into a group, the first option for subs, then the sub selection will search just that sub.

    Use bbs.scan_posts() then.

    digital man

    Snapple "Real Fact" #111:
    Only male turkeys gobble.
  • From Ragnarok@DOCKSUD to Digital Man on Mon Jul 5 22:03:00 2004
    Digital Man wrote:

    Re: searching in groups
    By: Ragnarok to DOVE-Net.Sync_JavaScript on Mon Jun 28 2004 01:33 am

    hi.. i search for method to do search on the msgbase..across the subs exist something that do it?

    Did you try: bbs.scan_subs(SCAN_FIND) ?

    digital man

    Snapple "Real Fact" #29:
    On average a human will spend up to 2 weeks kissing in his/her lifetime.
    ---
    ? Synchronet ? Vertrauen ? Home of Synchronet ? telnet://vert.synchro.net

    but..it do not exist where in run from jsexec

    ---
    ■ Synchronet ■ Dock Sud BBS TLD 24 HS - www.docksud.com.ar
  • From Digital Man to Ragnarok on Thu Jul 8 20:49:04 2004
    Re: Re: searching in groups
    By: Ragnarok to Digital Man on Mon Jul 05 2004 10:03 pm

    Digital Man wrote:

    Re: searching in groups
    By: Ragnarok to DOVE-Net.Sync_JavaScript on Mon Jun 28 2004 01:33 am

    hi.. i search for method to do search on the msgbase..across the subs exist something that do it?

    Did you try: bbs.scan_subs(SCAN_FIND) ?

    digital man

    Snapple "Real Fact" #29:
    On average a human will spend up to 2 weeks kissing in his/her lifetime. ---
    ? Synchronet ? Vertrauen ? Home of Synchronet ? telnet://vert.synchro.net

    but..it do not exist where in run from jsexec

    True. All Telnet-interactive functions are in the "bbs" object. What are you trying to do exactly?

    digital man

    Snapple "Real Fact" #146:
    The smallest county in America is New York County, better known as Manhattan.
  • From Ragnarok@DOCKSUD to Digital Man on Tue Jul 13 11:58:00 2004
    Digital Man wrote:

    Re: Re: searching in groups
    By: Ragnarok to Digital Man on Mon Jul 05 2004 10:03 pm

    Digital Man wrote:

    Re: searching in groups
    By: Ragnarok to DOVE-Net.Sync_JavaScript on Mon Jun 28 2004 01:33
    am

    hi.. i search for method to do search on the msgbase..across the
    subs exist something that do it?

    Did you try: bbs.scan_subs(SCAN_FIND) ?

    digital man

    Snapple "Real Fact" #29:
    On average a human will spend up to 2 weeks kissing in his/her
    lifetime. ---
    ? Synchronet ? Vertrauen ? Home of Synchronet ?
    telnet://vert.synchro.net

    but..it do not exist where in run from jsexec

    True. All Telnet-interactive functions are in the "bbs" object. What are
    you trying to do exactly?


    i trying to make a console seach srcript.. to use ouside of bbs.

    ---
    ■ Synchronet ■ Dock Sud BBS TLD 24 HS - www.docksud.com.ar
  • From Digital Man to Ragnarok on Wed Jul 14 15:15:39 2004
    Re: Re: searching in groups
    By: Ragnarok to Digital Man on Tue Jul 13 2004 11:58 am

    Did you try: bbs.scan_subs(SCAN_FIND) ?

    but..it do not exist where in run from jsexec

    True. All Telnet-interactive functions are in the "bbs" object. What are you trying to do exactly?


    i trying to make a console seach srcript.. to use ouside of bbs.

    Okay, then you'll need to use the MsgBase class to read the messages and perform the search using JS (probably regexp's).

    digital man

    Snapple "Real Fact" #84:
    Oysters can change genders back and forth.