Macro: bind_using

Module location: Server.pkg line 1045 (view source)

The use of using on an object name is no longer supported. We will check for it's usage in case developer's use this in old code. Insetad of using, one should use "Set Server"

  #IF (!0>0)
    #IFSAME !1 USING
      #ERROR DFERR_COMP_OBSOLETE_UNSUPPORTED_FEATURE "Using object syntax is no longer supported. Use Set Server instead." 
      //#IFDEF !2
        //set Server to !2
      //#ELSE
        //set Server to !2.obj
      //#ENDIF
    #ELSE
      bind_using !2 !3 !4 !5 !6 !7 !8 !9
    #ENDIF
  #ENDIF