MX430 and trouble with fax function.

When sending transmission is canceled with message:  "RX fax info mismatch" ?

Hi davenort,
This error can occur when the transmission is canceled due to the machine not being able to detect the recipient's fax machine information, or the information did not match the dialed number. It's likely the Check RX fax setting is set to ON.
When this setting is enabled, before sending a fax, the machine checks whether the recipient's fax machine information matches the dialed number.  Please try the following to change this:
Press the FAX button, then press the Menu button.
The Fax settings screen is displayed.
Use the button to select Transmission settings, then press the OK button.
Use the button to select Check RX fax info, then press the OK button.
*Set this to Off if you wish to disable the checking.
Hope this helps!
Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

Similar Messages

  • Trouble with median function

    I need to use median function in fact table in my repository. In business model I have fact table with logical column(column where I used median function with name "MyCalculacion"). And I have Time dimension with column ("Year", "Quarter"(with value: 1,2,3,4) and "Month"(with value: 1,2,3,4...12))
    In Answers if I have this query with 3 column: "Year","Quarter", "MyCalculacion" I don't get good result set...
    This is SQL query from BI in this case
    select T6532.CAL_YEAR as c2,
    T6532.CAL_QTR as c3,
    T4899.OUTCOME_ID as c5
    from
    W_DAY_D T6532,
    (select ID,outcome_id,eventtime from event where dtype='Discharge' ) T4899
    where ( T4899.EVENTTIME = T6532.CALENDAR_DATE )
    order by c3
    But when I only change function from Median to StdDev(Standard Deviation) in column "MyCalculacion" I get good result. I have this SQL query:
    select T6532.CAL_YEAR as c1,
    T6532.CAL_QTR as c2,
    stddev_samp(T4899.OUTCOME_ID) as c3
    from
    W_DAY_D T6532,
    (select ID,outcome_id,eventtime from event where dtype='Discharge' ) T4899
    where ( T4899.EVENTTIME = T6532.CALENDAR_DATE )
    group by T6532.CAL_QTR, T6532.CAL_YEAR
    order by c1, c2
    I "bolded" important difference.In this case BI create query with function stddev_samp.
    After this i trued with some other function in my logical column. And good result are always when is function in SQL query. So OK is when I used StdDev,StdDevPop,avg,count,sum , but not OK with Median,First,Last...
    any help and/or clue?
    thanks in advance

    ... so Fringe is loaded for each Product Line but not for any particular project, therefore at a 'Project_na'??<BR>if so, you could <BR>1) Create a parent for 'Projects' - outline now<BR>Contract<BR> |--Project_na<BR> |--Projects (parent)<BR> |--Project1 (child)<BR> |--Project2....(child)<BR> <BR>Then, if I understand your requirements, I think your calc script could be.....<BR><BR>FIX(Scenario, period, fiscalYear,currency,Product_na)<BR> FIX(AIR)<BR> Fringe=@ALLOCATE(Project_na,@RELATIVE(Projects,0),directLabour,,SHARE);<BR> ENDFIX<BR> FIX(NAVY)<BR> Fringe=@ALLOCATE(Project_na,@RELATIVE(Projects,0),directLabour,,SHARE);<BR> ENDFIX<BR> FIX(LAND)<BR> Fringe=@ALLOCATE(Project_na,@RELATIVE(Projects,0),directLabour,,SHARE);<BR> ENDFIX<BR><BR>This would (for each product line) allocate Fringe-> Project_na to Fringe->@relative(projects) based upon Direct Labour costs. Assuming that Accounts are Dense, this shouldn't create block creation errors since DirectLabour already exists / therefore Block exists?<BR><BR>(Am I correct here?)

  • X-Fi Xtereme Music mode switching and troubles with channels redirection

    Good Day.
    I have bought a X-Fi sound card and now I have troubles with my speaker system. I have analog stereo system and headphones, I connect them using my amplifier. All cables are connected properly.
    When I use entertainment mode there are no problems with speaker system if 2.0/2.1 is set. But if I set headphones channels become redirected: left becomes right and right becomes left.
    When i use game mode channels are redirected both in 2.0/2.1 and headphones modes.
    If I connect my headphones to sound card directly there are no problems excepting entertainment mode 2.0/2.1 when channels are redirected.
    Please halp me to resolve the problem.
    Thank you.

    Don`t care. I have found the way. Now all clear.:smileyvery-happy:

  • Macbook pro 13" i7 and trouble with iphoto and finder

    Hi, I've just bought last week the new macbook pro 13" i7.
    I've just replaced the HDD for an SSD Intel 510 Series 120Go and it works very well !!!
    But since yesterday when I've plugged my EOS 450D in order to transfer some photos... The problem is that I've a bug with iphoto: when I want to empty the trash (from iphoto), it doesn't work, photos are again in the trash, or when I look some picture it bugs !!!
    At this moment iphoto doesn't run correctly, you know like when the "mouse" is searching all the time !!! Just after the finder and another soft bug... but not all the the time.
    This trouble appears too in the menu: "files" appears with less word or "photos" or "event"...
    So I've re install OSX since Time machine but nothing.
    I've re install the original HDD but always the same !!!
    I've empty the RAM with "cmd+alt+P+R" but always the same...
    I've re install OSX with CD but nothing.
    Problem with graphic card ? with RAM ? Motherboard ?
    I don't think that it is th SSD because I've the same problrm with the original HDD.
    I don't understand the macbook is new.
    I need some help please.
    Thanks in advance.
    Best
    Yann 57

    Something strange !!!
    At this time I've plugged an external HDD to backup with Time machine and it freeze again !!! And now this is my internet exporer !!!
    I've shut down manually the computer and empy the PRAM...
    Is there a trouble with USB port ? The same thing since I've plugged my EOS 450D yesterday with the USB port...
    Please Help
    Spec:
    Macbook pro 13" intel core i7
    4Go RAM
    SSD 120Go Intel 510 Series
    MAc OSX 10.6.7

  • Having trouble with put_line function in block statement..

    Am a student, and the request does not appear to be in my book anywhere... Nothing on put_line, or block statements that I can see..
    Need to write a block which will bring back via put_line for department 110: the department_id (departments table), the department_name (departments table), and the city in which the department is located (which must be pulled from locations table... can be joined by department_id). I can write the select statement with join, just not sure how to turn it into a block with put_line function..
    any advice appreciated.. Thanks.

    Hi,
    You need to format your code, so that it's easy to see what statements are in each section (DECLARE, BEGIN, etc.).
    The compiler doesn't care about this, but it will help anyone who tries to read your code, including yourself.
    Type &#123;code&#125; before and after formatted sections when posting messages on this site.
    All statements, including each individual variable declaration) end with a semicolon.
    If a query will return no more than one row, you can capture the results using an INTO-clause, right after the SELECT-clause. For every column in the SELECT-clause, there will be one variable in the INTO-clause.
    Lists, including lists of table names in a query's FROM-clause, are delimited by commas.
    In a query's FROM-clause, the real name of the table comes first, optionally followed by the alias you're using in the query.
    I think this is what you're trying to do:
    SET   SERVEROUTPUT  ON  SIZE 50000
    Declare
        dep_id    NUMBER;
        Dep_string VarChar (100);
    Begin
        select  d.department_id, d.department_name -- , l.city
          into  dep_id,          dep_string
          from  departments  d
             ,  locations    l
          where d.location_id = l.location_id
            and d.location_id = 110;
        DBMS_OUTPUT.PUT_LINE (Dep_string);
    END;
    /No one should ever have this many errors at one time. Write code in much smaller increments, and test after each one. For example, you know you'll be using dbms_output.put_line, so start with something like:
    SET   SERVEROUTPUT  ON  SIZE 50000
    BEGIN
        dbms_output.put_line ('Hello, world!');
    END;You may have problems if you forget semicolons, or SET SERVEROUTPUT. Solve those before you go any further.
    Once the program above is working, add a little (and I mean a little) to it.
    For example, you know you'll be printing a varibale, not a literal, so change it to a variable:
    SET   SERVEROUTPUT  ON  SIZE 50000
    DECLARE
        dep_string  VARCHAR2 (100) := 'Hello, world!';
    BEGIN
        dbms_output.put_line (dep_string);
    END;And so on.
    Edited by: Frank Kulash on Dec 15, 2008 12:36 PM

  • SPA 3102: Troubles with fax machine connected to SPA and dialing by IP PBX

    Afternoon!
    I have a fax machine connected to the SPA3102 and i have configured an extension from the IP PBX, that it's working as a fax, so the problem here is that sometimes when i'm sending a fax, this one fail, it shows an error, the other problem is that i'm not receiving any fax at all, the people get the tone, and actually send the fax, and here it shows "receiving" (it's the weird part) but after 40-50 seconds everything fail, it shows "error communication"
    Hoping for help
    Victor

    Hello,
    as far as I know, FAX and VoIP aren't the best friends - those technologies are not designed to work together smoothly ...
    You may try following tuning :
    Set your fax machine to 9600 (not 14400),
    Make sure you only use G711a (Europe) or G711u (US) codec (fax will not work with others).
    Activate  T38 FAX support if your device FW offers such possibility.

  • Trouble with FAX of Macmini

    Hello,
    With Macmini and OS X.3.9, Printer EPSON Stylus 760
    I do not manage to send a fax. This situation started with OS X 3.7.
    When I try to fax, I see arriving 2 windows at the same time :
    - the first : Treatment of page 1
    - the second : Error at the time of the impression
    The internal modem is OK because it functions for the Minitel with ALISTEL.
    Can I download a software and how can I find it ?
    Thank you for your orientations.
    I live in the Paris area.
    @ +

    Hi,
    today I have uninstalled CrystalReports again and after this step I installed Integrataion Kit again.
    And now I can login to the CMC. So the problem ist solved.
    Regards

  • Regarding a WRT54G: Firmware and trouble with Vista

    Hey all,
    First of all, this is my first post here on this board so please don't have me assassinated if I skipped some board rules/policy. I'm trying to find a solution to my problem a.s.a.p.
    My first question is: what's up with the firmware versions and my router's modelname? When I bought the router I got it in a box saying WRT54G (v1.1) with firmware version 4.30.7. As a first step getting the problem described below solved, I downloaded the latest Linksys  firmware for a WRT54G v1.1 from this website. After the firmware update my router now seems to be known as a WRT54GL and next to that my firmware version number didn't increase, it deacreased to 4.21.1. I don't know about you guys but this doesn't seem logical to me. Any explanations? Also the firmware's date seems to be somewhere back in 2006, isn't this a bit outdated for 'latest' software?
    Now onto the next subject: the fact that my Acer notebook keeps losing the wireless signal since Vista. The wireless connection between the router and my notebook has always worked very fast and flawlessly when I ran XP SP2. However, as soon as I install Vista, something odd happens. With the same drivers for my wireless chipset (they're for both XP and Vista) either my notebook keeps losing the wireless signal or the router has trouble providing my Vista notebook with a steady signal. For 30 to 45 minutes I seem to have a steady signal with 5 blocks filled on Windows' signal'O'meter and then suddenly I get disconnected from my router for like 10 seconds to 1 minute. At first it says my connection turned from "local and internet" to "local only" and after a few seconds the entire signal is dead and the wireless tray icon gets covered by that little yellow triangle. Without interfering it'll take up to a minute at most and the connection will be back as it was before. However, this minute is just enough to mess up skype sessions, downloads, streams, you name it. To be honest, I haven't got the faintest idea what might cause this. Does anyone of you have?
    N.b.
    - I think I've noticed the issue occuring more frequent during high bandwidth usage like downloading with 2.5 to 3 MB/s but I'm not very sure about that.
    - My notebook hasn't moved an inch over the past years and there are no other devices added in my house that might interfere with the signal.
    - I've tried all the eleven channels.
    - I've set up a dualboot system on my notebook with XP SP2 and guess what, problem is gone when I use XP SP2 again.
    - I'm using an Atheros AR500G wireless adapter.
    - I'm only using Acer's drivers for the wireless adapter, not their useless resources consuming utility that "manages my wireless settings". Which seem to be Acer's words for slowing sh1t down a lot!
    - I'm using exactly the same internet security software with Vista as with XP SP2. Turning this software off won't help in any way.
    Any help is much appreciated!
    Thanks in advance,
    G.
    Message Edited by Guilio on 11-20-2009 04:11 PM

    peanuts wrote:
    First thing which you can check is the Model number of your Router. Flip the router upside down and below you will find the Model number of your Router and version number. Make sure it is WRT54G or WRT54GL. As you have mentioned that previously the firmware on your Router was 4.30.7, Basically that's the Firmware version of WRT54GL Router.
    Since you have already upgraded the firmware on your Router, Have you resetted your Router and re-configured all the settings back on your Router? If not then you can do it now. 
    While Configuring the settings on your Router you need to change the Wireless Channel to 11. 
    Now you can try to connect to your Wireless Network and check if you are able to go Online. 
    The model on the router itself says WRT54G.
    I've already resetted and reconfigured the router several times, doesn't help. Also tried all the 11 channels.
    And yes, I am able to go online but the problem described in my first post still exists. I don't see why switching channels would solve it anyway since it's clearly a problem caused by the router in combination with Vista, it's not signal strength related. But like I said, I tried all the channels anyway.
    Is it possible for a Linksys employee to take a look at this topic? Are there some known issues with a WRT54G and Vista and/or an Atheros AR5005G chipset? Is my hardware and software supported by the WRT54G at all?

  • Drag and Drop with Calendar functionality in BSP/WebDynpro

    Hi,
    I am not sure where to ask this information. First trying in this forum.
    We are looking for a  scheduling software-kind of functionality within SAP. We get service calls from customers if there is any leak on the roof. We would like to know if we can provide drag and drop functionality in BSP/Webdynpro. We are envisioning left pane with Leak Notification # (could be 25-30 Notification calls per office) and calendar(month or week) functionality on right pane of the page. The service manager can drag and drop Leak Notification # into Calendar on the right pane OR move around within Calendar. When they do that, we want to update certain custom table fields in SAP. Do you think this can be done in BSP or Webdynpro for ABAP easily. If so, can you point us in the right direction ?
    Regards,
    Niranjan

    Thanks once again for the reply Thomas.
    Yes, we have used XHTMLB and PHTMLB extensively.
    One last question if you don't mind since you now work for SAP. We have 1-2 BSP applications written without MVC pattern. We are thinking to convert that to MVC using Webdynpro ABAP. Do you suggest that for any new applications we should start using Webdynpro ABAP and not BSP ? I look at Webdynpro as ABAP query(with not much flexibility) and BSP as normal ABAP coding (which offers more flexibility). Is my assumption correct ? I want to know where SAP is investing in future; is it Webdynpro OR BSP ?
    Also, do you know if SAP has come out with new themes like Design2009 or Design2010 or Design2011. We currently use Design2003 and it does not work well with Firefox or Chrome.
    Thanks once again for writing that book. In fact, I will be training one of my colleague next week on BSP and I am planning to go throu your book this weekend to refresh my memory before training her.
    Niranjan

  • Trouble with Preview function- thumbnails

    Adobe photoshop elements 9:  Problem occurs after downloading my images from my camera's memory card.  I have all the thumbnails open & have always right clicked on an individual photo, hit preview & viewed my photos as a slideshow to copy, delete, etc..  The preview function is not working, and had quit working just recently on my Elements 8 before I replaced it with the 9 version.  How can I fix this or is there another way to look at my photos full screen, one after another without individually opening each one, then having to go back & start over?

    Hi,
    If you are opening these files in Organizer, resetting organizer preferences should help. Go to %appdata%\Adobe\Elements Organizer\9.0\Organizer\ on Win or ~\library\Application Support\Adobe\Elements Organizer\9.0\Organizer\ and delete the following files :
    psa.prf
    status.dat
    If that doesn't help, I would suggest repairing and optimizing your catalog.
    Thanks
    andaleeb

  • Trouble with JSTL functions uri

    I have JSTL 1.1 installed, am using J2EE 1.3 on Websphere 5.0 and am referencing 2.3 DTD in my web.xml. I have the jstl.jar, standard.jar, jdbc2_0-stdext.jar, xalan.jar and xercesImpl.jar in WEB-INF/lib
    I can successfully use the core JSTL functions with
    <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> but have not been able to get the functions URI to work.
    I have tried the two listed below
    <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
    <%@ taglib uri="http://java.sun.com/jstl/functions" prefix="fn" %>
    but get the error:
    [Servlet Error]-[File "http://java.sun.com/jsp/jstl/functions" not found]: org.apache.jasper.JasperException: File "http://java.sun.com/jsp/jstl/functions" not found
    Can someone please tell me what I am doing wrong or if I am trying to use something that I shouldn't with my setup. I have only started using JSTL this week and have a lot left to learn.
    Thanks!

    I want to use JSTL 1.1 tags if possible. Not possible given your environment.
    Its on the header of the taglibs site:
    Standard-1.1 (JSTL 1.1) requires a JSP container that supports the Java Servlet 2.4 and JavaServer Pages 2.0 specifications. (http://jakarta.apache.org/taglibs/doc/standard-doc/intro.html)
    Websphere 5.0 supports only Servlet 2.3 and JSP 1.2. Thus you can only use JSTL1.0 with it. JSTL 1.0 does not define these functions.
    Sorry, but thats the way things are.
    Cheers,
    evnafets

  • Add-on with Fax Functionality

    Hi,
    I am looking for an add-on which allows a user to fax directly from SAP Business One.
    The add-on is for a customer based in Germany.
    So far I have not found sufficient information on the P2P Network or SAP Solution Catelog.
    If anyone has any information on an add-on which offers this functionality please post the details here, preferably with links to partner website & solution details.
    The add-on should support SBO 2005 & 2007 versions.
    Kind Regards,
    Paul Tormey

    Hi Paul,
    You can also configure SAP Business One to work with MS Fax Services in order to fax for example the current active document.
    As long as the SBO Mailer is set up correctly then you should be able to fax directly from B1 using the 'Fax' icon (when you are standing on a document for example).
    There's a document on how to do it in the Documentation Resource Centre on the Channel Partner Portal (http://service.sap.com/~sapidb/011000358700002906862005E/)
    Kind regards,
    Maria

  • Grapher having trouble with trig functions

    Well I thought that I could make some cool visuals for my math class by using grapher instead of just making charts and graphs in Excel on my pc, but no dice with that idea. I created all the different variables (and how they related to x, ie x^2*(5-x6)/x=m) and it was pretty cool how it would all come together and I could use those variables in other equations instead of writing it all out (stuff like y=4x^m-m/5). (Those are examples, not anything I used)
    Everything seemed fine until I tried to use a cosine function in one of the equations. It seemed really intuitive and recognized cos as cosine and not the variables c, o, and s multiplied, so I thought "great!" Then when I entered it the graph didn't appear anything like it should have. It gave me a Richter scale instead of a slightly curved line. I spent about half an hour trying to find my own error but then realized maybe there was something wrong with the program. I tried just plain old cos(x) and found that it was completely off. Instead of traveling from 0,1 to 180,-1 like it should have, it went from 0,1 to 3.1475,-1. This was way off so I tried a sine function and that did the same exact thing (having a period of roughly 6.295 instead of 360!). These functions were way off, and I'm using an intel macbook from my school (with 10.5), so I thought maybe someone changed the settings, so I tried them them on my aunts g4 macmini (10.4.11 I think) and it gave me the same problem!
    Anyway what's wrong with the trig functions for Grapher and how can I fix them?

    Emzz, I'm running 10.5.5 (Intel) and Grapher v2.0. My version of Grapher supports changing Trigonometric Mode, so the absence of this option seems to have nothing to do with Leopard.
    But let's do some Math now. As you surely know the cosine has (besides others) a root at 90 Degrees in the unit circle. Now let f : (angle in Degrees) -> (length of the corresponding arc of the unit circle) be a mapping. For 90 Degrees f yields 0.5*Pi. That means cosine has a root at 0.5*Pi in Radian unit.
    Now, if you swith Grapher's Trigonometric Mode from Degrees to Radian, cosine will no longer have a root at 90 but at approximately 1.57. Hope that explains a bit...
    By the way, Radian is the standard unit of angular measurement when it comes to trigonometric functions. For more details about Radian see [this article at Wikipedia|http://en.wikipedia.org/wiki/Radian] (click the link to be redirected).
    I suggest you close this topic because, as you already noted yourself, your initial question is answered.
    Good computing.
    floba
    (MN576)
    Message was edited by: floba

  • Cannot download iTunes 7 and trouble with existing iTunes file

    I downloaded iTunes onto my hard drive on my computer but also onto an external hard drive as well. Everything worked fine until I went to open iTunes on my desktop one day and an error window popped up.
    "Windows - No Disk
    Exception Processing Message c0000013 Parameters 75b6bf9c 4 75b6bf9c 75b6bf9c"
    With buttons Cancel, Try Again & Continue.
    If I close the warning windows (2 always pop up) I get an iTunes Setup Assistant window.
    "Warning!
    iTunes was not properly installed. If you want iTunes to be able to retrieve CD information from the internet, you need to reinstall iTunes."
    When I press the "Okay" button on that window, iTunes opens without a problem and with all the music in my iTunes library. I've been able to use it just fine with my iPod and on the iTunes store.
    However, I have attempted to download iTunes 7 and it has not let me. I have successfully downloaded the iTunes 7 Set-up file. When I go to run the file, it wants to put the iTunes in my J: drive. The J: drive isn't on my computer though because it says it has 0KB space available on the drive. When I try and change the destination of iTunes it says "The volume J: is currently unavailable. Please select another." It won't let me select another and then immediatly takes me to the last page of the installer where it says:
    "The installer encountered errors before it could be completed..."
    Enpower (?) Desktop   Windows XP  
    Enpower (?) Desktop   Windows XP  
    Enpower (?) Desktop   Windows XP  

    okay. i've seen four or five of these lately. it
    seems to be associated with something to do with
    external drives and/or drive letter assignments, and
    can hit other programs than itunes (according to a
    thread i found at the Microsoft Newsgroups).
    here's a search on the error code here at
    Discussions:
    c0000013
    ... are any of the links in the various threads there
    of any assistance with your manifestation of this?
    Make that six. I am now receiving the exact same error message. My message makes iTunes completely inoperable and there is no way for me to get around it. Yes, I too have external drives attached to my computer. Anyone have advice on how to deal with this exception errort? I hope Apple has fix for us soon.
    Thanks in advance for any help!

  • I am having trouble with a function in vb can anyone give me a suggestion?

    I am trying to calculate a cable bill of a residential customer and a business customer, when the customer checks the list box of the channels and the connections I need it to add it up. I have edited the code. Does my logic make sense?
    for residential customers it is 4.50 processing,30 basic service and 5 per channel
    so is the logic processing+basicservice *premium
    Public Class Main
    Private Sub btnCalculate_Click(sender As Object, e As EventArgs) Handles btnCalculate.Click
    If Data_Validated_ok() = False Then Exit Sub
    Dim premiumChannels As Integer = lstPremium.SelectedIndex
    Dim Connections As Integer = lstConnections.SelectedIndex
    Dim totalDue As Decimal
    If radResidential.Checked Then
    totalDue = CalcResidentialTotalDue(premiumChannels, Connections)
    lblTotal.Text = totalDue.ToString("C2")
    Else
    totalDue = CalcBusinesssTotalDue(premiumChannels, Connections)
    lblTotal.Text = totalDue.ToString("C2")
    End If
    End Sub
    ' make a function to calculate residential customers
    Private Function CalcResidentialTotalDue(ByVal premiumChannels As Decimal, ByVal connections As Decimal
    ) As Decimal
    Const ResidentialProcessing As Decimal = 4.5D
    Const ResidentialBasic As Integer = 30
    Const ResidentialPremium As Integer = 5
    Return ResidentialProcessing + ResidentialBasic + ResidentialPremium * premiumChannels
    End Function
    ' make a function to calculate business customers
    Private Function CalcBusinesssTotalDue(ByVal premiumChannels As Decimal, ByVal connections As Decimal
    ) As Decimal
    Const BusinessProcessing As Decimal = CDec(16.5)
    Const BusinessBasic As Integer = 80
    Const BusinessPremiumchannels As Integer = 50
    Return BusinessProcessing + BusinessBasic + BusinessPremiumchannels * premiumChannels
    End Function
    here is  a pic of my listboxes
    [IMG]http://i57.tinypic.com/muepug.png[/IMG]
    http://i57.tinypic.com/muepug.png

    The statement below is wrong in both functions.  You are passing the variable "connections" in the function parameter list and not using the variable.  I thing in the statement below you need to change connections to something else.
    connections = Convert.ToDecimal(lstConnections.SelectedItem)
    Here are the two parameter lists
    1)    Private
    Function calcResidentialTotal(ByVal connections
    As Decimal,
    ByVal premium As
    Decimal)
    As Decimal
    2)   Private
    Function calcBusinessTotal(ByVal connections
    As Decimal,
    ByVal premium As
    Decimal)
    As Decimal
    jdweng

Maybe you are looking for