RDC |
.NET |
X |
X |
This function is used to retrieve the active value of the report's name to be opened the next time a Crystal Reports report is implicitly or explicitly opened.
Note: This function returns *BLANK if the VaSetNextRPTFileToOpen function was not called or if the report has since been opened.
Parameters
ALPHA |
ReportName (O) |
Name and location of the report to be opened. |
NUM_BIN_2 |
ReportNameLength (I) |
Size of ReportName buffer. |
BOOL |
Multilingual (O) |
Indicates whether or not the report is to be translated for a program managing the opening of a multilingual report. Note: This value is meaningless if ReportName=*BLANK. |
Note: In Adelia Cloud context, the reports are deployed on a print server. The location to specify must therefore be linked to the print server context.
Example
* Retrieval of information on the next report to be opened.
ALPHA (250) ReportLocName
BOOL isMultiLingue
CALL_DLL 'VaCrysRt' 'VaGetNextRPTFileToOpen' ReportLocName 250 isMultiLingue