consecutive number #2

  • Follow


Hi,
I have a pdf form that has an invoice number I would like to make the
number in the text field add (1) each time the document open and save
it, so that the next time the document is opened it will display a
consecutive number. Example: 9078, 9079, 9080, 9081...etc.

I appreciate your help.

0
Reply musa116 (3) 2/7/2007 7:18:18 AM

moussa854 wrote:
> Hi,
> I have a pdf form that has an invoice number I would like to make the
> number in the text field add (1) each time the document open and save
> it, so that the next time the document is opened it will display a
> consecutive number. Example: 9078, 9079, 9080, 9081...etc.
> 
> I appreciate your help.
> 

This is more a java and php question.  Javascript has no access to the 
file system either local or remote and thus no way to save any changes 
it could make.  The structures for dealing with a binary file are also 
quite limited (IE mostly non-existent).   You might want to redirect 
your query to the php and java forums.

-- 
http://www.hunlock.com -- Musings in Javascript, CSS.
$FA
0
Reply pcx99 2/7/2007 7:44:41 AM


1 Replies
97 Views

(page loaded in 0.045 seconds)

Similiar Articles:













7/13/2012 8:20:18 PM


Reply: