RadiMation Error: 5907: Difference between revisions

From RadiWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
The error 5907 (there is no table at this location), can be triggered with the word report generator when inserting key words that generate a table directly after a table.
The error 5907 (there is no table at this location), can be triggered with the word report generator when inserting key words that generate a table directly after a table.


==Example==
[[IMAGE:Events problem report generator.PNG]]


==example==
The event key word is positioned right after the table. it is not a part of the table for humans but for Word it is. RadiMation is asking Word if the keyword is inside a table. Word is responding with yes, so RadiMation is executing special code for inserting tables in tables. At that moment Word comes to the conclusion that the keyword is not inside a table and generates an error.
{| align="center" border="1"
|Description:||TEST NUMBER||)
|||DESCRIPTION||
|-
|Bread
|Pie
|-
|Butter
|Ice cream
|} ||Test|EVENTS||


== solution ==
There are several solutions for the problem.
# insert a space before the ||EVENT|| keyword
# insert the ||EVENT|| in a table


{| border="1" cellpadding="20" cellspacing="0"
|+align="bottom" style="color:#e76700;"|''||TEST|EVENTS||''
|-
|Orange
|Apple
|-
|Bread
|Pie
|-
|Butter
|Ice cream
|}


 
[[Category:RadiMation]]
  ||TEST NUMBER||) ||DESCRIPTION||
Time of Measurement: ||TEST DATE||, ||TEST TIME||
Start: ||START FREQUENCY|| Calibration: ||CALIBRATION METHOD||
Stop: ||STOP FREQUENCY|| Modulation: ||MODULATION||
Step: ||STEP|| Dwell Time: ||DWELL TIME||
Field: ||FIELD TEST LEVEL|| Distance: ||DISTANCE||
Polarization: ||POLARIZATION||
Change Mode: ||FREQUENCY CHANGE MODE||

Latest revision as of 11:07, 2 May 2007

The error 5907 (there is no table at this location), can be triggered with the word report generator when inserting key words that generate a table directly after a table.

Example

Events problem report generator.PNG

The event key word is positioned right after the table. it is not a part of the table for humans but for Word it is. RadiMation is asking Word if the keyword is inside a table. Word is responding with yes, so RadiMation is executing special code for inserting tables in tables. At that moment Word comes to the conclusion that the keyword is not inside a table and generates an error.

solution

There are several solutions for the problem.

  1. insert a space before the ||EVENT|| keyword
  2. insert the ||EVENT|| in a table