|
|
|
Forum Master
      
Group: Customers
Last Login: 11/26/2008 2:09:50 AM
GenoPro Version: 2.0.1.6
Posts: 552,
Visits: 7,294
|
|
Can someone recommened on a tool that I can use to edit the templates?
The problem I have is this: I tried to edit the templates in the simple way - Notepad. But then I get " instead of the " sign, & instead of & etc. what makes reading the template and editing it very difficult.
Other tools I used - like MS word, MS Publisher and Visual Studio .NET add all kind of stuff that I don't want to the template.
Any suggestions?
|
|
|
|
|
Legendary Master
       
Group: Administrators
Last Login: Today @ 9:21:17 AM
GenoPro Version: 2.4.0.3
Posts: 3,523,
Visits: 14,875
|
|
You can use Notepad. Instead of using the delimiters @[ ]@, use the delimiters <%[ ... ]%> and you won't need any of those "<" and "&"
|
|
|
|
|
Forum Master
      
Group: Customers
Last Login: 11/26/2008 2:09:50 AM
GenoPro Version: 2.0.1.6
Posts: 552,
Visits: 7,294
|
|
You can use Notepad. Instead of using the delimiters @[ ]@, use the delimiters <%[ ... ]%> Those are the delimiters when I first open individual.htm to edit it, but the " and & are there. It is hard to follow the code when you have to interpret those codes.
Anyone has the same trouble?
|
|
|
|
|
Legendary Master
       
Group: Administrators
Last Login: Today @ 9:21:17 AM
GenoPro Version: 2.4.0.3
Posts: 3,523,
Visits: 14,875
|
|
Use a web browser to view the template, then copy & paste from the browser to Notepad. All the < and & stuff will be automatically removed during the paste operation.
|
|
|
|
|
Forum Master
      
Group: Customers
Last Login: 11/26/2008 2:09:50 AM
GenoPro Version: 2.0.1.6
Posts: 552,
Visits: 7,294
|
|
It did open it the right way. Thanks.
But
Now I have trouble saving it. I am adding a word to the text and save the changed file (in Notepad as a UTF-8 file naming it individual.htm) but when I generate a report I'm getting an error message:
Error at line 3: Unterminated string constant Microsoft VBScript compilation error 800A0409 Report.TagBr = "
I only added a text word. I didnt add any code or lines!
AHHHHHHHHHHHHHH
|
|
|
|
|
Forum Master
      
Group: Customers
Last Login: 11/26/2008 2:09:50 AM
GenoPro Version: 2.0.1.6
Posts: 552,
Visits: 7,294
|
|
GOT IT! :D I'm using the visual studio .NET 2003.
|
|
|
|
|
Forum Member
      
Group: Forum Members
Last Login: 8/25/2007 5:51:42 PM
Posts: 49,
Visits: 3
|
|
I always use 1st page 2000 from evrsoft. It's easy and free
Rio
|
|
|
|
|
Forum Master
      
Group: Customers
Last Login: 11/26/2008 2:09:50 AM
GenoPro Version: 2.0.1.6
Posts: 552,
Visits: 7,294
|
|
Will the report generator will have an "inside" tool to build sentances for and individual? What I mean is that if I want to write to an individual a sentance which is data depandent: He was the son of.../She was the daughter of - I have to insert If condition in the code for each option (He/She - son/daughter). Do you plan a tool which will do it automatically?
|
|
|
|
|
Legendary Master
       
Group: Administrators
Last Login: Today @ 9:21:17 AM
GenoPro Version: 2.4.0.3
Posts: 3,523,
Visits: 14,875
|
|
I was thinking of adding methods to fetch text from the dictionary.
For instance, a method named Report.WriteFormattedDic(strDic, ...) where strDic is the entry in the dictionary of the formatting template. Adding linguistic sentences is very language dependent.
|
|
|
| | |