Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GenRepoX error
Message
 
To
04/08/1999 03:06:54
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Miscellaneous
Thread ID:
00247197
Message ID:
00249619
Views:
24
>>>Tried the *:temp_path and *:notemp same error.
>>
>>That's rather strange. It may not be an access-right issue, but some other file-write problem. Maybe something is read-only that is supposed to get overwritten?
>
>Hang on ... puts brain in rewind ... I recall seeing this problem ...
>
>Digs back into archive ... OK
>
>I had a problem with some of the string tests assuming that SET ANSI is set off.
>This caused similar problems to those you were experiencing. Try searching
>for and making the following changes in genrepox.prg
>
>
>*&& CHANGES MADE BY WES TATTERS
>*&& IF lcGRXRepName = "'" && OLD LINE
>IF SUBSTR( lcGRXRepName , 1 , 1 ) = "'"
> ** The name may be within ' '
>
>
>*&& CHANGES MADE BY WES TATTERS
>*&& IF lcGRXRepName = "&" && OLD LINE
>IF SUBSTR( lcGRXRepName , 1 , 1 ) = "&"
> ** The report-name is passes as a macro...
>
>
>*&& CHANGES MADE BY WES TATTERS
>*&& IF lcGRXRepName = "(" && OLD LINE
>IF SUBSTR( lcGRXRepName, 1 , 1 ) = "("
> ** The report-name is passes as a macro...

Thanks for the hint.

Markus




Markus Egger
President, EPS Software Corp
Author, Advanced Object Oriented Programming with VFP6
Publisher, CoDe Magazine
Microsoft MVP since 1995
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform