Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GenRepoX error
Message
From
04/08/1999 03:06:54
 
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Miscellaneous
Thread ID:
00247197
Message ID:
00249603
Views:
36
>>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...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform