Beginner doubt

Hello all,
I am very new to Java. This is the first piece I am looking at. I am trying to convert some code to .net. I need a little bit help in this.
for (int i = 0; i < anCycle.length; i++) {
            int nT = antranspositions[anCycle];
int n1 = nT & 255; // (I am not able to understand what this line does)
int n2 = (nT >> 8) & 255; // (I am not able to understand what this line does)
nT = anpermutation[n1];
anpermutation[n1] = anpermutation[n2];
anpermutation[n2] = nT;
Can anyone please explain this to me.
Thank you                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

BigDaddyLoveHandles wrote:
kal30 wrote:
You are rude.That wasn't directed at you. We like to make fun of .NET here. It's an inferiority complex really, because .NET is vastly superior and the only tolerable parts of Java were stolen from .NET. Sometimes I forget how much I miss .NET and how wonderful it is. C# is one sweet language. Java is just C, forced to wear a helmet and taking the short bus to special school.except that my company is switching to .net because sun has made java too cheap. they want to pay for it and now, they CANT.
Please advice:(

Similar Messages

  • Beginner ABAPer asking Doubts in BDC

    Hi Guyz,
    I am a beginner in ABAP. Here i am sending some doubts on BDC . Any Kind of help will be highly Appreciated.
    Thanks,
    SAM
    1>How do we handle all the scrolling funcions(page ups, page downs atc), and values entered into table controls in BDC ?
    2> How do you take care of screen resolution in BDC?

    1) page up and page down ... i donno the actual procedure but this is one of the method...
    i hope this answers both of ur questions...
    After encountering the screen, say u need to select a field in a table. One of the methods is to press <b>Control F</b> on that screen then enter the field name which u want.. and press enter.. then that field will be the <b>first field in the screen resolution</b> ....
    just try this for a normal table like spfli... after going to the table display in <b>SE11 press control F or the Binoculars icon.</b>. then u will get a small window u just type in the name of the field u want.. and press enter .. see what happens,
    suppose ..
    have opened this spfli in se11 transaction and in display mode..
    Now <b>'PERIOD'</b> is the field which is not there in the resolution..
    so i have opened the find option ,provided the field name <b>PERIOD </b>in the field of search window.
    then pressed enter. Now i will get the same screen( spfli display screen ) with <b>period as the first field in that resolution</b> .. Now i can do whatever is i want with this field.. here i have double clicked on the domain of the field PERIOD.
    so u analyse this code....
    *spfli display screen..
    perform bdc_dynpro using 'SAPLSD41' '2200'. ( * spfli display screen , u can use ur screen number here )
    perform bdc_field using 'BDC_OKCODE'
    '=FIND'. (* To open the find window )
    perform bdc_dynpro using 'SAPLSD41' '0114'. ( * This is the find window )
    perform bdc_field using 'BDC_CURSOR'
    'RSDXX-FINDSTR'.
    perform bdc_field using 'BDC_OKCODE'
    '=CANC'. (* OK_CODE for enter )
    perform bdc_field using 'RSDXX-FINDSTR'
    'PERIOD'. ( * Here i am giving the field name which i want to search or which is not there in the resolution or u can give a vaiable name which contains the value <FIELD NAME> ).
    ( Now i got the spfli display screen with period as the first field in the screen resolution )
    perform bdc_dynpro using 'SAPLSD41' '2200'. (*The previous spfli display screen )
    perform bdc_field using 'BDC_OKCODE'
    '=WB_SELECT_OBJECT'. (* OK_CODE to double click on the domain of the field PERIOD )
    perform bdc_field using 'BDC_CURSOR'
    'DD03D-ROLLNAME(01)'.
    reward helpful answers...
    sai ramesh

  • Some typical doubt from a beginner

    Hello Gurus,
    I am currently working as a support Engineer for Microsoft. But I am planning to move into SAP. I am very good in Windows Server and desktop technology and have started learning SAP too. But I am very much consused as to what to study and how to make a framework to acheive my goal. Which module to take up.
    One of my friend suggested me to go for Basis, but here in this forum I do not find anything related to BASIS. I stumled into this Netweaver administration so posting here.
    Please give me some basic idea bout proceeding towards my goal. Let me know about BAsis and Netweaver and WEb AS. I will be very grateful.
    Thanks
    Ajay M

    Hello Ajay. 
    I am in the process of moving from Microsoft development/support to SAP Administration.  I recently completed the SAP courses "SAPTEC" and "ADM100", and I'm now working as a Jr. Basis Admin.
    Basis is now a part of Web Application Server and Netweaver, but is still referred to as Basis in some contexts.  The Basis technology is not going away, it has just been expanded upon.
    "SAP Web AS is the logical result of further development of the SAP Application Server Technology (formerly also known as SAP Basis), with particular attention being paid to Web-based application."  -SAPTEC Course Materials
    "SAP NetWeaver is the technological infrastructure for all SAP solutions."  -SAPTEC Course Materials
    Also see:
    http://searchsap.techtarget.com/sDefinition/0,,sid21_gci765096,00.html
    http://wiki.ittoolbox.com/index.php/SAP_Basis
    See the official SAP classes for Administration at http://www.sap.com/usa/services/education/catalog/netweaver/administration.epx
    Also see this short thread: http://www.experts-exchange.com/Database/Software/ERP/SAP/Q_23026983.html
    Most SAP solutions run on Unix OS and use Oracle DB, so you may need to study those technologies also.
    Others can offer their insight and advice.

  • File to JDBC adapter , beginner in doubt

    Hi,
    i created a scenario JDBC as receiver and File as sender. Data should be inserted in mysql Databank.
    Msg Interface is defined as
    regards
    Hüsniye

    Hi,
    SQL  table insertion example:
    Below the sample .xsd of datatype that runs suceesfully  via the JDBC adapter.
    You must import this .xsd and study.
    In this datatype Vendor01  is tablename
    action is an attribute
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://borcelik.com/tbit40/ms_sql" targetNamespace="http://borcelik.com/tbit40/ms_sql">
         <xsd:complexType name="VendorMaster_insert_DT">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   fa3c1bd0ad8111d996a0001185be9a9f
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:sequence>
                   <xsd:element name="Insert1">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             6f642270a5b411d999c1f82f0a0407da
                             </xsd:appinfo>
                        </xsd:annotation>
                        <xsd:complexType>
                             <xsd:sequence>
                                  <xsd:element name="Vendor01">
                                       <xsd:annotation>
                                            <xsd:appinfo source="http://sap.com/xi/TextID">
                                            6f642271a5b411d98e60f82f0a0407da
                                            </xsd:appinfo>
                                       </xsd:annotation>
                                       <xsd:complexType>
                                            <xsd:sequence>
                                                 <xsd:element name="access" maxOccurs="unbounded">
                                                      <xsd:annotation>
                                                           <xsd:appinfo source="http://sap.com/xi/TextID">
                                                           6f642273a5b411d9b62df82f0a0407da
                                                           </xsd:appinfo>
                                                      </xsd:annotation>
                                                      <xsd:complexType>
                                                           <xsd:sequence>
                                                                <xsd:element name="VendorNumber" type="xsd:string" minOccurs="0">
                                                                     <xsd:annotation>
                                                                          <xsd:appinfo source="http://sap.com/xi/TextID">
                                                                          6f642274a5b411d9ba32f82f0a0407da
                                                                          </xsd:appinfo>
                                                                     </xsd:annotation>
                                                                </xsd:element>
                                                                <xsd:element name="LastName" type="xsd:string" minOccurs="0">
                                                                     <xsd:annotation>
                                                                          <xsd:appinfo source="http://sap.com/xi/TextID">
                                                                          6f642275a5b411d9c92cf82f0a0407da
                                                                          </xsd:appinfo>
                                                                     </xsd:annotation>
                                                                </xsd:element>
                                                                <xsd:element name="SearchTerm" type="xsd:string" minOccurs="0">
                                                                     <xsd:annotation>
                                                                          <xsd:appinfo source="http://sap.com/xi/TextID">
                                                                          6f642276a5b411d9ca6bf82f0a0407da
                                                                          </xsd:appinfo>
                                                                     </xsd:annotation>
                                                                </xsd:element>
                                                                <xsd:element name="Currency" type="xsd:string" minOccurs="0">
                                                                     <xsd:annotation>
                                                                          <xsd:appinfo source="http://sap.com/xi/TextID">
                                                                          6f642277a5b411d9889cf82f0a0407da
                                                                          </xsd:appinfo>
                                                                     </xsd:annotation>
                                                                </xsd:element>
                                                           </xsd:sequence>
                                                      </xsd:complexType>
                                                 </xsd:element>
                                                 <xsd:element name="key1">
                                                      <xsd:annotation>
                                                           <xsd:appinfo source="http://sap.com/xi/TextID">
                                                           e20d53b0a5b811d98519f82f0a0407da
                                                           </xsd:appinfo>
                                                      </xsd:annotation>
                                                      <xsd:complexType>
                                                           <xsd:sequence>
                                                                <xsd:element name="VendorNumber" type="xsd:string">
                                                                     <xsd:annotation>
                                                                          <xsd:appinfo source="http://sap.com/xi/TextID">
                                                                          716d5130a5ba11d9b907f82f0a0407da
                                                                          </xsd:appinfo>
                                                                     </xsd:annotation>
                                                                </xsd:element>
                                                           </xsd:sequence>
                                                      </xsd:complexType>
                                                 </xsd:element>
                                            </xsd:sequence>
                                            <xsd:attribute name="action" type="xsd:string">
                                                 <xsd:annotation>
                                                      <xsd:appinfo source="http://sap.com/xi/TextID">
                                                      094ca410aa7a11d9ae7ccc950a0407da
                                                      </xsd:appinfo>
                                                 </xsd:annotation>
                                            </xsd:attribute>
                                       </xsd:complexType>
                                  </xsd:element>
                             </xsd:sequence>
                        </xsd:complexType>
                   </xsd:element>
              </xsd:sequence>
         </xsd:complexType>
    </xsd:schema>

  • Doubts in XI basics..help me with some practical examples

    hi friends,
              I am new to SAP XI have some basic doubts. Answer my questions with some practical examples.
      1. what is meant by "Business System" and what is difference between client,customer,Business partner,3rd party
      2.If a small company already using some systems like Oracle or peopleSoft,if it wants to use SAP products then what steps it has to follow.
    3. SAP system means a SERVER?
    4.SAPWebAs means a server software?
    5.R/3 system comes under SAP system?
    6.XI is also one of the SAP  module..how it relates to other modules.
    7.In one organization which is using SAP modules,each module will be load in separate servers?
    8.PO(purchase order) means just looks like one HTML file..customer will fill the form and give it.like this,Combination of many files like this is one SAP module.Is it right assumption..?if so,then what is speciality SAP?
       I have an theoretical knowledge about IR and ID and SLD.what are general business transactions happens in any business ?(like who will send cotation,PO)  give some practical example for what actually happens in business?..who will do what?and what XI will do?

    Hi Murali,
    <u><b> 1.Business System</b></u>
      Business systems are logical systems that function as senders or receivers  within the SAP Exchange Infrastructure(XI).
    Before starting with any XI interface,the Business systems involved has to be configured in SLD(The SLD acts as the central information provider for all installed system components in your system landscape.)
    business system and technical system in XI
    <u><b>2.Third Party</b></u>
    http://help.sap.com/saphelp_nw04/helpdata/en/09/6beb170d324216aaf1fe2feb8ed374/frameset.htm
    eg.For the SAP system a  Bank would be a third-party which would be involved in interfaces involving exchange of data(Bill Payment by customer).
    <u><b>3.XI(Exchange Infrastructure)</b></u>
      It enables you to connect systems from different vendors (non-SAP and SAP) in different versions and implemented in different programming languages (Java, ABAP, and so on) to each other.
    Eg.If an interface involves Purchase Order sent from SAP system to the vendor(Non-SAP system)then,the vendor might expect a file.But the Data is in the IDOC(intermediate document) form with the SAP system.Here XI does the work of mapping the IDOC fields and the File fields and sends it to the vendor in the form of a file.
    In short,always the scene is Sender-XI-Receiver.
    The Sender and the Receiver depends upon the Business you are dealing with.
    <u><b>4.Business Partner</b></u>
    A person, organization, group of persons, or group of organizations in which a company has a business interest.
    This can also be a person, organization or group within this company.
    Examples:
    Mrs. Lisa Miller
    Maier Electricals Inc.
    Purchasing department of Maier Electricals Inc.
    <u><b>5.Client</b></u>
    http://help.sap.com/saphelp_nw04/helpdata/en/6c/a74a3735a37273e10000009b38f839/frameset.htm
    <u><b>6.SAP System</b></u>
    http://help.sap.com/saphelp_nw04/helpdata/en/33/1f4f40c3fc0272e10000000a155106/frameset.htm
    <u><b>7.SAP WebAS</b></u>
    https://www.sdn.sap.com/irj/sdn/advancedsearch?query=sapwebapplication+server&cat=sdn_all
    As you are a beginner, I understand you musn’t be aware of where to search what.
    For all details search out in http://help.sap.com
    And sdn(key in keyword in Search tab).
    You will get list of forums,blogs,documentation answering all your queries.

  • Doubt in IDOC

    Hi everyone,
    Am beginner of ale idoc can anyone clear my doubts.
    1)In an idoc How to get a value for a particular field in a segment which system is not generating.But a field exist for it.
    For Eg.
    I want a field(TLCCAT) in the idoc(TPSLOC).But it is not generating any value for it.
    But in idoc(TPSDLS) it is giving value for it.
    Like this i need some more fields to be filled.
    how to get those fields filled.
    2)Can we send TPSSHT as outbound, as if i know we cant send it as outbound.If am wrong can u correct me and tell me the way to send it as outbound.
    3)How to use idoc(SYSTAT) for sending status and error messages as outbound.
    Thanks in advance,
    Sakthi

    Dhanush,
    <b>I believe records means u refer here to each IDOC messages.</b>
    <b>For Question 1:</b>
    - See No IDOC's will be created in Integration Server. IDOC's will be created only when it got posted in R/3 System.
    - I can say based on your scenario design 100 IDOC's  structure messages are created but not IDOC's in Integration Server.
    - You can handle the scenario in two ways upto my knoweldge.
    Split the 100 records and send each record to R/3 system.(You need BPM for this)
    Export the IDOC change the occurrence of IDOC to 0..unbounded and in the mapping logic map records to IDOC. Hence if there are 100 records 100 IDOC Message structure will be created. Finally when u post the IDOC in target system 100 IDOC's are created.
    <b>For Question 2:</b>
    - From R/3 side 100 IDOC's will be created in order to get 100 records.
    - Here also you can design scenario in 2 ways..
    Use BPM and collect 100 IDOC's and map to target structure so that 100 Records are created.
    Collect 100 IDOC's in file system by creating File port[I think u might knew the blog] and finally do file to file scenario.
    Hope it helps!!!
    -raj.

  • Oracle beginner's question

    Hi All
    I am a beginner to oracle. I want to download free version of oracle software from internet and work with some basic SQL Commands in my Home computer. Do I need to download Both oracle server and client? Can any one suggest what are all the required softwares and please send some links to download.
    One more doubt. After download how should i configure the Oracle server. Please send any link explaining about the same.

    Go and install the express edition from:
    http://www.oracle.com/technology/software/products/database/xe/htdocs/102xewinsoft.html
    Its a straight away installation and all the information about the installation guides is also available there.

  • Hi All, doubts in XI..please help

    HI Gurus,
    I have some small doubts here...iam a beginner...please help me....
    1)
    What 2 Data Types are automatically created when the Namespace is saved in the Integration Repository?
    2) purpose of the setting to "Permit Importing of SAP IDOCs or BAPI/ RFCs". Where is this configured?
    3) wat is end-to-end monitoring? How is it configured? What are the different views
    4) What happens after an exception is raised in BPM?
    5) What are the different monitoring statuses? Where do you find them?
    Thank you very much in advance....
    Best Regards,
    Abhinav

    Hi!
    >>1) What 2 Data Types are automatically created when the Namespace is saved in the Integration Repository?
    create a new namespace and you'll see
    -hint: they are used for error processing
    >>2) purpose of the setting to "Permit Importing of SAP IDOCs or BAPI/ RFCs". Where is this configured?
    It's configured for each sw component version (IR, dbl click SWCV)- if you have non-sap system, u usually do not permit it (what for to import idocs and relate them to non-SAP component?) and vice-versa
    >>3) wat is end-to-end monitoring? How is it configured? What are the different views
    you can see report of message processing status from one source to target
    >>4) What happens after an exception is raised in BPM?
    depends, if you handle it with BLOCK exception branch the BPM continues processing.. otherwise error is reported and processing is stopped
    >>5) What are the different monitoring statuses? Where do you find them?
    ???  There are several monitoring screens on XI.. Which one do you mean?
    for example for sxmb moni - IE monitor, click the Legend button - on the right. you'll see all the statuses possible
    then you have AE monitoring.. there are several statuses - delivered, not delivered, to be delivered, failed, ....  I think it's clear what they mean..
    Peter

  • A beginner to design pattern(Struct,Spring & Hibernate framework)

    Actually I am beginner to MVC2 Approach of complex application incorporated by design pattern as Struct,Spring & Hibernate framework.
    Currently I am learning JSP Concepts,I have one doubt.
    (1)What are the things I should grasp even before taking off to Design pattern?
    Help me anyone plz?
    With Regards,
    Stalin.G

    [email protected] wrote:
    Actually I am beginner to MVC2 Approach of complex application incorporated by design pattern as Struct,Spring & Hibernate framework.
    Currently I am learning JSP Concepts,I have one doubt.Just one?
    >
    (1)What are the things I should grasp even before taking off to Design pattern?You should understand core Java very, very well.
    You should know JSPs using JSTL without scriptlets.
    You should understand relational databases and SQL.
    You should understand HTML and HTTP.
    Personally I think Struts, Spring, and Hibernate all at once are well beyond any beginner.
    It's hard to advise you on what to do without knowing your capabilities and the problem you're trying to solve, but I think you should try it first using just JSPs, servlets, and JDBC. Get that to work and then refactor it to use the frameworks. You'll understand and appreciate them more that way.
    %

  • Sql View Doubt

    Hi all...
    I am beginner of oracle sql 10g and also trainee.. i know why v r using views but im getting confused to use views bcoz im little weak to understand in english.. i have one doubt is it possible to use views in same table? can any one tell me?
    Thankz

    Think of a view as a stored query. A view can be created by querying one table or from a complex query joining many tables. But the end-user just sees the result, which looks like a table of rows to them. Generally you aren't trying to hide implementation but either hide sensitive data or filter unimportant data. For instance, let's say you have an employee table that has all sorts of information about an employee. Some of that information is sensitive (like their salary, any medical information, etc.). Other information (e.g., what department they work in, who their manager is) is not sensitive. If all that information is in one table but you want to hide the salary information from everyone but the HR dept., then you could make a view that selects the non-sensitive columns from the employee table and only grant select on that view to non-HR personnel. If you wanted managers only to have access to certain data in the employee table for employees that they manage, you could make a view for that as well.

  • Doubts related to Sharepoint

    Hi everyone, 
    I am seeking your help for the following problems in sharepoint 2013. Before I start my question I would briefly explain the task of mine for your better understanding and also I am just a beginner in sharepoint.
    My task is to synchronize a database with sharepoint 2013. The database I am using here is an MS Access which consists of a set of tables that contains few values. My questions are listed as below:
    1. Is it possible to synchronize in live the Sharepoint 2013 and MS Access with the help of MS SQL as server
    2. I tried to create form using the InfoPath designer in SharePoint but also would like to know if there is any possibility to create a form which I can create without using InfoPath designer. 
    Form here will be used for the purpose of ordering things by the users. Once the order has been placed then the details in the form should be stored in the tables at respective columns.
    3. I have created an Access Database and I have synchronized the table in MS Access with the sharepoint 2013. Then, I had set just read only accessibility for few of my colleagues which was supposed to show the elements present in the table and disable editing
    option but when this accessibility setting was preferred the colleagues were unable to read any of the elements present inside the sharepoint. I am too confused as I tried to google things but never found a proper reply. 
    4. Also, is it possible to make a chart or any graphik like that of an Excel in sharepoint ?
    I deeply appreciate any suggestion or help. Thank you all in advance.
    Regards,
    Nivas

    Hi Scott,
    Thank you very much for your reply.
    Yes, I am using the Enterprise Edition and as per your suggestion I have exported the table from Access 2013 to SharePoint 2013. Now I can see the elements in the access tables in sharepoint as well but now my task is to create a form based on this table.
    The form will be used by our customer and he will be using the form to do some entry and these data should be saved in the tables and also at times some datas needed to be fetched from the tables.
    I have done the same using just Access but now creating a form in SharePoint itself makes me feel too difficult. I tried using InfoPath but as per your suggestion, I have also tried an alternative with Access Apps for creating a form which also has limitations
    and doesn't work as per our requirement. Now I would like to ask clarify few of my following doubts:
    1. Is there a method to create a form in sharepoint and synchronize with the datas in the tables?
    2. I tried to set some view options but it doesn't work for me. I have set for some users just read only option but this is not working. Any suggestions?
    I shall keep my work updated and again a heartfelt thanks for your help !! 
    Best regards,
    Nivas

  • Unix beginner...help

    Hi
    I am a beginner in unix.
    echo `date` > ${MOD1}/test.out
    what does the > ${MOD1}/test.out means.
    sorry for silly question..beacuse i dont understand this in book
    thanks
    asp

    It redirects the output from the command 'date' to
    the file $(MOD1)/test.out.
    MOD1 will be a variable in your shell script storing
    a directory name.Thanks first of all..one more doubt..
    is everything enclosed in {xxxx} this kind of brackets represents directory or something else.
    thanks
    asp

  • Doubt in fbl1n transaction

    hi i have a doubt....
    in fbl1n transaction, there are open items and cleared items.
    in it the cleared items  for certain document types such as invoice etc is not present in the open item table (bsik)
    however the cleared items for document types such as general  voucher its present in the open items table (bsik)
    is this possible as all cleared item entries shld b present in the open item table with an indicator set for cleared or not...
    plz exlain!

    Hi
    There are 2 tables(open and Closed Items)  in FI for Account Payables and Account Receivables and GL accounts
    1.Account payables: BSIK is Open Items and BSAK is Closed items
    2.Account Receivables; BSID and BSAD for OPEN and closed items
    3/GL accounts :  BSIS and BSAS  for Open and Closed Items
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • Doubt in creation of a new object

    Hi All,
                 I have one doubt in creation of a new object.If a new object is to be created and it is not a subtype
    of any existing object, then what should we enter in the Program field for creating the object?
    I hope I am clear with my question.
    Thanks in Advance,
    Saket.

    Hi Saket,
    Following will be required for created a custom business object.
    1. Object Type - ZTEST (Internal Techincal Key)
    2. Object Name - ZTESTNAME (Technical Key Name)
    3. Name - TEST (Name of BO, it is used while selecting the object type)
    4. Description - (Short Description of BO)
    5. Program - ZTESTPROGRAM (ABAP program in which the methods of the object type are implemented)
    6. Application - A or B.. etc (Area to which your BO is related)
    Please remember that you can learn these basic things by giving F1 help on those fields and in HELP.SAP.COM.
    Regards,
    Gautham Paspala

  • Doubt in sender mail adapter

    Hi Everyone,
    Can we read and validate the attachment of the mail.If so how to do it.
    Thanks in advance,
    Sakthi

    Hi Sakthi,
       Please refere the below links:
      http://help.sap.com/saphelp_nw2004s/helpdata/en/ad/bf93409c663228e10000000a1550b0/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/0d/52b240ac052817e10000000a1550b0/frameset.htm
    Let me know if you have any doubts regarding this.
    Thanks,
    sekhar.

Maybe you are looking for

  • Mac Mini Slow & Won't Recognize CDs

    A classmate of mine is having issues with his Mac Mini, early 2009 model & was looking for advice. He is curious if there is anything he can try before he takes it to the Apple store as he runs his music business from it. It's a Mac Mini, March 2009

  • Converting Word Documents to PDF Loses Header

    OK, so a two page Word (2010) document with headers on the second page. Using the latest update for Adobe Acrobat XI. If I print>save as .pdf, it works fine. However, we often combine multiple files together into one PDF, so it is inconvenient to hav

  • How can i attach files in oracle applications

    Hi, How can i attach files in oracle applications ? Is there any thing like open dialogue box? krishna

  • Installing Airport Express on VISTA system

    Have an Airport Express from 2005 that has been successfully installed and running without problems on an HP Laptop running Windows XP. Just got a new HP Laptop running VISTA. Have heard a lot of issues related to installing with VISTA. Can't imagine

  • WoodtypeOrnamentsStd Font on Mac

    Hi, I just purchased this font. I've followed the installation instructions, placing the .otf file in Mac HD>Library>Fonts>, with all the other font files. The name appears correctly in Adobe product font lists, but does not give the correct characte