For every line item, I want to write horizontal line.

Hello experts,
In the main window of my sapscript form, I am displaying multiple line items. What I want to do is write a horizontal line so what I did is this:
/: SIZE WIDTH '75.0' CH HEIGHT '0' LN
/: BOX FRAME 10 TW
/: POSITION YORIGIN +1 LN
I was having a problem yesterday as to why my &ULINE& is always shorter than the width of my MAIN window. So I am currently experimenting with BOX statement. But the problem is, I want to write it after every end of a line item. I placed the code above where the original &ULINE& was placed(inside the main window).
Hope to hear from you guys. Thank you and have a nice day to all!

Hi,
Below is my code inside my MAIN window.
MAIN
/* Element /E set outside PROTECT statement
Element POS_ZEILE
/: PROTECT
I1 ,,&MSEG-ZEILE&,,&MSEG-MATNR&,,&MSEG-ERFMG&,,&MSEG-ERFME&
/: IF &MSEG-BWART& EQ 'Z75'
=  ,,&MSEG-UMLGO&
/: ELSE
/:  IF &MSEG-BWART& NE '315'
=  ,,&MSEG-LGORT&
/:  ENDIF
/: ENDIF
/: IF NOT &MSEG-BWART& EQ '631'
=  ,,&MSEG-CHARG&
/: ENDIF
/: IF &MSEG-BWART& EQ '631'
=  ,,&KNA1-NAME1&
/: ENDIF
/: IF &MSEG-BWART& NE '631'
/: IF &MKPF-TCODE2& NE 'MB01' AND &MKPF-TCODE2& NE 'MIGO_GR'
I1 ,,&MSEG-WEMPF&
/: ELSE
I1 ,,&MSEG-EBELN&
/: ENDIF
/: ENDIF
I2 ,,&MABDR-MAKTX&
/: PERFORM GET_RCV_LOC IN PROGRAM ZSR_GOODS_TRANSFER_SLIP
/: USING &MSEG-EBELN&
/: USING &MSEG-EBELP&
/: CHANGING &WA_KOSTL&
/: ENDPERFORM.
/: IF &MKPF-TCODE2& EQ 'MB1A' OR &MKPF-TCODE2& EQ 'MB1C' OR &MKPF-TCODE2& EQ 'MIGO_GI'
/:   IF &MSEG-GRUND& EQ ''
/*     IF &MSEG-BWART& EQ 'Z29'
/* ,,</><TX>&MSEG-SGTXT(15)&</>
/*     ELSE.
=  ,,&WA_KOSTL&
/*     ENDIF.
/:   ELSE.
=  ,,&MSEG-GRUND&
/:   ENDIF
/: ELSEIF &MKPF-TCODE2& EQ 'MB01' AND &V_REVRS& EQ 'Y'
/:   IF &MSEG-GRUND& EQ ''
=  ,,&WA_KOSTL&
/:   ELSE
=  ,,&MSEG-GRUND&
/:   ENDIF
/: ELSEIF &MKPF-TCODE2& EQ 'MIGO_GR' AND &V_REVRS& EQ 'Y'
/:   IF &MSEG-GRUND& EQ ''
=  ,,&WA_KOSTL&
/:   ELSE
=  ,,&MSEG-GRUND&
/:   ENDIF
/: ELSEIF &MKPF-TCODE2& EQ 'MB1B' AND &MSEG-BWART& NE '315'
/:  IF &MSEG-BWART& EQ 'Z75'
=  ,,&MSEG-LGORT&
/:  ELSE
/:   IF &MSEG-UMLGO& EQ ''
=  ,,&WA_KOSTL&
/:   ELSE
=  ,,&MSEG-UMLGO&
/:   ENDIF
/:  ENDIF
/: ELSEIF &MKPF-TCODE2& EQ 'MB1B' AND &MSEG-BWART& EQ '315'
/:   IF &MSEG-LGORT& EQ ''
=  ,,&WA_KOSTL&
/:   ELSE
=  ,,&MSEG-LGORT&
/:   ENDIF
/: ENDIF
/: IF &MKPF-TCODE2& EQ 'MB1A'  OR &MKPF-TCODE2& EQ 'MIGO_GI'
/:   IF &MSEG-KOSTL& EQ ''
=  ,,&MSEG-EBELN&
/:   ELSE
/:    IF &MSEG-BWART& EQ 'Z29'
=  ,,<TX>&MSEG-SGTXT(15)&</>
/:     ELSE.
=  ,,&MSEG-KOSTL&
/:    ENDIF.
/:   ENDIF
/: ELSEIF &MKPF-TCODE2& EQ 'MB1B' OR &MKPF-TCODE2& EQ 'MB1C' OR &MKPF-TCODE2& EQ 'MB01'  OR &MKPF-TCODE2& EQ 'MIGO_GR'
/:  IF &MSEG-BWART& EQ '323' OR &MSEG-BWART& EQ 'Z73'
=  ,,&MSEG-GRUND&
/:  ELSEIF &MSEG-BWART& EQ 'Z75'
=  ,,&MSEG-GRUND&
/:  ELSE
/:    IF &MSEG-UMCHA& EQ ''
=  ,,&MSEG-EBELN(10)&
/:    ELSE
=  ,,&MSEG-UMCHA(10)&
/:    ENDIF
/:  ENDIF
/: ENDIF
=  ,,&MSEG-KUNNR&
/: IF &MSEG-BWART& EQ '601'
/  ,,   &V_BEZEI&
/: IF &V_MATGRP& EQ 'X'
/: ENDIF
/: ENDIF
/: ENDPROTECT
/: IF &V_SERIAL_NO& = 'N'
/: SIZE WIDTH '75.0' CH HEIGHT '0' LN
/: BOX FRAME 10 TW
/: POSITION YORIGIN +1 LN     
/: ENDIF
Element SERNUM
/: PROTECT
/: IF &V_SERIAL_NO& = 'Y'
/: IF &V_FIRST_NUM& = 'Y'
/: IF &SERIAL_TAB-END& EQ &SPACE&
SI ,,Serial Numbers:,,&SERIAL_TAB-START&
/: ELSE
SI ,,Serial Numbers:,,&SERIAL_TAB-START&,,-,,&SERIAL_TAB-END&
/: ENDIF
/: ELSEIF &SERIAL_TAB-END& EQ &SPACE&
SI ,,,,&SERIAL_TAB-START&
/: ELSE
SI ,,,,&SERIAL_TAB-START&,,-,,&SERIAL_TAB-END&
/: ENDIF
/: ENDIF
/: IF &V_FINISH& EQ 'Y'
/: SIZE WIDTH '75.0' CH HEIGHT '0' LN
/: BOX FRAME 10 TW
/: POSITION YORIGIN +1 LN
/: ENDIF
/: ENDPROTECT

Similar Messages

  • Mail sent by the program are getting appended for every line item in ITAB.

    Hello Experts,
    My program has to send mail for every line item in my internal table. Each line itme will provide the data to be filled in body of the mail .Now the problem is when i recieve mail in outlook the body of the mail is getting appended every time i recieve the mail
    For example , if the mail has to go for 3 entry in itab out of five then i'm getting 3 mails but 2nd has body of 1 also and 3d has body of 1st and 2nd.
    I'm using loop - endloop and it is happening due to this but is there any other way out to send mails for each line without body getting appended.
    Please see the code below i'm using:-
    LOOP AT lt_bg INTO lw_bg.
    PERFORM populate_message_table.>>>>>>Preparing body
    PERFORM send_email_message.>>>>>>>>> need to capture in loop as evry line itme has distinct subject of mail
    ENDLOOP.
    PERFORM initiate_mail_execute_program.
    Thanks,
    Naveen

    Hi,
    I'm using Clear wa and refresh ITAB but still i'm getting the body appended.
    Thanks

  • Deleting and Adding components in a Sub contracting PO, for every line item

    Hi,
    I have requirement where in I need to change the Item category from Blank to 'L' for a given Line item, and for this Line Item I need to go to the Delivery Schedule lines and delete the existing Components and add new components to every Delivery Schedule line. This is going to be a LSMW object with a custom program.
    I tried for recording ME22N, but couldn't do this as ME22N  is not BDC friendly, and in ME22 the Item category field is Display only. I also tried with Function modules/BAPIs but nothing seems to be working out.
    Can anybody help me get a solution to this requirement. Would appreciate a quick response as its a priority requirement for me.
    Thanks in Advance,
    Saleem.
    Ph : +91-9845627631

    1. You will definitely create two subcontracting info records for two raw materials say RAW1 and RAW2.
    2. There will be two seperate production versions for these two materials.
    3. Update respective production versions in respective subcontracting info-records.
    4. This will help to upload the alternate BOM even you changed the material from PO
    Amol

  • New contract account for every line item in subscription order....

    Hi Guys,
    I am having a problem with the subscription order.
    Whenever I change the subscription order and add a line item to it, SAP by default  creates a new contract account for that line item. Whereas I want to assign the same contract account to the second line item also.
    Can you suggest me any solution for this problem?
    Thanks in advance...
    Regards,
    Abhay

    Hello Abhay,
    This is the normal and correct function for SAP. If you would like for the subscriptions to be on the same contract that you subscriber has, an enhancement has to be developed.
    We had a similar requirement and an enhancement was developed per specifications.
    Regards,

  • SAP calling Vertex (taxes) for every line instead of at document level

    We use Vertex for taxes and want SAP to call Vertex at the end of the document instead of at every line item.  It then calls again for credit worthiness toward the end of the process as well.
    Does anyone have this same issue?
    How to rectify?
    Thanks,
    Michelle

    Hi Michelle,
    Note 643273 does not have to be used only if there is an error message
    Note 643273 highlights the use of summarization,
    The compression of BSET line items can be switched on via transaction
    OBCY (or the report mentioned in note 36353 for table TTYPV).
    This must be done for each reference (AWTYP) procedure separately.
    with kind regards
    Cora

  • How do I fix text from a PDF that has become a paragraph for every line?

    When opening a PDF in Illustrator, the text gets all messed up. Every line becomes its own paragraph, making it very difficult to edit because I have to edit every single line individually. Is there a way to get these to all become one paragraph again like it was in the original file? (P.s The original was created in illy, converted to a PDF, and now being worked on in illy again.) I am working in CS6.

    Method 1
    copy the text in acrobat
    open pdf in illy, delete all point text excetp one, paste text over this
    Method 2
    install join text frames script
    http://vectips.com/tricks/10-free-and-extremely-useful-illustrator-scripts/
    gave you 2 solutions, casue have not done this for awhile, and forgot waht was nto perfect about the script.

  • Assigning sequential numbers for every lines within a group of records

    The scenario is:
    This set of records with group number, lets say 100(group number) contains 7 lines/records. How to assign line numbers (sequential) for each line within these groups on the fly during the mapping process before inserting these set of rows in the target. I know it is easy to achieve in a procedure, but not sure how to do this in the mapping.
    please advice.
    Thanks,
    Prabha

    Use Rank function
    SQL> select empno,ename,deptno,(rank() over (partition by deptno order by empno)) seqno from emp;
    EMPNO ENAME DEPTNO SEQNO
    7782 CLARK 10 1
    7839 KING 10 2
    7934 MILLER 10 3
    7369 SMITH1 20 1
    7566 JONES 20 2
    7788 SCOTT 20 3
    7876 ADAMS 20 4
    7902 FORD 20 5
    7499 ALLEN 30 1
    7521 WARD 30 2
    7654 MARTIN 30 3
    7698 BLAKE 30 4
    7844 TURNER 30 5
    7900 JAMES 30 6
    1111 Test 40 1
    1222 test 1
    1333 2
    17 rows selected

  • One page for every line item?? how to achieve this?? - urgent !

    Hi  all
    Could anyone tell me how to print the based on line items in smart forms i.e., one line item corresponds to one page in smart forms?
    I have some data to be passed even from other tables except the ones in the line item in all the pages
    I mean to say that i have some commone data to be displayed in all the pages and some fields based on line items.
    Please help me out in this??
    Regards
    Nivetha Selvam.

    Hi
    Transfer a single line (instead of the table) to the smartforms or force a new page after printing one line
    Max

  • How to add an space for every line in a text file in 46.B?

    Hi Friends!!
    My problem is the following,
    I need to add spaces in all lines of a text file
    Ej.'ABC ' , I'm using GUI_DOWNLOAD to download the internal table, but the function truncates all spaces, as it is 46B doesn't have the option for allowing the spaces at the end of each line,
    Do you know what can I do?? is there any other function module I could use?? I also tried with WS_DOWNLOAD but it didn't help!
    Thanks so much in advance!!!
    Frinee

    This a short example:
    data: begin of mytable occurs 0,
            line(2),
            lspace type x value '20',
            lenter type x value '0D0A',
          end of mytable.
    mytable-line = '1'.
    condense mytable-line.
    append mytable.
    mytable-line = '2'.
    condense mytable-line.
    append mytable.
    mytable-line = '3'.
    condense mytable-line.
    append mytable.
    call function 'GUI_DOWNLOAD'
         EXPORTING
           BIN_FILESIZE = 50
            FILENAME = 'C:\mybinfile.txt'
            FILETYPE = 'BIN'
         TABLES
            DATA_TAB = mytable
         EXCEPTIONS
           others = 9.

  • Is there another way to make web client control download automatica​lly for every html process I want to view in my intranet using IE 6.0? Thanks.

    I'm using Lookout 4.0.1(build 51) and running Win98SE.

    Thanks Cyril,
    I've already implement sequencer object at my process server based on your attachment and it works perfectly.So my problem have already 90% settle except
    I still cannot do the DDE over the network to connect
    my excel file in server to my Lookout process.I follow your link and found the articles about how to connect DDE over the network and try to implement but it fail.
    Anyway I'll try it again.So Cyril,thank you very much for your kindness support and sent my regards to Mr.Pravin Borade and Mr.Michael Shasteen.Not forget Mr.Roland (Roli).

  • Write again sub-header and header for every start of new page in report

    Hello experts,
    In my report, I declared my line-count to be 0. I don't know if this is correct
    but what I want to do is that for every new page, I want to write again my
    sub-header and header. How do I do this? Thanks again guys!

    Hi again,
    1. CALL METHOD top->top_of_page
    What does it do ?
    Probably it prints the headings and sub-headings.
    2. Now, again in start-of-selection,
       we have written,
    CALL METHOD main->display_subheader.
    CALL METHOD main->display_header.
    , so it becomes twice.
    3. Ideally it could be like this :
    <b>TOP-OF-PAGE.</b>
    <b>CALL METHOD main->display_subheader.
    CALL METHOD main->display_header.</b>
    Remove
    CALL METHOD main->display_subheader.
    CALL METHOD main->display_header.
    from start-of-selection.
    regards,
    amit m.

  • Possible to mark and unmark every line of the list (ALV

    Hi Experts,
    I would like to develop stock compensation report for a client my requirement as below.
    It must be possible to mark and unmark every line of the list (ALV). On top of the list a button (Create Sales Document) is needed. Pressing this button starts the creation of the sales documents for every line of the list which is marked. The button is only active when the simulation flag is initial!
    Since this is a working list it must be possible to double-click on each line and see the line item details. The line item details should be shown as a ALV list as well. The list contains the following fields:
    u2022     Sold-to (VBPA-KUNNR u2013 VBPA-PARVW = u2018AGu2019)
    u2022     Name of sold-to (VBPA- ADRNR u2013 VBPA-PARVW = u2018AGu2019  ADRC-NAME1)
    u2022     Ship-to (VBPA-KUNNR u2013 VBPA-PARVW = u2018WEu2019)
    u2022     Name of ship-to (VBPA- ADRNR u2013 VBPA-PARVW = u2018WEu2019  ADRC-NAME1)
    u2022     Material number (VBRP-MATNR)
    u2022     Material description (VBRP-ARKTX)
    u2022     Old Price List (determination see above)
    u2022     New Price List (determination see above)
    u2022     Compensation Value List (determination see above)
    u2022     Compensation Quantity List (determination see above)
    u2022     New Compensation Quantity List (determination see above)
    After pressing the creation button a sales document for every marked line is created. When this is finished a log is issued for every line. The log shows the following information:
    u2022     Sold-to (VBPA-KUNNR u2013 VBPA-PARVW = u2018AGu2019)
    u2022     Name of sold-to (VBPA- ADRNR u2013 VBPA-PARVW = u2018AGu2019  ADRC-NAME1)
    u2022     Ship-to (VBPA-KUNNR u2013 VBPA-PARVW = u2018WEu2019)
    u2022     Name of ship-to (VBPA- ADRNR u2013 VBPA-PARVW = u2018WEu2019  ADRC-NAME1)
    u2022     Sales document number or error message if no document is created
    How to create check boxes for eachline in the ALV output for mark or unmark purpsoe and how to create create sales document button in the output and how to create the sales order process . please help me out.
    Moderator message: more "spec dumping", please work yourself first on your requirement.
    Edited by: Thomas Zloch on Mar 29, 2011 4:32 PM

    hi
    i have a code for drop down list use this
    this code is for selection-screen deop-down list yu can add this same code in ALV
    REPORT  ZCHETANA_PRAC10                         .
    Type-pools: VRM.
    data: name type vrm_id,
          list_month type vrm_values,
          list_year type vrm_values,
          value type vrm_value.
    selection-screen: begin of block b with frame.
    parameter: p_year(10) type c as listbox visible length 10,
               p_month(10) type c as listbox visible length 10.
    selection-screen: end of block b.
    at selection-screen output.
    value-key = 'JAN'.
    value-text = 'JAN'.
    append value to list_month.
    value-key = 'FEB'.
    value-text = 'FEB'.
    append value to list_month.
    value-key = 'MAR'.
    value-text = 'MAR'.
    append value to list_month.
    value-key = 'APR'.
    value-text = 'APR'.
    append value to list_month.
    value-key = '1998'.
    value-text = '1998'.
    append value to list_year.
    value-key = '1999'.
    value-text = '1999'.
    append value to list_year.
    value-key = '2000'.
    value-text = '2000'.
    append value to list_year.
    CALL FUNCTION 'VRM_SET_VALUES'
      EXPORTING
        ID                    = 'P_MONTH'
        VALUES                = list_month
    EXCEPTIONS
      ID_ILLEGAL_NAME       = 1
      OTHERS                = 2
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CALL FUNCTION 'VRM_SET_VALUES'
      EXPORTING
        ID                    = 'P_YEAR'
        VALUES                = list_year
    EXCEPTIONS
      ID_ILLEGAL_NAME       = 1
      OTHERS                = 2
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    start-of-selection.
    write:/ p_year,
           p_month.

  • Display of  icons in the items of dropdownListBox for a single item

    Dear BSP Gurus,
    Do you know if it is possible to display icons in the items of dropdownListBox for every single item?
    To assign and display icon to buttons I do:
        lv_image->id = 'UserSelectionCancel2'.
        lv_image->src = '/sap/public/bc/icons/s_B_OKYE.gif'.
        lv_image->tooltip = ''.
        clear lv_image_string.
        lv_image_string = lv_image->IF_BSP_BEE~RENDER_TO_STRING( page_context ).
                  %>
                  <xhtmlb:toolbarButton id      = "<%= ywfx1_b_bcontinueWF %>"
                                        design  = "STANDARD"
                                        text    = "<%= lv_image_string %> <%= otr(YWF11/ContWF) %>"
    But I could not managed to do it for the " <htmlb:dropdownListBox ...".
    We have application developed in ABAP WebDynpro and there it is possible, so I want to do exactly the same with BSP.
    Any idea?
    Thanks in advance,
    Valentin

    Hallo Alexandre,
    But what if I use table for defining the items?
    Like:
    htmlb:dropdownListBox id  = "DropDownCommands"
                      table             = "<%= application->mt_commands %>"
                      nameOfKeyColumn   = "VAL_COMMAND".."
    Where "application->mt_commands" is table of strings?
    Would it be some how possible?
    Regards,
    Valentin

  • How to make a tooltip for incoming list items

    Hi,
    I am trying to make a tooltip with JQuery for incoming list items. People will enter some text in a textfield en those values will be added to a list. I want to make a tooltip for every list item that will be added to the list. I want the text that people fill in in the textfield to be added in the tooltip, is this possible? And how can I do this? Thanks! This is what I have so far..
    <input type="text" id="input" placeholder="Voer item in" /> <button id="button">Toevoegen</button>
    <div id="tooltip"></div>
    $(document).ready(function(e) {
      $('#button').on('click', function (){
      var toevoegen = $('#input').val();
      var verwijderen = '<a href = "#" class = "verwijderen">Verwijderen</a>'
      <!--add list item-->
      $('#boodschappenlijst').prepend('<li>' + toevoegen + '' + '\t' + verwijderen + '</li>');
    <!--remove list item-->
    $('#boodschappenlijst').on('click', '.verwijderen', function(){
      $(this).parent('li').remove();
    <!-textfield empty-->
    $('#input').on('click', function (){
      $(this).val('')
    $('#boodschappenlijst').hover(
    function (){
      $('#tooltip').css('display', 'block')
    function (){
      $('#tooltip').css('display', 'none')
    #tooltip {
      position: absolute;
      top: 100px;
      right: 300px;
      border: 1px solid #000000;
      border-radius: 5px;
      color: black;
      width: 100px;
      display: none;
    The tooltip appears, but I want the text that people fill in in the textfield to be added in the tooltip

    Hi,
    I am trying to make a tooltip with JQuery for incoming list items. People will enter some text in a textfield en those values will be added to a list. I want to make a tooltip for every list item that will be added to the list. I want the text that people fill in in the textfield to be added in the tooltip, is this possible? And how can I do this? Thanks! This is what I have so far..
    <input type="text" id="input" placeholder="Voer item in" /> <button id="button">Toevoegen</button>
    <div id="tooltip"></div>
    $(document).ready(function(e) {
      $('#button').on('click', function (){
      var toevoegen = $('#input').val();
      var verwijderen = '<a href = "#" class = "verwijderen">Verwijderen</a>'
      <!--add list item-->
      $('#boodschappenlijst').prepend('<li>' + toevoegen + '' + '\t' + verwijderen + '</li>');
    <!--remove list item-->
    $('#boodschappenlijst').on('click', '.verwijderen', function(){
      $(this).parent('li').remove();
    <!-textfield empty-->
    $('#input').on('click', function (){
      $(this).val('')
    $('#boodschappenlijst').hover(
    function (){
      $('#tooltip').css('display', 'block')
    function (){
      $('#tooltip').css('display', 'none')
    #tooltip {
      position: absolute;
      top: 100px;
      right: 300px;
      border: 1px solid #000000;
      border-radius: 5px;
      color: black;
      width: 100px;
      display: none;
    The tooltip appears, but I want the text that people fill in in the textfield to be added in the tooltip

  • Mark and unmark every line of the list in alv

    Hi experts please help me for the following requirement.
    The report must issue a list with the following fields:
    u2022     Sold-to (VBPA-KUNNR u2013 VBPA-PARVW = u2018AGu2019)
    u2022     Name of sold-to (VBPA- ADRNR u2013 VBPA-PARVW = u2018AGu2019  ADRC-NAME1)
    u2022     Ship-to (VBPA-KUNNR u2013 VBPA-PARVW = u2018WEu2019)
    u2022     Name of ship-to (VBPA- ADRNR u2013 VBPA-PARVW = u2018WEu2019  ADRC-NAME1)
    u2022     Total compensation Value per customer (sold-to) and ship-to
    It must be possible to mark and unmark every line of the list (ALV). On top of the list a button (Create Sales Document) is needed. Pressing this button starts the creation of the sales documents for every line of the list which is marked. The button is only active when the simulation flag is initial!
    Since this is a working list it must be possible to double-click on each line and see the line item details. The line item details should be shown as a ALV list as well.
    Please help me how to put to check box or column for selection the particular line in the output . how to put the button create slaes document button and also how to process when Pressing  button starts the creation of the sales documents for every line of the list which is marked.
    please help me out for the requirement.
    Moderator message: "spec dumping", please work yourself first on your requirement.
    Edited by: Thomas Zloch on Mar 29, 2011 4:29 PM

    Hi Have you used.
    The  totals_text(60) type c,       " text for 1st col. in total line from type group slis.
    It is alvailable in  begin of slis_layout_alv_spec1,
    Try it out.

Maybe you are looking for

  • Windows Bootcamp no longer bootable

    Hi, I installed windows XP onto my MacBookPro about six months ago and everything was working fine.  I haven't used it for a couple months.  I decided I wanted to use Windows today and when I turned on my computer and held down the alt/option key, it

  • Error during installation of oracle 10g on fedora14

    Hi all, I am trying to install oracle 10g on fedora14. However i am getting the error during installation. Could you people suggest me the root cause...!! Error log: [oracle@test database]$ ./runInstaller Starting Oracle Universal Installer... Checki

  • How to create hyperlink in a page with another website

    like we can link email links and hyperlinks (with other files) how do i make link with another website like in my home page i say www.indiatoday.com and i want that when one clicks on www.indiatoday.com this site opens how do i create a link using dr

  • Is it possible to create a journal with iphoto on an imac?

    i saw the new app' using iphoto for ipad and iphone, but what about using iphoto to make a journal on an imac?

  • Timed Access Switching Off??

    My settings in Timed Access seem to hold for maybe a few days at a time, but then all of a sudden when I check it, the Timed Access tab reads Not Enabled. No one else can be turning it off as I am the only one that knows the password. Has anyone else