I beleive the table is ARSCRFIL in the Screens DB. One time I was forced to restore the entire screens DB. I was not sure if any other changes were made so I exported the ARCUSMNT.SS and reverted back to the original Screens DB and imported the screen set.
Was this a modified screen that you overwrote with the default (MACOLA) screen? It is not possible to overwrite the Macola screenset using the screen designer.
If this is what you are up against you would need to restore the screens database from backup and use SQL Server DTS to transfer data fromnthe backup arscrfil_sql to the current arscrfil_sql. Use a query to do this:
select * from ARSCRFIL_SQL where screen_name<>'<MACOLA'
This will recapture all screens that are modified for screenset ARCUSMNT.
Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.