Recent content by kepler77

  1. K

    Outlook Calendar

    Dos any body has an example displaying and using the outlook calendar inside a Progress Window? Thanks kepler77
  2. K

    How to insert records in a table with a extent field type?

    Hi All, I was doing some tests with SalesRep table to insert records via SQL92, It has MonthQuota field as Extent, and I could not insert any record. I tried to do use proelement and I did a view to create MonthQuota__1, MonthQuota__2, ... MonthQuota__n fields, but when I do the insert into the...
  3. K

    Getting error 12597 when using get-binary-data function

    Hi All, I found My mistake, here the right code. <HTML> <HEAD> <TITLE>UPLOAD PAGE</TITLE> <SCRIPT LANGUAGE="SPEEDSCRIPT"> IF REQUEST_METHOD = "POST" THEN DO: DEFINE VAR MFILE AS MEMPTR NO-UNDO. DEFINE VAR CFILE AS CHAR NO-UNDO...
  4. K

    Getting error 12597 when using get-binary-data function

    Hi, I'm testing the function get-binary-data with the example in the KB P113716, but I'm getting the next error: Content-type: text/html nForm does not contain a field named filename or field is not of type 'file'. (12597) This error appears in execution time not in compilation time, the...
Back
Top