Options

How to use an : sign in a string?

FHoekieFHoekie Member Posts: 4
Is it possible to use an : sign in a string (I want to use SAVEASHTML to save a report directly to a Sharepoint folder on our Intranet)? To do so I have to use 'http://<filename>' in de SAVEASHTML function.

Comments

  • DenSterDenSter Member Posts: 8,307
    Maybe this is a stupid question, but.... have you tried it?
  • garakgarak Member Posts: 3,263
    Yes its possible, but where is your problem?

    Report.saveashtml(5000,'C:\bla.html',false,rec);

    To save to an webserver, access is needed :!:

    Have you tried it :?:

    Regards
    Do you make it right, it works too!
Sign In or Register to comment.