Hi
I have a to xcommand like below.
I need the define PTYPE is OPTIONAL like that
What should I change the command line? (=>)
Thanks.
I have a to xcommand like below.
#xcommand DOSYA_AC <oData>;
      [INDEX <xxIND>] ;
      [ORDER <xxcORDER>] ;
      [ISLEM <xxK>];
      [ <lSoftSEEK: SOFTSEEK> ] ;
      [ALIAS <xxALIAS>] ;
      [ <lReadOnly: READONLY> ] ;
      [ <lOpenMode: EXCLUSIVE> ] ;
  =><oData>:D_AC(<xxIND>, <xxK>, <.lSoftSEEK.>, <xxALIAS>, <.lReadOnly.>, ;
            <xxcORDER>, <.lOpenMode.>)
#xcommand DOSYA_ACN <oData>;
      PTYPE <oPtype> ;
      [INDEX <xxIND>] ;
      [ORDER <xxcORDER>] ;
      [ISLEM <xxK>];
      [ <lSoftSEEK: SOFTSEEK> ] ;
      [ALIAS <xxALIAS>] ;
      [ <lReadOnly: READONLY> ] ;
      [ <lOpenMode: EXCLUSIVE> ] ;
  =><oData>:= <oPtype>:Clone();;
   <oData>:D_AC(<xxIND>, <xxK>, <.lSoftSEEK.>, <xxALIAS>, <.lReadOnly.>, ;
            <xxcORDER>, <.lOpenMode.>)I need the define PTYPE is OPTIONAL like that
#xcommand DOSYA_ACN <oData>;
      [PTYPE <oPtype>] ;         <<<=========
      [INDEX <xxIND>] ;
      [ORDER <xxcORDER>] ;
      [ISLEM <xxK>];
      [ <lSoftSEEK: SOFTSEEK> ] ;
      [ALIAS <xxALIAS>] ;
      [ <lReadOnly: READONLY> ] ;
      [ <lOpenMode: EXCLUSIVE> ] ;
  =><oData>:= <oPtype>:Clone();;
   <oData>:D_AC(<xxIND>, <xxK>, <.lSoftSEEK.>, <xxALIAS>, <.lReadOnly.>, ;
            <xxcORDER>, <.lOpenMode.>What should I change the command line? (=>)
Thanks.
Regards,
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.06
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.06