|
-
Aug 3rd, 2004, 09:56 AM
#1
Thread Starter
Frenzied Member
Create non editable file?
Is there a format one can create in ASP that's viewable by most but editable by only the ASP?
"Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
- Zack de la Rocha
Hear me roar.
-
Aug 4th, 2004, 12:43 PM
#2
Re: Create non editable file?
Originally posted by vbNeo
Is there a format one can create in ASP that's viewable by most but editable by only the ASP?
Neo, what do you mean by viewable by "Most" and editable by "ASP"?
Please clarify then we could probably help.
Danial
[VBF RSS Feed]
There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.
If I have been helpful, Please Rate my Post. Thanks.
This post was powered by : 
-
Aug 6th, 2004, 01:11 AM
#3
Thread Starter
Frenzied Member
my bad, 'must'...
The thing is, in our system, we need to send an order note to the user, this is to be printed, but NOT edited, therefore I need a format which I can auto generate(based on the order). I might use e-mail, but that still is editable by smart people, so... what do I do?(I could create a series of PDFs but that really isn't a good solution, since it needs to be dynamic(less work for me)
"Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
- Zack de la Rocha
Hear me roar.
-
Aug 6th, 2004, 05:26 AM
#4
Originally posted by vbNeo
my bad, 'must'...
The thing is, in our system, we need to send an order note to the user, this is to be printed, but NOT edited, therefore I need a format which I can auto generate(based on the order). I might use e-mail, but that still is editable by smart people, so... what do I do?(I could create a series of PDFs but that really isn't a good solution, since it needs to be dynamic(less work for me)
There is no such thing as Un-Editable file format, unless ofcourse you embed it in a EXE or something. Even PDF file which are protected can be easily edited.
Your best bet is PDF, there are component available, which you can use them to convert varius file types to PDF and the "Protect" them. Thats the only way i can think of.
Another way would be write some sort of file viewer and embed your order information in that. You could embed text, or word file with in the viewer(exe) so user wont be able to temper with it. Question will be, will your user be happy running an EXE?
Hope this helps.
[VBF RSS Feed]
There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.
If I have been helpful, Please Rate my Post. Thanks.
This post was powered by : 
-
Aug 8th, 2004, 02:44 PM
#5
Thread Starter
Frenzied Member
Originally posted by Danial
There is no such thing as Un-Editable file format, unless ofcourse you embed it in a EXE or something. Even PDF file which are protected can be easily edited.
Your best bet is PDF, there are component available, which you can use them to convert varius file types to PDF and the "Protect" them. Thats the only way i can think of.
Another way would be write some sort of file viewer and embed your order information in that. You could embed text, or word file with in the viewer(exe) so user wont be able to temper with it. Question will be, will your user be happy running an EXE?
Hope this helps.
I know there's no non editable file format, i'm just bad at formulating questions whenI'm in a rush, and yes - I know about pdf... But I decided just to send it as an email with a control code which will be stored in a database along with a copy of the mail, this way, I'll always have an original and no tampering can be done...
"Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
- Zack de la Rocha
Hear me roar.
-
Aug 8th, 2004, 03:18 PM
#6
Originally posted by vbNeo
I know there's no non editable file format, i'm just bad at formulating questions whenI'm in a rush, and yes - I know about pdf... But I decided just to send it as an email with a control code which will be stored in a database along with a copy of the mail, this way, I'll always have an original and no tampering can be done...
Dont worry, as long as you got your solution thats all it's matter
[VBF RSS Feed]
There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.
If I have been helpful, Please Rate my Post. Thanks.
This post was powered by : 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|