Announcement

Collapse
No announcement yet.

Miva function change directory

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Miva function change directory



    ------=_NextPart_000_00A4_01C4B758.2DBB2120
    Content-Type: text/plain;
    charset="koi8-r"
    Content-Transfer-Encoding: quoted-printable

    Hi everybody,

    does anyone know the miva command for changing the current directory?

    all the best,
    Svetoslav
    ------=_NextPart_000_00A4_01C4B758.2DBB2120--

    #2
    Miva function change directory



    There isn't one, not needed. You simply explicitly define the target
    directory.

    Jonathan
    Driftwood Network Services


    At 02:24 AM 10/21/2004, Svetoslav wrote:
    >Hi everybody,
    >
    >does anyone know the miva command for changing the current directory?
    >
    >all the best,
    >Svetoslav



    Comment


      #3
      Miva function change directory



      Hi,

      I need that function because I need to use these functions:

      OpenBasket() function from g.Library_Utilities (lib/util.mvc) file.
      Basket_Insert from g.Library_DB (lib/db.mvc)

      my module type is STOREUTIL

      admin.mv
      merchant.mv
      lib/
      util.mvc
      db.mvc

      modules/
      util

      Now I am using this kind of approach ['../../' $ g.Library_Utilities]

      does anyone knows why the OpenBasket function returns zero value.
      P.S.: when I try to use Store_Open( g.Store_Code ) the browser falls in a
      "Not responding mode"

      All the best,
      Svetoslav




      ----- Original Message -----
      From: "Jonathan - Driftwood" <[email protected]>
      To: "Svetoslav" <[email protected]>; <[email protected]>
      Sent: Thursday, October 21, 2004 10:35 AM
      Subject: Re: [mrc] Miva function change directory


      > There isn't one, not needed. You simply explicitly define the target
      > directory.
      >
      > Jonathan
      > Driftwood Network Services
      >
      >
      > At 02:24 AM 10/21/2004, Svetoslav wrote:
      >>Hi everybody,
      >>
      >>does anyone know the miva command for changing the current directory?
      >>
      >>all the best,
      >>Svetoslav
      >
      >
      >

      Comment


        #4
        Miva function change directory



        Use:

        <MvDO FILE = "{ g.Library_DB }" VALUE = "{ function you are calling }">


        -Bruce
        ......................................
        PHOSPHOR Media
        Featuring: StoreMan - A smarter way to manage Miva Merchant(tm) Store Content.
        Download a hassle-free demo today
        <A HREF ="http://www.phosphormedia.com/go.mv?ID=listsm">http://www.phosphormedia.com/go.mv?ID=listsm</A>
        ......................................




        > -----Original Message-----
        > From: [email protected]
        > [mailto:[email protected]]On Behalf Of Svetoslav
        > Sent: Thursday, October 21, 2004 5:12 AM
        > To: Jonathan - Driftwood
        > Cc: [email protected]
        > Subject: Re: [mrc] Miva function change directory
        >
        >
        > Hi,
        >
        > I need that function because I need to use these functions:
        >
        > OpenBasket() function from g.Library_Utilities (lib/util.mvc) file.
        > Basket_Insert from g.Library_DB (lib/db.mvc)
        >
        > my module type is STOREUTIL
        >
        > admin.mv
        > merchant.mv
        > lib/
        > util.mvc
        > db.mvc
        >
        > modules/
        > util
        >
        > Now I am using this kind of approach ['../../' $ g.Library_Utilities]
        >
        > does anyone knows why the OpenBasket function returns zero value.
        > P.S.: when I try to use Store_Open( g.Store_Code ) the browser falls in a
        > "Not responding mode"
        >
        > All the best,
        > Svetoslav
        >
        >
        >
        >
        > ----- Original Message -----
        > From: "Jonathan - Driftwood" <[email protected]>
        > To: "Svetoslav" <[email protected]>; <[email protected]>
        > Sent: Thursday, October 21, 2004 10:35 AM
        > Subject: Re: [mrc] Miva function change directory
        >
        >
        > > There isn't one, not needed. You simply explicitly define the target
        > > directory.
        > >
        > > Jonathan
        > > Driftwood Network Services
        > >
        > >
        > > At 02:24 AM 10/21/2004, Svetoslav wrote:
        > >>Hi everybody,
        > >>
        > >>does anyone know the miva command for changing the current directory?
        > >>
        > >>all the best,
        > >>Svetoslav
        > >
        > >
        > >

        Comment

        Working...
        X