Recent content by caelum

  1. C

    strange behavour V10

    No messages, You know what's funny. This is a snippet of code that is used for years. Never had any problems with it. So i think it's a database problem. But i don't know what it is. Like you said, it's odd :confused: I can display the value of this field, but i can't use it to find other...
  2. C

    strange behavour V10

    Thnx Tom, But i'm sure there is a re-200 record. That's the reason i don't test it :). Like i said, in my second example (when i put the value of the re-200 record in a variable it works). Why does it only meets the WHERE criteria when i use this variable?
  3. 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...
  4. 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