Pls help, urgent... I'm giving out all my duke dollars...

Hi, thanks for reading...
My problem is I need to assignment some value into an variable when the "main" program start and I want the data inside this variable visible to all the class to use (by using the getter methods to get the value),
For example: From the code below (the clsMain), it is possible to get the same value assigned into the "strGrandChildName" variable in the "main" program inside the "clsChild" class? Any idea how to make this thing work? pls help me... with some sample code... i really appreciate any help you guys can give.
Thank You,
Best Regards.
public class clsGrandChild {
private String strGrandChildName = "";
public void mtd_setGrandChildName(String strIn) {
strGrandChildName = strIn;
public String mtd_getGrandChildName() {
return strGrandChildName;
public class clsChild {
private String strChildName = "";
public void mtd_setChildName(String strIn) {
strChildName = strIn;
public String mtd_getChildName() {
return strChildName;
public String mtd_GrandChildName() {
// can i get the same value of strGrandChildName assigned in the main frm here?
public class clsMain extends clsGrandChild {
public static void main(String[] args) {
mtd_setGrandChildName("grand child name");
clsChild objChild = new clsChild();
objChild.mtd_GrandChildName();

public class clsGrandChild {
private String strGrandChildName = "";
public void mtd_setGrandChildName(String strIn) {
strGrandChildName = strIn;
public String mtd_getGrandChildName() {
return strGrandChildName;
public class clsChild {
private String strChildName = "";
public void mtd_setChildName(String strIn) {
strChildName = strIn;
public String mtd_getChildName() {
return strChildName;
public String mtd_GrandChildName() {
// can i get the same value of
alue of strGrandChildName assigned in the main frm
here?
public class clsMain extends clsGrandChild {
public static void main(String[] args) {
mtd_setGrandChildName("grand child name");mtd_setGrandChildName("grand child name") shouldn't be called here, it should be called after the
clsChild object has been created
>
clsChild objChild = new clsChild();objChild. mtd_setGrandChildName("grand child name");
objChild.mtd_GrandChildName();
If to access the variable strGrandChildName before the instanciation of clsChild object is what you needed, then you will need to set the string strGrandChildName as static and also setter method
needs to be static too.
private static String strChildName = "";
public static void mtd_setGrandChildName(String strIn) {
strGrandChildName = strIn;
by doing it this way, the static variables will be created when main thread starts.

Similar Messages

  • HELP! An update wiped out all info from my iPhone. Now Game Center doesn't recognize me! Why?

    HELP! An update wiped out all info from my iPhone. Now Game Center doesn't recognize me! Why?

    Restore the device from the backup created prior to the update.

  • File to File Scenario with Secure Connection. Pls help urgent

    Hello All,
    I tried a lot to get a link/blog that expalin full scenario
    for File to File Scenario with Secure Connection
    Kindly let me know if somebody have link/doc for it
    that describe all the steps to do configuring this scenario.
    What is difference in simple words between
    FTPS and SFTP.
    Pls help it is urgent as I require for Project work urgently.
    Regards

    hi rich
    go through these links
    FTPs connection failed - error ".. certificate rejected by ChainVerifier"
    Re: What is SFTP, FTI channels
    http://help.sap.com/saphelp_erp2005/helpdata/en/e3/94007075cae04f930cc4c034e411e1/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/bc/bb79d6061007419a081e58cbeaaf28/frameset.htm
    FTPS implementation question.
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/0e16bfd7b021aee10000000a1553f6/frameset.htm
    Server certificate rejected by ChainVerifier:FTPS server(Points Guaranteed)
    /people/krishna.moorthyp/blog/2007/07/31/sftp-vs-ftps-in-sap-pi
    File adapter
    thanks
    Kunaal

  • PSE12 recognises my scanner, however, asks to connect??!! Pls HELP urgently

    Hello
    I have win7pro and win 8.1. PSE12 recognises my scanner, however, after going through and pressing scan it comes up with a error to coonnect the device!! The printer scanner is a HP Officejet 6500a plus if this helps.
    Pls advise urgently.

    Download and install this: http://support.apple.com/kb/DL907
    Restart your Mac.
    Reset the printing system:
    - Go to System Preferences > Print & Scan
    - Right (or control) click in the rectangle listing your printers and select Reset Printing System.
    WARNING - this will delete ALL of your printers!
    - Select the plus sign to re-add a printer. Select the Defualt tab on the top of the window. Look for the printer, select it and then next to the "Use" pulldown, select the printer model (not AirPrint). Wait until the "Add" button becomes available. Click it.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • Please help me to run this CMP BEAN, I need help urgently, I am running out of time :(

    Hi,
    I am facing this problem, Please help me, I am attaching the source files
    also along with the mail. This is a small CMP EJB application, I am using
    IAS SP2 on NT server with Oracle 8. I highly appreciate if someone can send
    me the working copy of the same. I need these urgent. I am porting all my
    beans from bea weblogic to Iplanet. Please help me dudes.
    Err.........
    [06/Sep/2001 13:41:29:7] error: EBFP-marshal_internal: internal exception
    caught
    in kcp skeleton, exception = java.lang.NoSuchMethodError
    [06/Sep/2001 13:41:29:7] error: Exception Stack Trace:
    java.lang.NoSuchMethodError
    at
    com.se.sales.customer.ejb_kcp_skel_CompanyHome.create__com_se_sales_c
    ustomer_Company__java_lang_Integer__indir_wstr__215617959(ejb_kcp_skel_Compa
    nyHo
    me.java:205)
    at com.kivasoft.ebfp.FPRequest.invokenative(Native Method)
    at com.kivasoft.ebfp.FPRequest.invoke(Unknown Source)
    at
    com.se.sales.customer.ejb_kcp_stub_CompanyHome.create(ejb_kcp_stub_Co
    mpanyHome.java:297)
    at
    com.se.sales.customer.ejb_stub_CompanyHome.create(ejb_stub_CompanyHom
    e.java:89)
    at
    com.se.sales.customer.CompanyServlet.doGet(CompanyServlet.java:35)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown
    Source)
    at
    com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unkno
    wn Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.thread.ThreadBasic.run(Native Method)
    at java.lang.Thread.run(Thread.java:479)
    Caught an exception.
    java.rmi.RemoteException: SystemException: exid=UNKNOWN
    at com.kivasoft.eb.EBExceptionUtility.idToSystem(Unknown Source)
    at com.kivasoft.ebfp.FPUtility.replyToException(Unknown Source)
    at
    com.se.sales.customer.ejb_kcp_stub_CompanyHome.create(ejb_kcp_stub_Co
    mpanyHome.java:324)
    at
    com.se.sales.customer.ejb_stub_CompanyHome.create(ejb_stub_CompanyHom
    e.java:89)
    at
    com.se.sales.customer.CompanyServlet.doGet(CompanyServlet.java:35)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown
    Source)
    at
    com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unkno
    wn Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.thread.ThreadBasic.run(Native Method)
    at java.lang.Thread.run(Thread.java:479)
    Thanks in advance
    Shravan
    [Attachment iplanet_app.jar, see below]
    [Attachment iplanet_src.jar, see below]

    One reason that I sometimes get 'NoSuchMethodError' is when I make a change to a
    java class that is imported into another java class. When I go to run the
    importing class, it will throw a 'NoSuchMethodError' on any methods that I've
    changed in the imported class. The solution is to recompile the importing class
    with the changed classes in the classpath.
    shravan wrote:
    Hi,
    I am facing this problem, Please help me, I am attaching the source files
    also along with the mail. This is a small CMP EJB application, I am using
    IAS SP2 on NT server with Oracle 8. I highly appreciate if someone can send
    me the working copy of the same. I need these urgent. I am porting all my
    beans from bea weblogic to Iplanet. Please help me dudes.
    Err.........
    [06/Sep/2001 13:41:29:7] error: EBFP-marshal_internal: internal exception
    caught
    in kcp skeleton, exception = java.lang.NoSuchMethodError
    [06/Sep/2001 13:41:29:7] error: Exception Stack Trace:
    java.lang.NoSuchMethodError
    at
    com.se.sales.customer.ejb_kcp_skel_CompanyHome.create__com_se_sales_c
    ustomer_Company__java_lang_Integer__indir_wstr__215617959(ejb_kcp_skel_Compa
    nyHo
    me.java:205)
    at com.kivasoft.ebfp.FPRequest.invokenative(Native Method)
    at com.kivasoft.ebfp.FPRequest.invoke(Unknown Source)
    at
    com.se.sales.customer.ejb_kcp_stub_CompanyHome.create(ejb_kcp_stub_Co
    mpanyHome.java:297)
    at
    com.se.sales.customer.ejb_stub_CompanyHome.create(ejb_stub_CompanyHom
    e.java:89)
    at
    com.se.sales.customer.CompanyServlet.doGet(CompanyServlet.java:35)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown
    Source)
    at
    com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unkno
    wn Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.thread.ThreadBasic.run(Native Method)
    at java.lang.Thread.run(Thread.java:479)
    Caught an exception.
    java.rmi.RemoteException: SystemException: exid=UNKNOWN
    at com.kivasoft.eb.EBExceptionUtility.idToSystem(Unknown Source)
    at com.kivasoft.ebfp.FPUtility.replyToException(Unknown Source)
    at
    com.se.sales.customer.ejb_kcp_stub_CompanyHome.create(ejb_kcp_stub_Co
    mpanyHome.java:324)
    at
    com.se.sales.customer.ejb_stub_CompanyHome.create(ejb_stub_CompanyHom
    e.java:89)
    at
    com.se.sales.customer.CompanyServlet.doGet(CompanyServlet.java:35)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown
    Source)
    at
    com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unkno
    wn Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.thread.ThreadBasic.run(Native Method)
    at java.lang.Thread.run(Thread.java:479)
    Thanks in advance
    Shravan
    Name: iplanet_app.jar
    iplanet_app.jar Type: Java Archive (application/java-archive)
    Encoding: x-uuencode
    Name: iplanet_src.jar
    iplanet_src.jar Type: Java Archive (application/java-archive)
    Encoding: x-uuencode

  • Issue when doing Delta loads from PSA to DSO using DTP - Pls help Urgent

    Hi All,
    I have done 3 data loads into PSA and from PSA, iam loading the data into DSO - by splitting that load into 3 using 3 DTPs. (Split that by Fiscal Period).
    2 of the DTP loads are extracting the data from 3 PSA requests.
    But, one of the DTP load is filtering on ONE PSA request.
    So, we are not getting the full data into DSO.
    Can some one pls help me why the DTP load is beheaving like this ???
    Even though i have not given any filters for Request id, still , for one load its picking up the data by filtering on One Req ID.
    Cheers,
    Nisha

    Hi Jr,
    Sorry for late reply.
    I think i found the solution, the diff between the DTP's is i ahve ticked " Get request one after another " .
    I have changed it now and its working fine.
    Thanks,
    Nisha

  • CALL Transaction in background not working pls help URGENT

    hi i have writtin a bdc program which uses CALL TRSANCTION everything is working in foreground.
    if i schedule the program in background the call transaction does not work. any idea why?????????
    pls help its urgent

    hi
    good
    have you checked in the debug mode, if you have checked in the debug mode check wheather it is giving any error before data is displaying in the screen, if any error is displaying as a message than check that error why it is coming there.
    If no error is coming than check your flow of the bdc screen in the debug mode , there must be some prob, so that it is not working in the background.
    thanks
    mrutyun^

  • Help: Word 2004/Mac wiped out all my customized commands, etc.!

    I opened Word 2004 for Mac (Version 11.2) on my G4 15" Powerbook this morning and discovered that it had reverted to its factory install settings and wiped out all my preferences, toolbar customizations, and (many, many) customized keyboard commands.
    Neither my Entourage settings nor my Styles have been affected, so the problem seems to be with preferences, toolbar, and keyboard settings only, and not with Office 2004 for Mac or Mac OS 10.3.9. This seems to have happened spontaneously, because everything was working normally when I shut down my computer last night.
    I have a copy of my most recent keyboard settings, though not toolbars and preferences, but restoring everything will be extremely time-consuming, and since I'm on a deadline, I'm very ticked off! Can anyone tell me (1) Why this happened, (2) If there's any way to restore all my stuff without doing it all from scratch?; (3) How to prevent this happening again?
    Oh, and one more aggravating thing: (4) The Word "Help" window is now so big that the lower right corner no longer shows on the screen of my laptop, and even when I click the green button to minimize the screen, I can't get at that corner to reduce the size of the window. Anyone know how to make the Help window (much) smaller?
    Many thanks for any suggestions or information!

    Hi, Turtlewiz. Always remember, each time Word kicks you in the teeth, that it's not a bug, it's a feature! Word may temporarily have forgotten that it knows what you want much better than you do, and allowed you to choose some settings and create some customizations yourself. Now that Word has regained its senses, all that silliness is over and you're back at its mercy again. In other words, the situation is normal, as most Word users can attest.
    The remedy is to use a different word processor — one that lets you be in charge, instead of dictating the terms of your capitulation at the most inopportune of times.

  • Music wont download - pls help urgently

    i have tried 5 times to download an album from itunes and every time i have to re-renter my billing details and double check everything is correct but to no avail. after doing this, there's no downloaded music and i don't know if apple will charge me 5 times as well for trying (hopefully not!!). pls help me. thanks

    Yes, I have, i think it may have something to do when
    it says, "playlist selected for updating no longer
    exists"
    But making a new playlist didnt work
    Then you didn't name it exactly the same as the ones that were deleted. It WILL work. Been there, done that.
    Good luck!

  • Cannot use face time after upgrating to ios 6 .password is not recognisible.pls help urgently

    I cannot use face time after updating to IOS 6'password  is not recognisible here nor to imessage pls help urgently

    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime: Set-up, Use, and Troubleshooting Problems
    http://tinyurl.com/32drz3d
     Cheers, Tom

  • I wanna assign you ALL my Duke Dollars....

    ...for a new question i have BUT b4 I can do that I need to retrive back the duke dollars from my earlier messages that haven't been answered and have my dollars gathering dust...how on earth do i do that?

    Silkm I have no issues with assigning you all my dukes from all those earlier questions...just go there, type anything and I will assign them to you if u can solve my query...
    It's gotta do with setting the classpath...and yes, i have already been thru google and forums here...
    This is what i do:
    - Start>Control Panel>System>Advanced>Environment Variables
    - Click on Path in the System Variables section
    - Click Edit and add C:\Program Files\Java\j2re1.4.1_01\bin AFTER %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;c:\Program Files\Common Files\Adaptec Shared\System;
    - Next I go to DOS and get my C prompt to C:\Program Files\Java\j2re1.4.1_01\bin
    - I type javac helloworld.java and ENTER
    - I get "javac is not recognised as an internal or external command, operable program or batch file"
    So then I go back to Start>Control Panel>System>Advanced>Environment Variables
    - This time I click on New in the "User Variables for Gaurav" section(that's me) - after all i am logged in as Gaurav on my XP machine!
    - I type Path in Variable Name and C:\Program Files\Java\j2re1.4.1_01\bin in Variable Value
    - Save
    - goto DOS
    - type helloworld.java and get "javac is not recognised as an internal or external command, operable program or batch file"
    BTW i have installed j2re-1_4_1_01-windows-i586 on a XP machine
    HELP!

  • RFC - XI - TCP/IP scenario. Pls help urgent

    Hi All,
    I have RFC -> XI -> TCP/IP scenario.
    My scenario is quite similar to scenario given in blog:
    /people/saravanakumar.kuppusamy2/blog/2005/12/15/socket-integration-with-xi
    Questions.
    1. Pls explain how Java Mapping is done in XI. ?
    2. In real scenario static void main (String[] args) method will
        not be there because request will come automatically from
        SAP source and response from tcp/ip system.
        Am I  corrcet?
    3. My response is not xml. Pls send me updated code that  
        can convert string array byte format to xml.
    Is there any simple way to do this scenario.
    Full points will be awarded.
    Thanks

    Hi Rider,
    You can implement mapping programs in Java. To process XML documents, use Java API for XML Processing (JAXP), for example. The JAXP supports the Document Object Model (DOM) and the Simple API for XML (SAX). This gives you great flexibility for mapping definitions with Java.
    The runtime environment for Java mappings has an mapping API. To use Java mapping, you must define a Java class that implements the Java interface com.sap.aii.mapping.api.StreamTransformation. This interface has two methods:
    ●     public void execute(java.io.InputStream in, java.io.OutputStream out)
    At runtime, the Integration Engine calls this method to execute a mapping. This method contains an input stream for the source document and an output stream for the target document as parameters. These streams are usually XML documents. You can import the substructures to be converted from the input stream and output the converted target document in the output stream.
    ●     public void setParameter(java.util.Map param)
    The Integration Engine transfers parameters to the mapping program with this method. It evaluates these parameters at runtime in the method execute(). This enables you to control the process flow of the mapping.
    The transferred object that implements the Java interface java.util.Map contains seven key/value pairs as parameters. These correspond to corresponding fields in the message header. Apart from the MAPPING_TRACE constant, the value objects are of type java.lang.String. The key objects are defined in the class com.sap.aii.mapping.api.StreamTransformationConstants:
    (plz check this in the link):
    http://help.sap.com/saphelp_nw04/helpdata/en/e2/e13fcd80fe47768df001a558ed10b6/content.htm
    For Key-Value Pairs, check out the link:
    http://help.sap.com/saphelp_nw04/helpdata/en/b3/9a2aeb24dc4ab6b1855c99157529e4/content.htm
    Plz reward points if satisfied.
    Regards,
    Sushama

  • N96-phone recovery-PLS HELP--URGENT

    im geting the error in nokia software updater:-
    remove the battery and charger,
    insert battery and charger,
    click retry
    power on.
    what should i do?
    after trying this, i still get the error!
    help pls
    What's Worth Doing, Is Worth Doing Well!
    All "N-series" are incredible!

    You better keep truing as instructed. you you completely exit the update program you wont be able to recovr your nokia anymore.
    IVOR you shouldn't advise people who's update went wrong to disconnect it and reinstall the program! This way they will never be able to recover the Phone.
    I just updated my n96 and it went wrong too. the only thing the phone did when i turned it on was flashing with the back light and back off again and again. The only way you can fix your faulty update is to do exactly as told in the software.
    First put back in the USB cable then the battery and then the charger. then press the on/off button for 1 sec. then retry on the program
    If you do this right you wont see anything happen to your phone.. it stays black and wont start up. on your computer screen you wont see that the phone has been reconnected. But now the update bar of the nokia updater will go on. and finish the update and try to recover the phone. When its finished the phone will start up and go into test mode. after the test is complete it will startup.
    I once had the problem that the telephone hang on test mode and it still was after 10 minutes. if this happens pull out the usb cable and instantly put it back in. this way the usb will be reconnected to your computer and the phone will finish the test.
    NEVER I SAY NEVER ! force quit the update program when the phone is off and the update has failed. As the phone is still in the standby menu while updating then there is not much that can happen. for it has not began updating yet.

  • PRD Client L.ocked -   Pls Help Urgent.

    Hi Gurus,
      Yesterday i set remote copy for PRD To DEV in background job.  Now the Job is cancelled.  The PRD Client is locked.  If i login " The client is currently locked against logon"  - This is error message display all users.  Pls advise how to unlock the client.
    This is very urgent..
    Thanks
    Rajesh.

    Hi Rajesh,
    useful link
    http://www.sap-img.com/bc060.htm
    you can unlock client from if you have access to any of the client in that system
    We can lock a client using SCCR_LOCK_CLIENT and unlock SCCR_UNLOCK_CLIENT functions.
    even you can user tp command to unlock
    hope this helps,
    thanks
    kishore

  • CFloop in Javascript function...pls help urgent

    <script type="text/Javascript">
          function XYZ(group_id)
           switch(group_id)
            <cfloop query = "GetProgramAuthGrpRouting">
             case '#GetProgramAuthGrpRouting.group_id#':
              <cfset variables.user_names = "">
              <!--- Get all users belonging to the selected group id --->
              <cfquery name="GetGroupUsers" datasource="#request.db_instance#">
               select distinct employee_number from dbo.DIV_USER_GROUP_XREF where division =
                <cfqueryPARAM value = "#request.Pub.Project.division#"> and group_id =
                <cfqueryPARAM value = "#GetProgramAuthGrpRouting.group_id#">
              </cfquery>
              <!--- Getting the name of the user by passing the employee id to the GetUser custom tag  --->
              <cfif GetGroupUsers.RecordCount gt 0>
               <cfloop query = "GetGroupUsers">
                <CF_GetUser
                 query_name = "GetUser"
                 employee_number = "#GetGroupUsers.employee_number#">
                <cfset variables.user_names = variables.user_names&''&GetUser.employee_name&'\n'>
               </cfloop>
              <cfelse>
               <cfset variables.user_names = 'No users in this routing group\n'>
              </cfif>
                alert('#variables.user_names#');
                break;
              </cfloop>
         </script>
    Hi all I am new to this community and this is my first post here. So if this is the wrong place for these then pls let me know the right area. Thanks.I have looped over the result set using CFLOOP in  javascript function and it is working fine. But I want to know if this can be done since javascript is a client side scripting language and CF is a server side. Is this the right way of coding? Can i use cfloop in a javascript function? Please help me as this is urgent. Thanks in advance.

    You you can use CFML inside of a JavaScript <script..> block to dynamically build the JavaScript code to send to the client.  It is a very powerful technique for building highly interactive web sites.
    Just realize that all the JavaScript code is going to be completely built by the CFML and then sent to the browser client through the web server where the JavaScript is executed completely independent of anything that is running on the server.  The JavaScript can not read or write variables on the server or vice-a-versa.  But it is quite easy to export variable values from ColdFusion to JavaScript.  It is a bit more work to export variable values back requiring either the browser or JavaScript to make a new request of the server to send the data.  AJAX does allow this to happen behind the scenes making it look like the data is being shared.  But in reality it is being passed back and forth with independent HTTP requests and responses.
    A recent discussion on this topic:
    http://forums.adobe.com/message/1957350#1957350

Maybe you are looking for

  • Multiple blog summary pages

    I'm creating a new website for sharing news and photos for my family. I want to use the iWeb blog for my entries and plan to do some customization of my site through HTML snippits, iFrames, etc. I've been reading quite a bit on this forum and other u

  • I have an ion guitar and I can't get it to play? It says I need to aggregate MIDI but I don't see that button on 10.6.8.

    I have an ion guitar and I can't get it to play? It says I need to aggregate MIDI but I don't see that button on 10.6.8.

  • PI 7.1: Adapter Type 'Basis 7.0' Vs Adapter Type 'Basis 7.1'

    Hi All, In PI 7.1 we have two versions of each adapter type 'Basis 7.0' and Basis 7.1'. Could you let me know the difference between these two? and which one should be used Regards, XIer

  • Mac OS error 200332927

    I just installed Quicktime Pro 7.4.1 to record movies on my mac. I tried to start new recording and got the above message. What happened? How can I get QT pro to record movies from an Canopus ADVC-55? I am currently running OS 10.4.9 on a G5 with QT

  • Help printing multiple images

    I have all my images stored in Aperture. When I try to print (output/print image), I get a nice print dialogue box. I do not seem to have the option to print multiple images on a single page. With XP, there was a 'print wizard' that would allow me to