group request

Hi all

Version of the application is 11.5.10.2 must create an application group and having to give him 100 + simultaneous program. Is that can be done in the backend?

Thank you
Baskar.l

Belot,

I don't think there is a specific API to do - have - you checked [repository integration Oracle | http://irep.oracle.com/index.html] site to confirm?

Kind regards
Hussein

Tags: Oracle Applications

Similar Questions

  • Remove group request simultaneous program

    Hello

    By mistake, I added the simultaneous program to the group asked, is it possible to remove it?

    Thank you.

    Go to the form groups of application-> query for the request group

    Place the cursor on the simultaneous program you want to delete and click the delete icon (icon 'X' of red color in the toolbar) and save the record

    -Jay

  • Responsibility created without request group

    Hi, I'm working on Oracle Applications. created accountability without group request we can add group request after you have created the responsibility? or how we can assign group request an existing responsibility? I don't have any group defined query before.   ask for help in this regard

    Yes, you can certainly do it after.

    Return to the screen of responsibility, are looking for your responsibility and using an existing (standard) or your group request custom.

  • FNDLOAD: How to remove a simultaneous program to a group of request

    Hello

    I want to delete a simultaneous program to a group of demand using utility FNDLOAD. Since the contaminated environment is Production (controlled environment) I don't want to manually remove group request simultaneous program. Is it possible to use the FNDLOAD utility to this effect or other means?

    Environment: Oracle EBS R12.1.1
    OS: Linux

    Thank you
    Nitin

    Hello

    The control file for download application groups is afcpreqg.lct, although I'm not sure it will work properly when deleting groups demand simultaneous programs. A simpler option is to use the fnd_program.remove_from_group API.

    It will be useful.

  • Print multiple lines of page based on radio button choice group

    Hello... I have a PDF file that is a form of group request, consisting of 6 distinct forms. On the first page, I have 6 groups of option buttons "Yes / No".

    If the radio button for one or more of these groups is selected as 'Yes', then when button click Print (on the page) then the appropriate page range prints.

    It is desirable but not essential for them to be printed in a print job.

    The Code I've been adjust to try to get the result is less but I have myself linked in knots now and any help would be greatly appreciated:

    Thank you very much

    
    
    //<AcroForm>
    //<ACRO_source>PrntForms:Annot1:MouseUp:Action1</ACRO_source>
    //<ACRO_script>
    /*********** belongs to: AcroForm:PrntForms:Annot1:MouseUp:Action1 ***********/
    var nButton = app.alert({
    cMsg: "Your selected forms will be sent to your default printer.\n\nIf you require to print to an alternative printer, press cancel and select 'Print' from the 'File' menu.",
    cTitle: "Submit Forms for Printing?",
    nIcon: 1, nType: 1
    });
    // array for button responses
    //var aResponse = new Array("OK", "Cancel");
    
    if(nButton == 1) 
    {    this.print({ bUI: false, bSilent: true, bShrinkToFit: true, nStart: 1, nEnd: 1 });
    } else
    if(nButton == 0) 
    {    this.Exit
    }
    
    var a_app;
    if(this.getField("AppForm1”).value=="Yes"){
        a_app = "1, 1";
    } else a_app = "0, 0"
    
    var b_app;
    if(this.getField(“AppForm2”).value=="Yes"){
        b_app = "2, 2";
    } else b_app = "0, 0"
    
        var pp = this.getPrintParams();
              pp.interactive = pp.constants.interactionLevel.full;
              pp.printRange=[[a_app], [b_app]];
              this.print(pp);
    //</ACRO_script>
    //</AcroForm>
    
    

    In fact, the last part should be something like this (I tried to change the code, but it is buggy):

    If {(printRanges.length>0)}

    pp var = this.getPrintParams ();

    pp.interactive = pp.constants.interactionLevel.full;

    pp.printRange = printRanges;

    This.Print (pp);

    } else app.alert ("no page ranges are selected.");

  • Default application for BOM and WIP group

    Hello

    What is the default query group which is needed to see the bom reports and with bom wip and wip responsibilities... because I see a lot of query groups that are available
    We are on R12.1.1

    Thank you
    Mahendra

    By default, I assume you mean the Group requested that has generally all applications.
    If so, then
    For work-in-PROGRESS, it's "All reports" with application = work in progress
    For BOM, it is the 'BOM' with application = BOM

    Sandeep Gandhi

  • How to use batch_id in interface of requisition for the grouping of the IR

    Hi all
    We want to generate internal applications in order to group of users.
    We assign each group a single batch id.
    But it seems unnecessary to IRs group by id batch, all coming together in a query.

    Can we use batch to group IR code?

    Thanks in advance.
    Best regards
    Zhxiang

    Do not use batch_id.
    Use group_code for Group requests.
    The importation of Req. will put all records with the same group_code on demand.

    Hope that answers your question,
    Sandeep Gandhi

  • Share a set of request with just 2 users in the Organization

    Hi, I would like to share a request newly created with only 2 users throughout the organization. It seems that something could be done using the Options of the profile to the user level.

    Please suggest, its kind of emergency!

    Thanks for your time!


    -Abhishek

    Here's what I think would have happenned

    (1) XXGL the value has been added to the related responsibility for XXXX GL Manager application group.
    (2) user ASHARMA at the request of the application of the responsibility of XXXX GL Manager
    (3) set of XXGL report has been REMOVED from the group request
    (4) all of the expected demand has never cancelled and it is why he continues to work on the planned intervals
    (5) However, if you now use the responsibility of XXXX GL Manager to launch the series of request, you do not see it because it was removed from the overall application.

    You can try to replicate the steps above for another program validate it is what had happenned.

    HTH.

    Thank you
    Anil

  • analytical function for grouping?

    Hello @all

    10 gr 2

    Is it possible to use an analytical function for the next group request (example):
    SELECT job, ename, sal,
      ROW_NUMBER() OVER(PARTITION BY job ORDER BY empno) AS no,
      RANK() OVER(PARTITION BY job ORDER BY NULL) AS JobNo 
      FROM emp;
    The output is the following:
    JOB     ENAME     SAL     NO     JOBNO
    ANALYST     SCOTT     3000     1     1
    ANALYST     FORD     3000     2     1
    CLERK     SMITH     818     1     1
    CLERK     ADAMS     1100     2     1
    CLERK     JAMES     950     3     1
    CLERK     MILLER     1300     4     1
    MANAGER     Müller     1000     1     1
    MANAGER     JONES     2975     2     1
    ....
    The JobNo expected to increase group work and ename; my desired output should be like...:
    JOB     ENAME     SAL     NO     JOBNO
    ANALYST     SCOTT     3000     1     1
    ANALYST     FORD     3000     2     1
    CLERK     SMITH     818     1     2
    CLERK     ADAMS     1100     2     2
    CLERK     JAMES     950     3     2
    CLERK     MILLER     1300     4     2
    MANAGER     Müller     1000     1     3
    MANAGER     JONES     2975     2     3
    MANAGER     BLAKE     2850     3     3
    MANAGER     CLARK     2450     4     3
    PRESIDENT     KING     5000     1     4
    SALESMAN     ALLEN     1600     1     5
    SALESMAN     WARD     1250     2     5
    SALESMAN     MARTIN     1250     3     5
    SALESMAN     TURNER     1500     4     5
    How can I achieve this?

    This, perhaps?

    with emp as (select 1 empno, 'ANALYST' job, 'SCOTT' ename, 3000 sal from dual union all
                 select 2 empno, 'ANALYST' job, 'FORD' ename, 3000 sal from dual union all
                 select 3 empno, 'CLERK' job, 'SMITH' ename, 818 sal from dual union all
                 select 4 empno, 'CLERK' job, 'ADAMS' ename, 1100 sal from dual union all
                 select 5 empno, 'CLERK' job, 'JAMES' ename, 950 sal from dual union all
                 select 6 empno, 'CLERK' job, 'MILLER' ename, 1300 sal from dual union all
                 select 7 empno, 'MANAGER' job, 'Müller' ename, 1000 sal from dual union all
                 select 8 empno, 'MANAGER' job, 'JONES' ename, 2975 sal from dual union all
                 select 9 empno, 'MANAGER' job, 'BLAKE' ename, 2850 sal from dual union all
                 select 10 empno, 'MANAGER' job, 'CLARK' ename, 2450 sal from dual union all
                 select 11 empno, 'PRESIDENT' job, 'KING' ename, 5000 sal from dual union all
                 select 12 empno, 'SALESMAN' job, 'ALLEN' ename, 1600 sal from dual union all
                 select 13 empno, 'SALESMAN' job, 'WARD' ename, 1250 sal from dual union all
                 select 14 empno, 'SALESMAN' job, 'MARTIN' ename, 1250 sal from dual union all
                 select 15 empno, 'SALESMAN' job, 'TURNER' ename, 1500 sal from dual)
    select job, ename, sal,
           row_number() over(partition by job order by empno) no,
           dense_rank() over(order by job) jobno
    from   emp
    
    JOB     ENAME     SAL     NO     JOBNO
    ANALYST     SCOTT     3000     1     1
    ANALYST     FORD     3000     2     1
    CLERK     SMITH     818     1     2
    CLERK     ADAMS     1100     2     2
    CLERK     JAMES     950     3     2
    CLERK     MILLER     1300     4     2
    MANAGER     Müller     1000     1     3
    MANAGER     JONES     2975     2     3
    MANAGER     BLAKE     2850     3     3
    MANAGER     CLARK     2450     4     3
    PRESIDENT     KING     5000     1     4
    SALESMAN     ALLEN     1600     1     5
    SALESMAN     WARD     1250     2     5
    SALESMAN     MARTIN     1250     3     5
    SALESMAN     TURNER     1500     4     5
    
  • IPS Inline vlan pair

    Hello

    I want to set up the pair of vlan IPS inline for DMZ area, I have been through the guide of the user for pair of vlan IPS 7.0 heading inline, as I saw the pair configuration example of vlan inline, but it is not unclear to me

    Please take a look at the attached and pls explain the flow of traffic, the server goes to internet if we create a pair of vlan.

    Each default gateway server is firewall DMZ ASA interface.

    Thank you

    You are right.

    Traffic runs just like that. All servers will be on VLAN 2 from the switch and the ASA on the VLAN 3 all connected to the same switch. The IPS will be also connected to these same switches. A single interface to the IPS will be be connected to a trunk port on this switch with two VLANs allowed on the trunk and the pair VLAN configured on the IPS.

    You are right.

    BTW. Yesterday I saw someone on a study group request the same thing as you.

  • PIX 515 VPN config help

    I was working on the creation of a PIX 515e to serve my firewall and VPN. The firewall and main routing work well as I am able to VPN and get an IP address. However, I am unable to remote desktop on a PC behind the firewall.

    Here is my config as I have now. If someone could show me what I'm missing, would be great.

    Firewall # sh run
    : Saved
    :
    PIX Version 7.2 (3)
    !
    Firewall host name
    DOMAINNAME.COM domain name
    activate r9tt5TvvX00Om3tg encrypted password
    names of
    !
    interface Ethernet0
    PPPoE Interface Description
    nameif outside
    security-level 0
    PPPoE client vpdn group pppoe
    63.115.220.5 255.255.255.255 IP address pppoe setroute
    !
    interface Ethernet1
    Description network internal
    nameif inside
    security-level 100
    the IP 192.168.0.1 255.255.255.0
    !
    interface Ethernet2
    DMZ Interface Description
    nameif DMZ
    security-level 50
    IP 10.1.48.1 255.255.252.0
    !
    2KFQnbNIdI.2KYOU encrypted passwd
    passive FTP mode
    clock timezone STD - 7
    clock to summer time recurring MDT
    DNS server-group DefaultDNS
    domain ivanwindon.ghpstudios.com
    object-group service remote tcp - udp
    Description Office remotely
    3389 3389 port-object range
    standard access list vpn_client_splitTunnelAcl allow a
    inside_nat0_outbound list of allowed ip extended access any 192.168.0.192 255.255.255.192
    permit access ip 192.168.0.0 scope list inside_nat0_outbound 255.255.255.0 192.168.0.96 255.255.255.240
    access-list Local_LAN_Access Note Local LAN access
    Local_LAN_Access list standard access allowed host 0.0.0.0
    outside_cryptomap_65535.20 deny ip extended access list a whole
    access-list 102 extended allow ip 192.168.0.0 255.255.255.0 192.168.1.0 255.255.255.0
    vpn_client_splitTunnelAcl_1 list standard access allowed 192.168.0.0 255.255.255.0
    inside_access_in list extended access permit tcp any eq 3389 3389 any eq
    pager lines 24
    Enable logging
    information recording console
    registration of information monitor
    logging trap information
    asdm of logging of information
    address record [email protected] / * /
    exploitation forest-address recipient [email protected] / * / level of errors
    Outside 1500 MTU
    Within 1500 MTU
    MTU 1500 DMZ
    IP local pool vpn_pool 192.168.0.100 - 192.168.0.105 mask 255.255.255.0
    IP verify reverse path to the outside interface
    ICMP unreachable rate-limit 1 burst-size 1
    ASDM image Flash: / asdm - 523.bin
    enable ASDM history
    ARP timeout 14400
    Overall 101 (external) interface
    NAT (inside) 0-list of access inside_nat0_outbound
    NAT (inside) 101 0.0.0.0 0.0.0.0
    inside_access_in access to the interface inside group
    Route outside 0.0.0.0 0.0.0.0 207.225.112.2 1
    Timeout xlate 03:00
    Timeout conn 01:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    Sunrpc timeout 0:10:00 h323 0:05:00 h225 mgcp from 01:00 0:05:00 mgcp-pat 0:05:00
    Sip timeout 0:30:00 sip_media 0:02:00 prompt Protocol sip-0: 03:00 sip - disconnect 0:02:00
    Timeout, uauth 0:05:00 absolute
    AAA authentication LOCAL telnet console
    Enable http server
    http 192.168.0.4 255.255.255.255 inside
    No snmp server location
    No snmp Server contact
    Server enable SNMP traps snmp authentication linkup, linkdown cold start
    Crypto ipsec transform-set esp-SHA-ESP-3DES-3des esp-sha-hmac
    Crypto-map dynamic outside_dyn_map 20 set pfs
    Crypto-map dynamic outside_dyn_map 20 the value transform-set ESP-3DES-SHA
    Crypto-map dynamic outside_dyn_map 20 the value reverse-road
    PFS set 40 crypto dynamic-map outside_dyn_map
    Crypto-map dynamic outside_dyn_map 40 value transform-set ESP-3DES-SHA
    map outside_map 65535-isakmp ipsec crypto dynamic outside_dyn_map
    outside_map interface card crypto outside
    crypto ISAKMP allow outside
    crypto ISAKMP policy 10
    preshared authentication
    3des encryption
    sha hash
    Group 2
    life 86400
    crypto ISAKMP disconnect - notify
    Telnet 192.168.0.4 255.255.255.255 inside
    Telnet timeout 5
    SSH timeout 5
    Console timeout 0
    VPDN group request dialout pppoe pppoe
    VPDN group pppoe localname [email protected] / * /
    VPDN group pppoe ppp authentication chap
    VPDN username username password *.
    dhcpd dns 208.67.222.222 208.67.220.220
    dhcpd lease 1500
    dhcpd ping_timeout 10
    NAME of domain domain dhcpd
    dhcpd auto_config off vpnclient-wins-override
    dhcpd option 3 ip 192.168.0.1
    !
    dhcpd address 192.168.0.5 - 192.168.0.49 inside
    dhcpd dns 208.67.222.222 208.67.220.220 interface inside
    dhcpd lease interface 1500 inside
    interface ping_timeout 10 dhcpd inside
    dhcpd DOMAIN domain name inside interface
    dhcpd 192.168.0.1 ip interface option 3 inside
    dhcpd allow inside
    !
    !
    class-map inspection_default
    match default-inspection-traffic
    !
    !
    type of policy-card inspect dns preset_dns_map
    parameters
    message-length maximum 512
    Policy-map global_policy
    class inspection_default
    inspect the preset_dns_map dns
    inspect the ftp
    inspect h323 h225
    inspect the h323 ras
    inspect the netbios
    inspect the rsh
    inspect the rtsp
    inspect the skinny
    inspect esmtp
    inspect sqlnet
    inspect sunrpc
    inspect the tftp
    inspect the sip
    inspect xdmcp
    !
    global service-policy global_policy
    TFTP server inside 192.168.0.4/TFTP-Root
    internal vpn_client group policy
    attributes of the strategy of group vpn_client
    value of server DNS 208.67.222.222 208.67.220.220
    Protocol-tunnel-VPN IPSec
    Split-tunnel-policy tunnelspecified
    value of Split-tunnel-network-list vpn_client_splitTunnelAcl_1
    value by default-domain DomainName
    admin I727P4FvcUV4IZGC encrypted privilege 15 password username
    username ivanwindon encrypted password privilege 0 7K5PuGcBwHggqgCD
    username ivanwindon attributes
    VPN-group-policy vpn_client
    tunnel-group vpn_client type ipsec-ra
    tunnel-group vpn_client General-attributes
    address vpn_pool pool
    Group Policy - by default-vpn_client
    vpn_client group of tunnel ipsec-attributes
    pre-shared-key *.
    96.125.164.139 SMTP server
    context of prompt hostname
    Cryptochecksum:48fdc775b2330699db8fc41493a2767c
    : end
    Firewall #.

    Ivan Windon

    Sent by Cisco Support technique iPad App

    Hello

    I had first change in the pool of VPN Client to something other than the LAN

    As 192.168.1.0/24

    NAT0

    • Adding NAT0 rule for the new pool and then removing the 'old'

    permit access ip 192.168.0.0 scope list inside_nat0_outbound 255.255.255.0 192.168.1.0 255.255.255.0

    no access list inside_nat0_outbound extended permits all ip 192.168.0.192 255.255.255.192

    No inside_nat0_outbound extended access list only to allowed ip 192.168.0.0 255.255.255.0 192.168.0.96 255.255.255.240

    VPN Client pool

    • Remove the old group "tunnel-group" configurations, then removing the pool, make a new pool, and finally configure the pool to group "tunnel".

    tunnel-group vpn_client General-attributes

    No address vpn_pool pool

    no ip local pool vpn_pool 192.168.0.100 - 192.168.0.105 mask 255.255.255.0

    IP local pool vpn_pool 192.168.1.100 - 192.168.1.105 mask 255.255.255.0

    tunnel-group vpn_client General-attributes

    address vpn_pool pool

    Theres another thread with a similar problem (even if the settings appear to be correct) on the forums.

    If you can't get the RDP connection works I would also maybe Google for UltraVNC and its installation on the host LAN and your VPN Client and trying to connect with him to determine that the Client VPN configurations are all ok. There were problems that were ultimately associated with the LAN host rather than the VPN Client configurations.

    If you think that his need. Save your settings before making any changes.

    -Jouni

  • Blocks of lost and lost configuration/table on PS6000 - crisis

    Lost and lost blocks configuration on PS6000

    After the loss of power and reboot, the following symptoms:

    No active Ethernet link
    Connection by serial Console cable gives lost blocks
    Old password grpadmin is known, but not details of the current group, request the Member to initialize the array. All data would be lost.

    Crisis! Is it possible to recover the table and group information and all data, even if unreliable and incomplete?

    ATTENTION: Before using the clearlostdata command, call your support provider.

    Clears the blocks of data on a table was lost.

    Use the clearlostdata command when the blocks were lost, but the table doesn't know which blocks have been lost. In this case, the table will be unable to start or will not be accessible from the network.

    Once connected to the table (either through a serial connection or a network connection with the IP address of a network interface), press the key and sign in to an account of group that has permission to read / writing (for example, the grpadmin account). The console will describe the problem and recommend that you use the clearlostdata command to try to fix the problem of lost block. At the CLI prompt, enter the clearlostdata command.

    The clearlostdata command may or may not being able to fix the whole problem of lost blocks. In some cases, the problem can be corrected enough to initialize the array. If volumes stay offline, you maybe won't be able to recover the data on them. In these cases, you must delete the volumes, recreate them and recover data from a backup or a replica.

    If the table is a member of a group and the command clearlostdata does not resolve the problem, the table does not start and you may need to remove the members of the group. If you remove the Member, the table will be reset and returned to its default settings. Delete only a member offline in extreme circumstances because reset table will delete all data on the array. See page 153 members.

    Format

    clearlostdata

    Example of

    The following example shows how to log on to the account of grpadmin since a Terminal console and run the command clearlostdata on the table. PS Series storage ArraysUnauthorized access forbidden

    Login: grpadmin

    Password:

    Welcome to the Group Manager

    Data loss has occurred. The table is not initialize until the error condition has been cleared.

    > clearlostdata

    cleaning of LUN

    digitization of cooking complete RAID

    -joe

  • simultaneous program presentation

    I created a table and procedure in the Apps schema and created simultaneous executable program, simultaneous in human resources. Then I attached new simultaneous XX Hello World program to human resources reports and Record Group processes.

    I sailed the responsibility of human resources-> display - > request-> name

    Here I give you my name simultaneous XX Hello World program, but I get the error message

    FRM-40212 invalid value for the USER_CONCURRENT_PROGRAM_NAME field.

    The list has no value.

    Can you please suggest what the problem?

    Thank you

    Hari

    Hi Hari,

    You're syre you fixed to the group just asked. Just navigate to security-> responsibility-> set--> research of the responsibility that you use to present the program and check what is the Group of demand. name. Make sure that you have connected your program to this group request only.  Also, you can try adding the same program to other application groups planted and try if its working or not. Please logg - off and log in again.

    Thank you

    Avinash

  • Absence management Manager Self Service

    Dear gurus,
    I have a problem in the management of absences Manager Self Service.

    Here are the requirements:

    I define a rule of SOUL for HR_LOA_JSP_PRC for the employee: HR_POSITION_LEVEL: require approval up to the first position

    When an employee 'X' creates a lack, he goes to his Manager reporting 'Y', that is correct.
    but when a manager creates a lack on behalf of his employee. He's going to report Manager to 'Y '. that is not necessary. It will automatically approve & stop there.

    Please can anyone help me regarding this.

    ex: position next to the hierarchy like

    Employee (COMPUTER engineer)-> reports of (Manager)-> reports (CEO)

    When the COMPUTER engineer creates an absence request, he goes to the Manager for approval, which is correct according to the rule of the SOUL.

    However, when IT Manager creates an absence to his employee (name) (COMPUTER engineering), it's going to CEO for approval. I don't want to. I need the approved absence will automatically & stop. When IT Manager creates lack of his employee (computer engineer) name.

    but the Manager when HE creates his own absence then it will be goes the CEO for approval, but not for his employee (engineer).


    It will implement in oracle R12.1.2


    Hope you understand my needs.

    Your solution will be highly appreciated.

    Thank you

    Shariff

    Hello

    You can use this function to obtain the selected user id:

    Please find the fucntion required to be added to our database:

    CREATE or REPLACE FUNCTION TYR_GET_SUPERVISOR (p_transaction_id in NUMBER
    )
    -Returns the person_id for the head of Department.
    RETURN VARCHAR2
    AS
    L_person_id NUMBER (10);
    L_selected_person_id hr_api_transactions.selected_person_id%TYPE;
    L_creator_person_id hr_api_transactions.creator_person_id%TYPE;
    l_business_group_id NUMBER;
    BEGIN
    fnd_profile.get ("PER_BUSINESS_GROUP_ID", l_business_group_id);
    BEGIN
    SELECT selected_person_id, creator_person_id
    IN L_selected_person_id, L_creator_person_id
    OF hr_api_transactions
    WHERE transaction_id = p_transaction_id;
    EXCEPTION
    WHILE OTHERS THEN
    RETURNS A NULL VALUE.
    END;

    BEGIN

    SELECT paaf.supervisor_id
    IN l_person_id
    OF per_all_people_f women's wear.
    per_all_assignments_f ADP
    WHERE papf.person_id = paaf.person_id
    and papf.person_id = l_selected_person_id
    AND SYSDATE BETWEEN paaf.effective_start_date AND paaf.effective_end_date
    AND SYSDATE BETWEEN papf.effective_start_date AND papf.effective_end_date;

    EXCEPTION
    WHEN NO_DATA_FOUND THEN
    l_person_id: = null;
    END;
    IF (L_selected_person_id = L_person_id) OR (l_creator_person_id = l_person_id) THEN
    RETURNS A NULL VALUE.
    ON THE OTHER
    RETURN "BY:". TO_CHAR (L_person_id);
    END IF;
    EXCEPTION
    WHILE OTHERS THEN
    RETURNS A NULL VALUE.
    END TYR_GET_SUPERVISOR;

    Then you can use it directly as a dynamic approval group request:

    SELECT THE DOUBLE TYR_GET_SUPERVISOR(:transactionId)

    BR
    Akram

  • more languages on 1 website

    I made a Web site with dreamweaver CSS4 in Dutch language and want to put more languages at this site. I did the same site in English, put it in a folder and it works... but now my sprynenu bar does not work. I don't see the menu and the submenu do not roll. What I've done wrong? Can someone give me some advice on how to change this.

    I'm just a beginner and willing to learn more.

    The site is http://www.freeoncrete.nl

    Thanks in advance

    Hi Barbara en/und Hans-Günter.

    Please take a look at this site that I started and am now waiting at the entrance of the Management Board, http://ncca.com.au/new/

    I used a nifty tool from WebAssist, http://www.webassist.com/dreamweaver-extensions/framework-builder/, to help me, but the site may just as well be built without this utility.

    The basic idea is to set a session variable that keeps track of the chosen language. Then using serverside includes, the piece appropriate markup.

    To illustrate this using PHP, create a Foundation (for example index.php) with style sheets and javascript and a form that allows the user to make a choice of language.

    The form will look like

    Then when the page reloads after that the form has been submitted, the following code is met

    Language settings

    session_id ('lang');

    session_start();

    If (! $_SESSION ['lang']) $_SESSION ['lang'] = 'en ';

    If ((isset($_POST["change2en"])) & ($_POST ["change2en"] == "frm_en")) {}

    $_SESSION ['lang'] = 'en ';

    }

    If ((isset($_POST["change2nl"])) & ($_POST ["change2nl"] == "frm_nl")) {}

    $_SESSION ["lang"] = "nl";

    }

    At the end: language settings

    Now that the session variable has been defined, you can include the menu in your document as follows

    menu_en.php looks like

    and menu_nl.php will be as above, but with the nederlandse woorden.

    I hope this helps.

    GRAMPS

Maybe you are looking for

  • The error of choice - how to set or cancel

    I use pictures Version 1.5 (370.42.0) on the Macbook Air. I've added faces for photos of my wife and chose a photo by mistake, in which the circle was around his hat. Now the pictures is including all photos with an object that is the color of his ha

  • HP question first basic use - how can I enter constraints?

    I would like to be able to specify constraints for graphical representation of a function, a function of problems. Let us look at the graphic representation first. For example, I would draw sin(x) a specific interval such as halves of the halves nega

  • KB977206: this update is not applicable to your computer.

    I tried to install Windows xp mode in my windows 7 PC. I installed Windows xp and virtual PC, and then kb977206 to installation mode on the pc without hardware virtualization. But it throws the error message indicating that my computer is not applica

  • Windows VPN client

    Is it possible to configure the access VPN to the Sonicwall (2600 NSA) where end-users do not require software extra everything just use the built in windows or ios client and authenticate to active directory?  I currently have 2 servers that meet vp

  • DV8T 1100 CTO graphic problems after replacing the motherboard

    Windows 7 Pro. Built 3 years ago this month. Motherboard is dead because of damage of water, but not before I could test the CPU and RAM, which has survived intact. Bought a NEW replacement MB of HP parts store. Put it in. It was obvious that the mac