On our Merlin Legend, we added a new extension. We can dial this extension internally and it works, but outside callers get the message "Your call cannot be transferred to this extension."
The extension is in the same range as all the rest in the building (226), the extension on either side...
Here is a simple example. Say this is your record selection:
{SO1_SOEntryHeader.SalesOrderDate}=today
and
{SO1_SOEntryHeader.UsrId}<>"MLE"
and
{SO_90_UDF_Sales_Order.Promo_Code}<>"FREE"
and...
trifest,
I have noticed on complicated Crystal reports that I can speed them up by changing a few simple things:
1. Look at your record selection criteria. If it is fairly long and complicated, write a formula for each line or section that returns TRUE or FALSE and call the formulas in the...
ABJ,
I am using CGI with perl on my Apache server. Here is a sample script I tested this morning (this is assuming that SOTAMAS90 is a valid DSN and you fill in the correct company and user info):
#! c:\perl\bin\perl.exe
## Testing ODBC
use Win32::ODBC;
{
local ($oldbar) = $|;
$cfh =...
I was getting the same error when I tried to access MAS90 data from a perl script on an Apache server (running on W2K).
I was able to correct the problem by assigning a user log-on to the Apache service in the services control panel. (since this is strictly an internal thing in my case, I...
I was getting the same error when I tried to access MAS90 data from a perl script on an Apache server (running on W2K).
I was able to correct the problem by assigning a user log-on to the Apache service in the services control panel. (since this is strictly an internal thing in my case, I...
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.