Problem with the personal name in a screen

Dear Members,
I want to show in a screen the name of a person. But how I can change the username in the screen from, for example: sap01 into Mr. George Smith?
Is there any programm from SAP who can manage this?
Greetings
Michael

Unfortunetly Mike, you would need a Function Code to trigger the processing as you are asking.  However, you can only append the USER-COMMAND option on a Check Box or Radio Button.
However, here is another option.
Hide all the fields execpt the User name field.  This way the user must hit enter or F8/Run to go forward and you can handle this processing of name in the AT SELECTION-SCREEN event routine.
DATA: formal_name(50),
      addr_info          LIKE bapiaddr3,
      return_tab  LIKE STANDARD TABLE OF bapiret2.
CONSTANTS:
  sm2big(52) VALUE
    'aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ'.
PARAMETERS: puname(12)    TYPE c OBLIGATORY,
            pfname(50)    TYPE c MODIF ID xxx,
            paddr(50)     TYPE c MODIF ID xxx,
            city(50)      TYPE c MODIF ID xxx.
AT SELECTION-SCREEN.
  IF puname IS INITIAL.
    MESSAGE e001.
    IF sy-ucomm = 'ONLI'. LEAVE TO SCREEN 0. ENDIF.
  ENDIF.
  CALL FUNCTION 'BAPI_USER_GET_DETAIL'
       EXPORTING
            username = puname
       IMPORTING
            address  = addr_info
       TABLES
            return   = return_tab.
  TRANSLATE addr_info-firstname TO LOWER CASE.
  TRANSLATE addr_info-firstname+0(1) USING sm2big.
  TRANSLATE addr_info-lastname TO LOWER CASE.
  TRANSLATE addr_info-lastname+0(1) USING sm2big.
  CONCATENATE addr_info-title_p addr_info-firstname addr_info-lastname
    INTO pfname SEPARATED BY space.
  IF pfname IS INITIAL.
    MESSAGE e001.
  ENDIF.
AT SELECTION-SCREEN OUTPUT.
  IF puname IS INITIAL.
    LOOP AT SCREEN.
      CHECK screen-group1 = 'XXX'.
      screen-active = 0.
      MODIFY SCREEN.
    ENDLOOP.
  ENDIF.
START-OF-SELECTION.
  WRITE:/ 'I made it here'.

Similar Messages

  • Error message in time machine: "There was a problem with the user name or the password of the network

    I have been unable to back up my macbook to my time capsule for some time now. I received the following error message (translated from Swedish) when trying to back up using time machine:
    "The network's volume could not be placed on the desktop. There was a problem with the user name or the password for the network.
    Open system preferences and go to Time Machine. Select the volume for security backup again and state the correct user name and password."
    I have confirmed the network password, and also tried with resetting the password. I have not idea what else to do. Any help is much appreciated.
    Best regards,
    John

    I have been unable to back up my macbook to my time capsule for some time now. I received the following error message (translated from Swedish) when trying to back up using time machine:
    "The network's volume could not be placed on the desktop. There was a problem with the user name or the password for the network.
    Open system preferences and go to Time Machine. Select the volume for security backup again and state the correct user name and password."
    I have confirmed the network password, and also tried with resetting the password. I have not idea what else to do. Any help is much appreciated.
    Best regards,
    John

  • Problem with the follwing transactions in IMG Screen in ECC 5.0 version.

    check with the below paths and answer the questions.
    img- mm purchasing--define default values for buyers
                          --- define tax jusristiction . But in my IDES system, the tax jusrisdiction code for the plant is in display mode. i cannot enter any tax jusrisddiction, what is the need of this txn.
    img- mm purchasing- material masterentry aids for items without material master. what is the need of this txn.
    img- mm purchasing-- info record--- define price history. if we select the checkbox,what is the message we
    get in the po.
    img- mm purchasing-- souce list- source list requiremnts at plant level what is the need of it.

    img- mm purchasing--define default values for buyers
    This is used to defulat the certain value for particular user
    e.g. the info record history if you want to update based onthe Po or if you want to copy the last po price to the next po for same vandor and material comination than you do the settings here and than set the user parameter for particular user so system will act for that user only.
    U have to setup the parameter id EVO in user id (su01) and enter the value you maintained here
    --- define tax jusristiction .
    It is not displayed in production or send box client. this is used to determine the tax juridiction based on the vendor and location.
    img- mm purchasing- material masterentry aids for items without material master. what is the need of this txn.
    This is used when you create the PO without material master, so based on this setting system will post the accouting entry
    img- mm purchasing-- info record--- define price history. if we select the checkbox,what is the message we get in the po.
    If you set this indicator than system will update the price history with effective price so when you run the price history report you will see the report based on the effective price not the gross price
    img- mm purchasing-- souce list- source list requiremnts at plant level what is the need of it.
    This functionality used to force the user to create the PO for defiend source only
    e.g you have 10 vnedor in your system for particular mateiral but your company has decided to buy from two vendor only than you activate here and create the source list for those two vendor so system force the user to use those two vendor in the Po only.

  • Does apple account sync automatically with the person name and number saved in contact list.

    I have a contact saved in my phone only contact number is saved.. Does iPhone automatically synchronizes the email id related to that contact if that contact person is having an apple id??

    Ur correct buddy. This is what we supposed to do.. But I have saved one contact number without email Id information entered. When u am searching that name in search box I am receiving contact details along with email id.. This is mysterious to me...

  • Problem with the same name of an attribut

    Hi!
    I want to extract my xml-file.
    it looks like this,but this is only a section of my file:
    <inspMSMast id="900003592">
              <bmTyp>MS-Mast</bmTyp>
              <dsVersion>1</dsVersion>
              <erfasser>Leitgeb Gerhard</erfasser>
              <erfDat>31.12.03</erfDat>
              <portion>0000003791</portion>
              <abschnitt>3791</abschnitt>
              <gangfolge>10</gangfolge>
              <areaCode>LAB / Lambach / Bachmanning</areaCode>
              <leitK1K2>M 4 - Neukirchen b L</leitK1K2>
              <mastKZ>87</mastKZ>
              <mastNum>5</mastNum>
              <mastArt>E-Mast</mastArt>
              <lang>10</lang>
              <bauJahr>81</bauJahr>
              <mastBild>Dreiecksbild</mastBild>
              <inspEZMList>
                   <inspEZMObjekte name="Allgemein-Anmerkung" id="900001407">
                        <dringlichkeit>Gering</dringlichkeit>
                        <wert>BF Kappe defekt </wert>
                   </inspEZMObjekte>
              </inspEZMList>
         </inspMSMast>
    If i try to extract the file i get both id values in my first id tag, but the first attribut id is on another level!
    Here is the code:
    SELECT extract(value(d), '/@id').getStringVal() AS ID_ERFASSUNG
    FROM XML_INSPECTION X,
    table(xmlsequence(extract(value(x),'/inspPDA/inspMSMast'))) d;
    Why does this happen?
    And how can i make this correct?
    Thanks for help.
    With best regards
    Nicole

    I realy don`t get the point of this:
    //here it write the context 333
    wdComponentAPI.getMessageManager().reportSuccess(wdContext.currentContextElement().getSN());
    MdlQuestSN model = (MdlQuestSN)WDModelFactory.getModelInstance(MdlQuestSN.class);
    user = null;
    try
    user = WDClientUser.getCurrentUser();
    catch(Exception e)
    wdComponentAPI.getMessageManager().raiseException("Chyba v zistovani usera "+e.toString(),false);
    Zplm_Sernr_Info_Input sernrInfo = new Zplm_Sernr_Info_Input();
    //IPrivateRdInfDetailInfos.IZplm_Sernr_Info_InputElement sernrInfo1 = wdContext.nodeZplm_Sernr_Info_Input().createZplm_Sernr_Info_InputElement(sernrInfo);
    sernrInfo.setI_Sernr(wdContext.currentContextElement().getSN());
    sernrInfo.setI_Uname(user.getLastName());
    wdContext.nodeZplm_Sernr_Info_Input().invalidate();
    wdContext.nodeZplm_Sernr_Info_Input().bind(sernrInfo);
    int count=0;
    try
    sernrInfo.execute();
    //wdContext.nodeZplm_Sernr_Info_Input().currentZplm_Sernr_Info_InputElement().modelObject().execute();
    wdThis.wdGetContext().nodeOutput().invalidate();
    count=sernrInfo.getOutput().getT_Seri().size();
    catch(Exception e)
    wdComponentAPI.getMessageManager().raiseException("Chyba vo volani Zplm_Sernr_Info_Input "+e.toString(),false);
    if (count>1)
    wdThis.wdFirePlugToRdInfGetMatnr();
    else if (count==1)
    try
    {material.setText("Material: " + wdContext.currentT_Seri_I_OutElement().getMatnr());}
    catch(Exception ex)
    try
    {nazovMaterialu.setText("Názov materiálu: " + wdContext.currentT_Seri_I_OutElement().getMaktx());}
    catch(Exception exc)
    try
    {zavod.setText("Závod: " + wdContext.currentT_Seri_I_OutElement().getWerks());}
    catch(Exception exc)
    //here it write SN 4444 - that is from the other session
    try
    {SN.setText("SN: " + wdThis.wdGetContext().currentContextElement().getSN());}
    catch(Exception exc)
         catch(Exception s){
         finally{
         model.disconnectIfAlive();
    all of the export parameters are from the other session

  • Anyone having problems with the Samsung Galaxy Stellar touch screen after a screen lock?

    My Samsung Galaxy Stellar won't respond from the lock screen, about once a week.
    What touch screen issues are others having?
    As a workaround, I have to remove the back cover and battery, replace, and turn the phone on.

    So far I have had 3 of these phones in as many months.  After about 3 weeks, the phone will suddenly lock up on me, and will either go into a boot loop, or just become unresponsive.  Couldn't even do a factory reset on the first one.  In both cases, I can see activity on the wifi indicator, so it's not like the phone is completely frozen, but you can't do anything with it since the screen is.  I really like this phone, but if this third one does the same thing, I'm going to throw it out the window, and cancel my 7 year old account!

  • Problem with Connection Broker name

    Hi,
    When i change the connection broker name using for example:
    Set-RDClientAccessName -ConnectionBroker serverbrokerName.domain.com -ClientAccessName NewBrokerName.domain.com
    no.manchete.pt
    And setup a DNS pointing to NewBrokerName.domain.com
    When someone tries to connect it gives him the following error:
    "Your computer cannot connect to the remote computer because the Connection Broker couldn't validate the settings specified in your RDP file. Contact your network administrator for assistance".
    What am i doing wrong?
    Sincerely,
    AM

    Hi,
    When i change the connection broker name using for example:
    Set-RDClientAccessName -ConnectionBroker serverbrokerName.domain.com -ClientAccessName NewBrokerName.domain.com
    no.manchete.pt
    And setup a DNS pointing to NewBrokerName.domain.com
    When someone tries to connect it gives him the following error:
    "Your computer cannot connect to the remote computer because the Connection Broker couldn't validate the settings specified in your RDP file. Contact your network administrator for assistance".
    What am i doing wrong?
    Sincerely,
    AM
    The services needed to be restarted, now im facing another problem with the new name:
    error: "Remote Desktop can't connect to the remote computer "NewBrokerName.domain.com" for one of these reasons:
    1) Your user account is not listed in the RD Gateway's permission list.
    2) You might have specified the remote computer in NetBIOS format ( for example, computer1), but the RD Gateway"
    EDIT: Also solved this error RD Gateway was only allowing connections to Domain Computers, change to all resources

  • I install LION on my mac pro 2008 and it's alway's pop with " there was a problem connecting to the server " Time Capsule" .How can i remove this popup. My Time machine is working fine and also rename it. But the popup keeps on coming with the old name.

    I installed LION on my mac pro 2008 and it's alway's pop with " there was a problem connecting to the server " Time Capsule" .How can i remove this popup. My Time machine is working fine and also rename it with less than 7 karakters. But the popup keeps on coming with the old name.

    I have a BT Infinity router plugged into the Time Capsule, not sure where the radio settings are?
    They are able to use the network settings of the TC i.e. they can connect to the internet via the wifi through the TC but when they try and connect to the AirPort Disk this is where it is not allowing a connection.
    I don;t have the drive shared out at all at the moment, is this necessary?  How do I do this if so?
    I have attached the screen shots of all the settings.
    Thanks again for your help.

  • Problem with the default selection screen condition

    hi guys,
    I have got some problem with the default screen given by the PNP logical database, P0000 infotype automatically populated according to the condition given in default screen.
    Reg,
    Hariharan

    Don know what u r trying to acheive.
    1) when u have specified PNP in the logical databse field of attributes of program, the SAP wil proivde u default PNP screen and here u can also add ur paramters if u want.
    2) in the program u have to declare like
    INFOTYPES: 0000,0001. "Etc
    for all the infotypes u want to use in the program.
    3) it is the GET PERNR event which wil fil all the p0000 and p0001 (internal tables for al the infotypes declared via INFOTYPES syntax as shown above)
    4) after tht get pernr, u now have data in P tables and u can use it for further reporting.
    5) refer below dummy code -
    REPORT  ZPPL_PREVEMPLOYERS   message-id rp
                                 line-size 250
                                 line-count 65.
    *Program logic :- This Report is used to Download all the Previous
    * Employer (IT0023) records of the employees
    *eject
    *& Tables and Infotypes                                                *
    tables: pernr.
    infotypes: 0000,
               0001,
               0002,
               0023.
    *eject
    *& Constants                                                           *
    constants: c_1(1)       type c               value '1'   ,
               c_3(1)       type c               value '3'   ,
               c_i(1)       type c               value 'I'   ,
               c_x(1)       type c               value 'X'   ,
               c_eq(2)      type c               value 'EQ'  ,
               c_pl03       like p0001-werks     value 'PL03'.
    *eject
    *& Selection-Screen                                                    *
    parameters: p_file  like rlgrap-filename default 'C:TempABC.xls',
                p_test  as checkbox default c_x               .
    *eject
    *& Internal tables                                                     *
    * Internal Table for Output
    data: begin of t_output occurs 0    ,
           pernr like pernr-pernr       ,
           nachn like p0002-nachn       ,
           vorna like p0002-vorna       ,
           orgeh_stext like p1000-stext ,
           plans_stext like p1000-stext ,
           begda like p0023-begda       ,
           endda like p0023-endda       ,
           land1 like p0023-land1       ,
           arbgb like p0023-arbgb       ,
           ort01 like p0023-ort01   .
    data: end of t_output           .
    *eject
    *& Variables                                                           *
    data: o_stext like p1000-stext,
          p_stext like p1000-stext.
    *eject
    *& Initialization                                                      *
    Initialization.
    * Initialize Selection-Screen values
      perform init_selction_screen.
    *eject
    *& AT Selection-screen                                                 *
    at selection-screen .
    * Check if Test run selected, download file name should be entered
      if p_test is initial.  "
        if p_file is initial.
          message e016 with 'Please enter file name'
                            'specifying complete path'.
        endif.
      endif.
    *eject
    *& Start-of Selection                                                  *
    Start-of-selection.
    get pernr.
      clear t_output.
    * Read Infotype 0
      rp-provide-from-last p0000 space pn-begda pn-endda.
      check pnp-sw-found eq c_1.
    * Check if employee is active
      check p0000-stat2 in pnpstat2.      "pernr Active
    * Read Infotype 1
      rp-provide-from-last p0001 space pn-begda pn-endda.
      check pnp-sw-found eq c_1.
    * check if employee belongs to PL03
      check p0001-werks in pnpwerks.  "belongs to PL03
    * Check if emp belongs to Active Group
      check p0001-persg in pnppersg.
    * Read Infotype 2
      rp-provide-from-last p0002 space pn-begda pn-endda.
      check pnp-sw-found eq c_1.
    * Read Org Unit Text.
    CALL FUNCTION 'HR_READ_FOREIGN_OBJECT_TEXT'
         EXPORTING
              OTYPE                   = 'O'
              objid                   = p0001-orgeh
              begda                   = p0001-begda
              endda                   = p0001-endda
              reference_date          = p0001-begda
         IMPORTING
              object_text             = o_stext
          EXCEPTIONS
              nothing_found           = 1
              wrong_objecttype        = 2
              missing_costcenter_data = 3
              missing_object_id       = 4
              OTHERS                  = 5.
    *Read Position Text.
    CALL FUNCTION 'HR_READ_FOREIGN_OBJECT_TEXT'
         EXPORTING
              OTYPE                   = 'S'
              objid                   = p0001-plans
              begda                   = p0001-begda
              endda                   = p0001-endda
              reference_date          = p0001-begda
         IMPORTING
              object_text             = p_stext
         EXCEPTIONS
              nothing_found           = 1
              wrong_objecttype        = 2
              missing_costcenter_data = 3
              missing_object_id       = 4
              OTHERS                  = 5.
    * Gather all the required information related to the emp
      move: pernr-pernr to t_output-pernr,
            o_stext to t_output-orgeh_stext,
            p_stext to t_output-plans_stext,
            p0002-nachn to t_output-nachn,
            p0002-vorna to t_output-vorna.
    * Gather previous Employee details
      loop at p0023.
        move-corresponding p0023 to t_output.
        append t_output.
      endloop.
    *eject
    *& End-of Selection                                                    *
    end-of-selection.
      perform print_report.
    * Downlaod the file
      if not t_output[] is initial.
        if p_test eq space.
          perform download_file.
        endif.
      else.
        write: 'No records selected' color col_negative.
      endif.
    *eject
    *& Top-of-page                                                         *
    Top-of-page.
    * Print Header
      perform print_header.
    *eject
    *&      Form  download_file
    * Description :
    FORM download_file .
      DATA: full_file_name    TYPE string,
            z_akt_filesize    TYPE i     .
      full_file_name = p_file.
    *  download table into file on presentation server
      CALL METHOD cl_gui_frontend_services=>gui_download
        EXPORTING
          filename                = full_file_name
          filetype                = 'DAT'
          NO_AUTH_CHECK           = c_x
          codepage                = '1160'
        IMPORTING
          FILELENGTH              = z_akt_filesize
        CHANGING
          data_tab                = t_output[]
        EXCEPTIONS
          file_write_error        = 1
          no_batch                = 2
          gui_refuse_filetransfer = 3
          invalid_type            = 4
          no_authority            = 5
          unknown_error           = 6
          header_not_allowed      = 7
          separator_not_allowed   = 8
          filesize_not_allowed    = 9
          header_too_long         = 10
          dp_error_create         = 11
          dp_error_send           = 12
          dp_error_write          = 13
          unknown_dp_error        = 14
          access_denied           = 15
          dp_out_of_memory        = 16
          disk_full               = 17
          dp_timeout              = 18
          file_not_found          = 19
          dataprovider_exception  = 20
          control_flush_error     = 21
          not_supported_by_gui    = 22
          error_no_gui            = 23
          OTHERS                  = 24.
      IF  sy-subrc               NE        0.
        MESSAGE e016 WITH 'Download-Error; RC:' sy-subrc.
      ENDIF.
    ENDFORM.                    " download_file
    *eject
    *&      Form  print_report
    *Description:
    FORM print_report .
      data: i       type i,
            w_count type i.
      sort t_output.
    * Print the report
      loop at t_output.
        i = sy-tabix mod 2.
        if i eq 0.
          format color col_normal intensified on.
        else.
          format color col_normal intensified off.
        endif.
        write:/1     t_output-pernr          ,
               10     t_output-vorna(25)     ,
               35    t_output-nachn(25)      ,
               61   t_output-orgeh_stext     ,
               102  t_output-plans_stext     ,
               143  t_output-begda           ,
               154   t_output-endda          ,
               168   t_output-land1          ,
               178   t_output-arbgb(40)      ,
               219   t_output-ort01          ,
               249   space              .
      endloop.
      uline.
      Describe table t_output lines w_count.
      Skip 2.
      Write:/ 'Total No of Records Downloaded: ' color col_total,
              w_count.
    ENDFORM.                    " print_report
    *eject
    *&      Form  print_header
    *Description:
    FORM print_header .
      skip 1.
      Uline.
      format Intensified on color col_heading.
      write:/1   'Pers. #'        ,
             10   'Last Name'     ,
             35   'First Name'    ,
             61   'Org Unit'      ,
             102  'Position'      ,
             143  'Beg Date'      ,
            154   'End Date'      ,
            168   'Cntry Key'     ,
            178   'Prev Employer' ,
            219  'City'           ,
            249   space          .
      format intensified off color off.
      uline.
    ENDFORM.                    " print_header
    *eject
    *&      Form  init_selction_screen
    *Description:
    FORM init_selction_screen .
      refresh: pnpwerks,
               pnppersg,
               pnpstat2.
      clear:   pnpwerks,
               pnppersg,
               pnpstat2.
      pnpwerks-sign   = c_i.
      pnpwerks-option = c_EQ.
      pnpwerks-low    = c_pl03.
      append pnpwerks.
      pnppersg-sign   = c_i.
      pnppersg-option = c_EQ.
      pnppersg-low    = c_1.
      append pnppersg.
      pnpstat2-sign   = c_i.
      pnpstat2-option = c_EQ.
      pnpstat2-low    = c_3.
      append pnpstat2.
    ENDFORM.                    " init_selction_screen

  • I just order 8 calendars from iPhoto and they came to me fine. Now I need to order two more but when I go thru the process I get a message  saying:unable to assemble calendar. There is a probleme with the photo with the file name"(Null)"   more........ .

    Would someone be able to explain to me the following issue with Iphoto?
    I ordered 8 same calendars for my soccer team and received them fine. Although a couple of pictures on it are a little off (out of focus). I need to order two more of the same calendars but when I go thru the process ireceive an error message saying:
    "Unable to to assemble  calendar" There is a problem with the photo with the file name "(Null)" The full resolution version of this photo either cannot be located or is corrupt. Please replace this photo or delete it from your calendar.
    How can  I fine this "corrupt" photo? How did it go thru with the first batch of calendars but won't go thru now?
    Thank you for your help.   

    Apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Since only one option can be run at a time start
    with Option #4 and then #1 as needed.
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    1 - download iPhoto Library Manager and launch.
    2 - click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    3 - Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option.
    4 - In the next  window name the new library and select the location you want it to be placed.
    5 - Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments.  However, books, calendars, cards and slideshows will be lost. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • Two AM's with the same name but different forms causes Deployment problems

    Two Masters forms, DOC & PM are cloned except for the "where clause" in the View's query and the titles in their JSP's.
    DOC workspace has a BC project and a BC4JSP Project. The BC project comprises of the EO and VO named ComVsStaticValue. In the Edit prop-> query for the VO I have specified the "where clause" as VSSV_VS_CODE='DOCTOR'.
    In Java Webserver :-
    The JSP's are located in C:\source\Doctor\ .. and the *.xml and *.class files generated by the BC proj is in C:\source\Doctor\pol_ValueSet\..
    If I execute Doctor in JWS the records are getting filtered properly.
    PM workspace has a BC project and a BC4JSP Project. Again The BC project comprises of the EO and VO named ComVsStaticValue. In the Edit prop-> query for the VO I have specified the "where clause" as VSSV_VS_CODE='PAY_MODE'.
    In Java Webserver :-
    The JSP's are located in C:\source\PMode\ .. and the *.xml and *.class files generated by the BC proj is in C:\source\PMode\pol_ValueSet\..
    If I execute PM in JWS, the PM's JSP comes (the title is correct) but the records pertaining to DOC appears. I checked the View's xml file in C:\source\PMode\pol_ValueSet\ the "where clause" is correct. The xml & classes have the same name but their contents are different.
    I want to know whether this problem is because both have the same name for the AM and the BC4JSP's property file.
    Please clarify.

    Deploying two app modules with the same name will definitely cause problems.
    The JSPs use the information in the properties file to connect to the application module and get the data they need from the appropriate View Objects in those app modules. If you have two app modules with the same name, when a JSP tries to connect, it has no way of knowing which one of the app modules to connect to if they both have the same name.
    You could:
    1. Just use one application module that contains all the View Objects you need to access.
    or
    2. Rename one of the application modules or the package it is located in so the names are distinct. If you choose this method, you will also need to update the JSPs (specifically the 'registerApplicationFrompPopertyFile' method call), and your JSP project's appmodule property file.

  • Problem when importing two photo galleries with the same name. Please Help!

    Hi Guys,
    I'm not a pro in dreamweaver so I would appreciate if your answer wouldn't be too technical...
    Anyway I have experienced a problem. Heres the sotory, I have been making a websie in DW and used Adobe Bridge CS5 to create a photo gallery SWF file that I would use for my website. The problem is that I want to use two different photo galleries on two different pages however when I save my second photo gallery in bridge, it saves every file with the exact name as the first photo gallery I created and is working fine... Thus when I try to import the photo gallery files into my website folder structure, I find that it asks me to rename them because the files from the first photo gallery are called the exact same names.. Now obviously when I try to rename them dreamweaver gets confused and goes to the wrong folder and uses the images from my first photo gallery in the second one.
    So I guess my question is how can I organize my folder structure to be able to import multiple galleries without dreamweaver getting confused because bridge names all the files the same. Or how could I save the files through bridge so that they have different names and will work fine when I import into DW...
    Thanks and sorry for the essay,
    Patrick

    #1 You cannot have two files / folders or galleries with the same name.  Redo your image Galleries with different names.
    #2 SWF (flash) is not visible to iPhone, iPad, iTouch, Android or other web devices that don't support Flash Player.  These users will see nothing.  You might wish to explore other photo gallery / slideshow options that rely on jQuery instead of Flash technology.  Some links below.  A Google search will reveal many others.
    jQuery WOW Slider
    http://wowslider.com/
    jQuery Cycle
    http://www.malsup.com/jquery/cycle2/
    jQuery Nivo Slider
    http://dev7studios.com/nivo-slider/
    Nancy O.

  • Does anyone has a problem with the screen of the new ipad? (there's a part of the screen which the color in it is "very" bright) and when I move the aluminium part of the smart cover when it's attached to the ipad the colors change!! Help!!!

    Does anyone has a problem with the screen of the new ipad? (there's a part of the screen which the color in it is "very" bright) and when I move the aluminium part of the smart cover when it's attached to the ipad the colors change!! Help!!!

    I'd take it into my local APple store and have them look at it. There may be something wrong inside your device.

  • I am have problems with the ipad mini, it is a little crazy. It controls by itself, opens and closes application zooms in and out, end my facetime calls, Also Un certain part of the screen is no longer responsive to the touch.

    I am have problems with the ipad mini, it is a little crazy. It controls by itself, opens and closes application zooms in and out, end my facetime calls, Also Un certain part of the screen is no longer responsive to the touch, it Should be having so much problems. Thanks for your help.
    iPad, iOS 7.0.4

    Try reset iPad
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    Note: Data will not be affected.

  • I have a problem with the iTunes Store, I have an ipod and an iphone 2. I have a PC with Windows Vista Home Premium 2007, entering into iTunes Store on the main screen I get only AppStore, Podcast and iTunesI have a problem with the iTunes Store, I have a

    I have a problem with the iTunes Store, I have an ipod and an iphone 2. I have a PC with Windows Vista Home Premium 2007, entering into iTunes Store on the main screen I get only AppStore, Podcast and iTunes U. In my screen I get only ipad2 Podcast, iTunes U Downloads. My problem is I can not access any application to download music, videos, books, etc..
    ITunes will be installed wrong or what should I do to activate these options?

    Go to the front page of the Store, and click Change Country.  Make sure it is set to the country where you actually are. 
    Then you will be able to see everything that is for sale in your country, which, depending where you live, might or might not include music.

Maybe you are looking for

  • New battery problem

    hello, last week i was able to get my orig. MBP battery replaced before applecare ran out (on 10.31). upon putting it in the computer, i noticed the battery status said "not charging." i re-set the SMC, but the error did not go away. i called apple T

  • BPM scenario help

    Hello All,               Here i am new to BPM. But here i got a scenario which involves BPM. can any one help me in the integration process logic for             one sender interface and multiple interfaces. only one sender and one receiver. please d

  • Appletv won't launch

    I bought a new appletv yesterday and HDMI cable for use with a sony bravia tv set. As I set it up the light on the appletv flashes initially and then stays on. I switch on the tv set but appletv doesn't launch - my tv just works as normal. I've unplu

  • Enterprise Manager installation woes

    Hi experts, I need some help desperately... I've had a working 9.2 system for some time now but noticed that Enterprise Manager wouldn't work. It would lock up when trying to connect to the database in standalone (log in standalone then select databa

  • What to do when Photoshop says could not import clipboard because an unexpected end-of-file was encountered

    I have PC, with adobe Photoshop CC 2014 and windows 8. Every time I open Photoshop it says: could not import the clipboard because an unexpected end-of-file was encountered. If I exit the message I still cannot create files or open anything... any su