Posted By


cdicarlo on 03/16/11

Tagged


Statistics


Viewed 115 times
Favorited by 0 user(s)

Crystal Reports filename


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. local stringvar f := filename;
  2.  
  3. f := right(f, len(f) - instrrev(f, "\"));
  4.  
  5. f := left(f, len(f) - 4);
  6.  
  7. f;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.