Search results

  1. C

    strange behavour V10

    :confused: Can someone tell me why i can't find a record in table 'er-200' when i use example 1. But when i use example 2, i do find that record. When i use both examples on other databases (V9 or V10) they both work. DEF VAR c_sleutel AS CHAR NO-UNDO. /* 1 */ FIND FIRST er-200...
  2. C

    problem calling Delphi dll

    :confused: Hello Peggers, I have a problem calling a Delphi ddl (AESign.dll) made by a 3-rd party. De function in the dll: function AESign(PEM, PassWord, XML, MsgTxt: PChar; var XMLSize, MsgSize: word): word; external 'AESign.dll'; If i use the code below, i'll get error (6069) : 'C' call...
Back
Top