• error when i want delete doc

    By laurent basset 2 decades ago

    I want to sync two databases with option "Delete the target doc" when key is found.

    Sub mainNotesToNotes retrun an error at this line

    ….

    If docConfig.UseViewOrFormulaTX(0) = "VIEW" Or docConfig.UseViewOrFormulaTX(0) = "VIEWFILTER" Then

    'Get handle to the source view

    Set viewSource = dbSource.GetView( docConfig.View1TX(0) )



    return "Object variable not set"



    i don't understand ?

    thank

    • Will work on this one

      By David Jeyachandran 2 decades ago

      Hi Laurent,



      There is clearly a bug with this function. I'm in the testing phase for release 1.2 so I'll leave this one for the following release. Let me know how urgent this feature is for you.



      Regards

      David

      • not urgent !

        By laurent basset 2 decades ago

        It's not urgent, i log this documents and delete nanualy.

        thank you!