Normal Topic Word Merge (Read 414 times)
wildwood
Full Member
***
Offline


No personal text

Posts: 156
Location: New York
Joined: Apr 2nd, 2004
Word Merge
May 22nd, 2009 at 7:58pm
Print Post Print Post  
My application has had, for several years, one major word merge document. No problem! I just recently had to add a new field to the application. Now when I retrieve my records and want to run the word merge I get the following error message:
Array Index Overflow
then:
A runtime SBASIC has occurred

When I go into the application's .DSR file and run a test no error shows.

BTW I am using Sesame 1.x

Thanks for any help.
Peter
  
Back to top
 
IP Logged
 
Ben
Lantica Support
*****
Offline



Posts: 218
Joined: Apr 7th, 2005
Re: Word Merge
Reply #1 - May 22nd, 2009 at 8:08pm
Print Post Print Post  
Hello Peter,
In your merge programming you will see a line that says something like:
Code
Select All
var a as array[#]  of String
 



You will want to increase the number (# in the example above) by however many elements you have added to your form.
  
Back to top
IP Logged
 
wildwood
Full Member
***
Offline


No personal text

Posts: 156
Location: New York
Joined: Apr 2nd, 2004
Re: Word Merge
Reply #2 - May 23rd, 2009 at 3:10am
Print Post Print Post  
Hi Ben,
It worked like a charm!! Thank you so much.

Peter
  
Back to top
 
IP Logged