Customizing the Employee Run Result History

Hi,
Need some guide here.
We are required to customize the Employee Run Result History form to restrict the Element Name which is in a LOV.
This restriction applies only for the responsibility that we are creating.
The restriction form that we have come across so far is the Element Entry, Enter Person Special Info and etc.
Need the expertise advice here on resolving this issue.
Thanks in advance.
Deva

"jriber" <[email protected]> wrote in
message
news:fhcrve$gvr$[email protected]..
> I am designing a site for an audience in Tanzania, where
internet speeds
> are
> slow. The page uses the spry framework, both accordions
and menu bars, and
> connected images. The result is that the page loads very
disjointedly and
> frankly it looks unprofessional and ugly, especially on
slow speeds. Is
> there a
> way to run a blank page that says "Please wait while
your page loads"
> until the
> page loads?
>
> I am quite new at Dreamweaver and any help is greatly
appreciated.
>
> I am running CS3.
Try the spry:state attribute
http://livedocs.adobe.com/en_US/Spry/1.4/help.html?content=WSFC2EB69F-9F15-4005-A993-B7667 BA7EB75.html

Similar Messages

  • Customizing the "Find Person" results in HRMS

    Hello everybody,
    we're trying to customize the results returned by the "Find Person" search screen in HRMS 11.5.10.2. In particular we would like to add a "Date of Birth" column in order
    to disambiguate between people with the same name, person type, ...
    Is there any way to achieve this without having to edit and recompile the form itself?
    Any trick with custom.pll? Any view that we can modify on the DB?
    Thanks in advance for your help.

    Just a suggestion,it is always good to have the Employee number as the unique key if the two person are having the same name..You can also use the National Identifier as another unique key for searching the employees
    In your case there is also a possibility the employee with the same name can have the same date of birth.
    Regards
    Ramesh Kumar S

  • Database Table where MRP Run results are saved-Urgent

    Hi Gurus
    i need your help in identifying the database table where the MRP Run results are saved , this is needed for creating a custom report similar to MD45(but for entire plant) where i can look and pull the sum of all the receipts and issues, ATP Quantity for a given material in a particular plant
    and ignore zero quantities in the receipts and issues field
    i tried in <b>MDTB</b> table, MDTB-MNG01 Quantity received or quantity required but it has no entries maintained in it and so it cannot be used.
    So can you please help me with the table where i can get this information asap
    thank you very much for your time and solution

    Please use the code below which will help you in extracting data from MRP table.
    You can enhance this program basing on your requirement.
    *+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    A sample program to extract data from the MRP table.
    *+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    REPORT ZMRPTABLE.
    TABLES: MDKP,  "Header Data for MRP Document
            MDTB,  "MRP table
            MDTC,  "Aggregated MRP table items
            T457T. "Description of MRP elements
    DATA: BEGIN OF MDTBX OCCURS 0.
            INCLUDE STRUCTURE MDTB.
    DATA: END   OF MDTBX.
    SELECT-OPTIONS: PLANT FOR MDKP-PLWRK OBLIGATORY,
                    MATNR FOR MDKP-MATNR OBLIGATORY.
    CLEAR: MDKP, MDTB.
    SELECT * FROM MDKP WHERE DTART EQ 'MD'
                         AND MATNR IN MATNR
                         AND PLWRK IN PLANT.
        WRITE:/ MDKP-MATNR, MDKP-PLWRK.
        IF MDKP-CFLAG EQ 'X'.
           CLEAR MDTBX. REFRESH MDTBX.
           IMPORT MDTBX FROM DATABASE MDTC(AR) ID MDKP-DTNUM.
           LOOP AT MDTBX.
             MOVE MDTBX TO MDTB.
             SELECT SINGLE * FROM T457T WHERE SPRAS = 'E'
                                          AND DELKZ = MDTB-DELKZ.
             IF MDTB-PLUMI = '-'. MULTIPLY MDTB-MNG01 BY -1. ENDIF.
             WRITE:/ MDTB-DAT00, T457T-DELB1, MDTB-VSTAT,
                                              MDTB-MNG01, MDTB-LGORT.
           ENDLOOP.
        ELSE.
           SELECT * FROM MDTB
                         WHERE DTNUM EQ MDKP-DTNUM
                         ORDER BY PRIMARY KEY.
             SELECT SINGLE * FROM T457T WHERE SPRAS = 'E'
                                          AND DELKZ = MDTB-DELKZ.
             IF MDTB-PLUMI = '-'. MULTIPLY MDTB-MNG01 BY -1. ENDIF.
             WRITE:/ MDTB-DAT00, T457T-DELB1, MDTB-VSTAT,
                                              MDTB-MNG01, MDTB-LGORT.
           ENDSELECT.
        ENDIF.
    ENDSELECT.
    This is taken from www.sap-img.com
    Hope this helps you.

  • Viewing the mrp run output based on mrp groups

    Hi, please advise how to view the mrp run result based on mrp groups? also advise how to run mrp on the basis of mrp groups?
    thanks.

    Hi,
    Can you use MRP Controller instead MRP Group. Because you have option to view MRP result by MRP Controller in MD05.
    And you can execute MRP based on MRP Contoller by using user exit M61X0001 in MD01.
    Regards,
    Vishal

  • Last Run Result Email Alert from Scheduled Task

    Hi All,
    Ive a newly require need to move 3 files from a local server to a remote server via FTP each evening.
    Local server is a Server 2008 box.
    I have setup WinSCP to transfer the files over successfully via a Scheduled Task
    Now i need alerting!!
    Ive setup the email function in Task Scheduler and it does send me an email but a pretty pointless one at that as it doesn't tell you the Last Run Result status code.
    So all i know is the job has run but i don't know if with errors etc.
    Each morning ill have to FTP to the remote server and manually check the time and date stamps myself to make sure the copy was successful.
    Ive checked the event log and it writes an Event ID 201 to the Task Scheduler Event Log and that has all the info i need in the description, but i cant attach that event to my scheduled task as there are lots of 201's for all different scheduled tasks that
    run that by the OS.
    Anybody know how i can get the last Run Result in the body of the email or the subject line at least - so i know if it is a 0x0 the job has been successul and anything other than 0x0 that there has been a problem.
    Any suggestions?
    Thanks in advance.

    Here is what a failed task looks like.  Note the non-zero result code:  EventID
    203 / Level 'Error' / ResultCode=2147942667
    Log Name: Microsoft-Windows-TaskScheduler/Operational
    Source: Microsoft-Windows-TaskScheduler
    Date: 10/26/2013 7:50:22 PM
    Event ID: 203
    Task Category: Action failed to start
    Level: Error
    Keywords:
    User: SYSTEM
    Computer: WTest
    Description:
    Task Scheduler failed to launch action "C:\Program Files\Acer Incorporated\HID Monitor\HIDMonitor.exe" in instance "{ad897acd-b254-459c-b246-bee11d4b87f2}" of task "\HIDMonitor". Additional Data: Error Value: 2147942667.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Microsoft-Windows-TaskScheduler" Guid="{DE7B24EA-73C8-4A09-985D-5BDADCFA9017}" />
    <EventID>203</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>203</Task>
    <Opcode>101</Opcode>
    <Keywords>0x8000000000000000</Keywords>
    <TimeCreated SystemTime="2013-10-26T23:50:22.438999200Z" />
    <EventRecordID>230110</EventRecordID>
    <Correlation ActivityID="{AD897ACD-B254-459C-B246-BEE11D4B87F2}" />
    <Execution ProcessID="768" ThreadID="2632" />
    <Channel>Microsoft-Windows-TaskScheduler/Operational</Channel>
    <Computer>W8Test</Computer>
    <Security UserID="S-1-5-18" />
    </System>
    <EventData Name="ActionLaunchFailure">
    <Data Name="TaskName">\HIDMonitor</Data>
    <Data Name="TaskInstanceId">{AD897ACD-B254-459C-B246-BEE11D4B87F2}</Data>
    <Data Name="ActionName">C:\Program Files\Acer Incorporated\HID Monitor\HIDMonitor.exe</Data>
    <Data Name="ResultCode">2147942667</Data>
    </EventData>
    </Event>
    ¯\_(ツ)_/¯

  • Problem of using Run-chart in displaying result history of QM

    Hello all,
    I met a problem about the using of Run-chart in displaying result history of QM, normally, when you use this button to do a statistical chart for checking, the data would be displayed in the measure unit of Inspection Lot. What I want to know is whether there is way for me to change the measure unit from Inspection Lot number to another one (eg. batch number).
    Could anyone be appreciated to give me a short reply?
    Thanks & Best regards,
    Benny

    I think this is not possible
    Develop new program
    Use following Function module For Batch
    1.QRKS_CHARACTERISTIC
    Control chart for a characteristic
    2.QRKS_INSPECTION_LOT
    Control chart for a characteristic/inspection lot
    3.QRKS_MASTER_CHAR_MATERIAL
    Control chart for a master inspection characteristic/material
    4.QRKS_MASTER_CHARACTERISTIC
    Control chart for a master inspection characteristic
    5.QRKS_MATERIAL
    Control chart for a characteristic/material
    Regards
    Sanjay

  • Distribution Cycle KSV5 Resulting in error when deselected the test run chk

    Hi Experts,
    Please help me out
    iam getting an error while running a Distribution Cycle KSV5 Resulting in error when deselected the test run chk box.
    When run the same in the test run, there isn't any error log. but when i deselect the same & run iam getting an error like
    First Message:
    Balance per segment 9999 is not zero
    Message no. FAGL_COFI025
    Diagnosis
    Balance per segment 9999 is not zero.
    The balance on segment 9999 is 50.00 (transaction currency), 0.00 (object currency), and 50.00 (controlling area currency).
    System Response
    With the standard settings, postings cannot be made to the document because the balance for segment and partner segment does not amount to zero. This may be due to a programming error, or this setting may have been made (perhaps unintentionally) in the BAdIs for determining the segment or partner segment.
    Procedure
    If there is a programming error, please inform your system administrator.
    If this behavior is intentional, you can deactivate error message FAGL_COFI 025 in Customizing or change the error message into a warning message or an information message.
    2nd Message
    Balance per segment 1000 is not zero
    Message no. FAGL_COFI025
    Diagnosis
    Balance per segment 1000 is not zero.
    The balance on segment 1000 is 50.00- (transaction currency), 0.00 (object currency), and 50.00- (controlling area currency).
    System Response
    With the standard settings, postings cannot be made to the document because the balance for segment and partner segment does not amount to zero. This may be due to a programming error, or this setting may have been made (perhaps unintentionally) in the BAdIs for determining the segment or partner segment.
    Procedure
    If there is a programming error, please inform your system administrator.
    If this behavior is intentional, you can deactivate error message FAGL_COFI 025 in Customizing or change the error message into a warning message or an information message.
    3rd Message
    No update performed due to an error
    Message no. GA719
    Diagnosis
    A serious error occurred during processing.
    System Response
    Processing is continued as far as possible, but results are not posted.
    Procedure
    This error is shown in the error list before this error message. Here you can find more information about this particular error.
    I would appreciate an early reply........!!!
    Thanks & Regards,
    Neela

    Hi,
    Check notes 764652 and 897086; it might be helpful.
    Regards,
    Eli

  • How  can I get the employee code in the customer master

    Hi
    What are the settings that I do so that I can get the employee code in the customer master?
    We want to create a sales order on a employee , we have HR and SD in the same box.
    regards
    Pravin

    Hi
    I tried xd02 it asks me for the customer , ifi click the search icon it opens up the search where thre is a tab named "Customer by Personnel Numbeer" when i try to search it does not show any employees even thoughi havemanyhired in HR
    Please tell me  what i need to do
    regards
    Pravin

  • Office Telemetry Agent Last Run Result 0x800700005 and machines not reporting back in the Telemetry Dashboard

    We have had the Office Telemetry Dashboard setup for a while now as part of our Office 2013 evaluation and it currently reports back on 117 Computers which roughly matches up with the number of agents we have deployed. However, I have recently discovered
    that some computers do not show up on the dashboard when searching under either their computer name or username. Having looked locally at these machines they report a Last Run Result code of 0x800700005 on the Task Scheduler. Not exactly sure what this
    means as I know its a fairly generic code. I can run the telemetry dashboard locally on the effected machines and all appears ok. I have looked at the main Telemetry Processor Log file on our server (%windows%\ServiceProfiles\NetworkService\AppData\Local\Temp\dperrorlog.txt)
    and can see there are quite a few machines reporting that Office Telemetry Processor deleted the folder \\ServerName\SharedFolderName\ComputerNameReference because the files in the folder haven't been uploaded for more than 2 hours. I tried googling this error
    but got nothing back.
    The machines in question are running Windows 7 Enterprise SP1, Office 2013 and the telemetry agent is configured through Group Policy. We also have a number of Office 2007 clients
    running the agent but I have not yet checked to see if any of these ones are not reporting back.
    Can anyone help troubleshoot this issue further to try and establish why some machines are not showing up in the dashboard logs. I have gone through the troubleshooting info here http://technet.microsoft.com/en-us/library/jj219431.aspx#tshooting
    but so far can't find a solution.
    Thanks.

    I tried running the agent as admin and it returned a last run result of 0x41301 which I believe means the Task is currently running but its been like this for several days with nothing being reported back yet.
    For all the other agents that appear to be running fine they show up on the dashboard with each non-admin username which is what we need to run reports based on individual users so I cant understand why this would be a permissions problem. The permissions
    on the shared folder were setup using the automated option when installing the telemetry processor on the server. I have tried just adding in one of the problem users to have full control to see if this makes a difference but have not tested this yet.
    Anyone have any tips on troubleshooting the DPErrorLog file? There doesn't appear to be much out there in the way of documentation for this stuff. Is anyone else using the Telemetry Dashboard successfully as part of their Office 2013 evaluation? 
    Thanks.

  • Function to return Job History from the Employee Assignment Form (EBS)

    Hi All,
    I was hoping to get some help from some SQL and PL/SQL experts on a problem which I’ve been battling to solve, without lots of subquery and self joins and performance problems.
    I would ideally like to create a PL/SQL function that would return an Assignment Effective Start Date from an employees record in HR eBusiness Suite based on a few conditions.
    I find it easiest to explain with the below table example, which is for a single person, lets say person_id = 3546:
    *<PRE> ID Effective Start Date Effective End Date </PRE>*
    <PRE> 01 01-DEC-2009 31-DEC-2009 </PRE>
    <PRE> 01 *01-NOV-2009* 30-NOV-2009 </PRE>
    <PRE> 88 01-OCT-2009 31-OCT-2009 </PRE>
    <PRE> 01 01-SEP-2009 30-SEP-2009 </PRE>
    <PRE> 67 01-AUG-2009 31-AUG-2009 </PRE>
    Above are all the assignments for person_id 3546 with the ID of the Job/Grade they have been assigned. What I need to achieve is, that if I run a report as of the 15-DEC-2009, I would like see the 'Effective Start Date' of '01-NOV-2009' for the most recent ID that has been assigned to the person, in this case ID 01. It shouldn't group ID 01 and give the the date of '01-SEP-2009'.
    Some more examples:
    If I change the as of date to '10-NOV-2009' and run the report, i would get an 'Effective Start Date' of '01-NOV-2009' for ID 01.
    If I change the as of date to '15-OCT-2009' and run the report, i would get an 'Effective Start Date' of '01-OCT-2009' for ID 88.
    If I change the as of date to '29-SEP-2009' and run the report, i would get an 'Effective Start Date' of '01-SEP-2009' for ID 01 .
    Have i explained enough?? And has anyone some ideas?
    Many thanks,
    Lance

    The logic behind this, is that for an employee I need to determine how long that employee has been in there current job for. In the example I gave, the ID relates to the job ID and walking through the assignments this is what happens.
    At '01-AUG-2009' the employee was at job id 67.
    At '01-SEP-2009' the employee changed jobs and therefore their new ID was 01.
    At '01-OCT-2009' the employee was temporarily promoted to job D of 88.
    However at '01-NOV-2009' they returned to the previous grade ID of 01.
    Therefore if I ask the question, as of today’s date, how long has the person been in their current job for. I would need to calculate the days from today - '01-NOV-2009'. I wouldn't take '01-DEC-2009' into consideration, because the employee was in the same job the previous month/assignment as well, therefore I need to take the min of these two dates to show the date of when the person first had a job ID of 01.
    With regards to the logic shown below, this is similar to the date track function found across HR eBusiness forms. Depending on that 'As of Date' is entered, should return the date when that person was first in their current job.
    as of 15-DEC-2009 should give 01-NOV-2009
    as of 10-NOV-2009 should give 01-NOV-2009
    as of 29-SEP-2009 should give 01-SEP-2009
    Within the long winded SQL I have written, it contains the following condition: 'As of Date' >= 'Effective Start Date'. This is acting as my date track feature to only show assignments available to the employee at a particular date. The below code is taken from Oracle’s view called hrfg_job_history. I have had to use this to get my data, but at a cost of performance.
    SELECT /* unique attributes */ bgrt.NAME business_group_name,
            peo.full_name person_name, job.NAME job_name,
            ass.effective_start_date effective_start_date,
            hr_discoverer.check_end_date
                                       (asf.effective_end_date)
                                                               effective_end_date /* foreign key resolutions */,
            peo.employee_number employee_number,
            ass.assignment_number assignment_number /* ids */,
            ass.assignment_id assignment_id,
            ass.business_group_id + 0 business_group_id, ass.job_id job_id,
            ass.person_id person_id
      FROM hr_all_organization_units bgr,
           hr_all_organization_units_tl bgrt,
           per_jobs job,
           per_people_x peo,
           per_assignments_f asf,
           per_assignments_f ass
    WHERE ass.job_id = job.job_id
       AND ass.person_id = peo.person_id
       AND ass.business_group_id + 0 = bgr.organization_id
       AND bgr.organization_id = bgrt.organization_id
       AND bgrt.LANGUAGE = USERENV ('LANG')
       AND ass.assignment_type = 'E'
       AND NOT EXISTS (
              SELECT NULL
                FROM per_assignments_f ass1
               WHERE ass1.assignment_id = ass.assignment_id
                 AND NVL (ass1.job_id, 9.9) + 0 = NVL (ass.job_id, 9.9) + 0
                 AND ass1.effective_start_date =
                        (SELECT MAX (ass2.effective_start_date)
                           FROM per_assignments_f ass2
                          WHERE ass2.assignment_id = ass1.assignment_id
                            AND ass2.effective_start_date <
                                                          ass.effective_start_date)
                 AND ass1.assignment_type = 'E')
       AND ass.assignment_id = asf.assignment_id
       AND asf.effective_end_date =
              (SELECT MAX (assf.effective_end_date)
                 FROM per_assignments_f ass3, per_assignments_f assf
                WHERE ass3.assignment_id = ass.assignment_id
                  AND ass3.assignment_id = assf.assignment_id
                  AND NVL (ass3.job_id, 9.9) + 0 = NVL (ass.job_id, 9.9) + 0
                  AND assf.assignment_type = 'E'
                  AND ass3.assignment_type = 'E' /* check for end of time dates */
                  AND (   (    assf.effective_start_date =
                                                          ass.effective_start_date
                           AND ass.effective_end_date =
                                              TO_DATE ('31-12-4712', 'DD-MM-YYYY')
                           AND assf.effective_end_date = ass.effective_end_date
                          ) /* check for rows which have changes after */
                       OR (    ass3.effective_start_date >=
                                                          ass.effective_start_date
                           AND (assf.effective_end_date =
                                   (SELECT MIN (ass4.effective_start_date) - 1
                                      FROM per_assignments_f ass4
                                     WHERE ass4.assignment_id = ass.assignment_id
                                       AND ass4.effective_start_date >=
                                                         ass3.effective_start_date
                                       AND ass4.assignment_type = 'E'
                                       AND (NVL (ass4.job_id, 9.9) + 0 <>
                                                          NVL (ass.job_id, 9.9)
                                                          + 0
                          ) /* check for rows which do not have changes after */
                       OR (    ass3.effective_start_date =
                                                          ass.effective_start_date
                           AND NOT EXISTS (
                                  SELECT NULL
                                    FROM per_assignments_f ass7
                                   WHERE ass7.assignment_id = ass.assignment_id
                                     AND ass7.effective_start_date >
                                                         ass3.effective_start_date
                                     AND ass7.assignment_type = 'E'
                                     AND (NVL (ass7.job_id, 9.9) + 0 <>
                                                          NVL (ass.job_id, 9.9)
                                                          + 0
                           AND (assf.effective_end_date =
                                              TO_DATE ('31-12-4712', 'DD-MM-YYYY')
       AND ass.business_group_id + 0 =
                     NVL (hr_general.get_business_group_id, ass.business_group_id)Any more ideas?
    thanks,
    Lance

  • Employee ID & Password at the time of Results Recording

    Hi Gurus,
    At the time of results recording there is a need of entering employee id, password & some additional text. Is it possible?
    Thanks in Advance,
    Sandeep

    Hi
    Use digital signature for this scenario.  SPRO > Envt>Central functions>Auth.Mgt>Dig Sign. In this signature method for results recording.  All this linked with Material Authorization Group in MM-QM View. Read more on digital signature. You will get the solution.

  • Tha same result after the third run ?

    Hi everybody,
    I have table with about 500 000 records. I typed followed SELECT and I receive the same result only after the third run (immediate after start of database). How is this possible?
    SELECT DISTINCT
    id_subject,
    name AS subject_name,
    id_state,
    scale
    FROM table1
    WHERE id_state = 16
    ORDER BY scale;
    Table table1 contains something like that:
    id_subject name id_state scale
    1 first 16 8
    1 first 16 8
    2 second 16 8
    2 second 16 8
    3 third 16 7
    3 third 16 7
    4 four 5 7
    There are another columns in the table1 which contain no duplicate data.
    When I type
    ALTER SYSTEM FLUSH SHARED_POOL
    the situation repeats.
    Regards
    Matus

    Hi,
    these are examples of results:
    The first
    id_subject name id_state scale
    506496 B-KONTAKT 31 11
    505627 APS 31 11
    514006 Kasaloq 31 11
    518615 ROSTEQ 31 11
    508037 POPCO 31 11
    The second
    id_subject name id_state scale
    506422 ARCADE 31 11
    505697 TVAR 31 11
    514206 LITES 31 11
    518715 SANELA 31 11
    528037 AZP 31 11
    OS MS Windows Vista Version 6.0.6000, and also MS Windows Server 2000
    Oracle 10.2.0.3.0
    client PL/SQL Developer.
    but the same behaviour I have on the machine:
    OS MS Windows Server 2000
    Oracle 10.2.0.1.0
    client PL/SQL Developer.
    Regards,
    Matus

  • I use two PC's on a daily basis, both using 3.6.7. One does everything I would expect with regard to history, the other consistently loses history data, with no real pattern as to what it keeps and what it doesn't. Tried adjusting custom settings but no

    I use two PC's on a daily basis, both using 3.6.7. One does everything I would expect with regard to history, the other consistently loses history data, with no real pattern as to what it keeps and what it doesn't. Tried adjusting custom settings but nothing works.

    oops! that should've been 3.6.8!

  • Does using the home button in 4s would result to being damage in the long run? I really don't like the assistive.

    I do prefer using the home button. Will it somehow be 'damaged' in the long run? I just need assurance. *TIA.

    Any mechanical component is subject to failure.  If it does fail, if your device is in hardware warranty, it would likely be replaced.  If you are still within the first year, purchase AppleCare to extend the warranty for an additional year. 

  • Back date change problem in run result

    Dear Experts,
    Navigate:
    Work Structure>Organization>Description
    i implement organization structure Jan 2010 in R12 HRMS Global . now change appear in organization structure effective date Jan2011. but this change not done till date in system. i date track to 01-Jan-2011 and create new organization structure (Work Structure>Organization>Description) & attach to employees assignments by opening all old pay periods (Payroll>Description) from jan 11 to aug 11. now when i run payroll the run result cannot match our hard copies payslip tht ws run in jan 11.(before change of organization structure)
    i am new dont know if the above way is rite or wrong?
    i confuse ...not kno what is cause?
    plz help urgently!
    Edited by: 890115 on Oct 21, 2011 3:44 AM

    You will have to explain the steps properly -
    What is it that you want to achieve ?
    What is it that you have done, so far ?
    Unless others in the forum understand what you want to convey, it is really difficult to expect responses.
    So, help others to help you :)
    cheers,
    VB

Maybe you are looking for

  • Plug-in Acrobat Professional for Internet Explorer?

    Hi I've go t Adobe Acrobat Reader Professional 7.0. I need to sign PDF documents in a IE window, but only display the Adobe Acrobar Reader Menu. There´s any chance to open PDF document but show me the sign toolbar and sign it. Thanks in advance. Juan

  • Issue in Profit Center Accounting 4.7

    Hello, The System is on ERP 4.7 with Profit Center Accounting Active. I have run 1KEK for transfer of receivables and payables. When I execute report S_ALR_87013340 report the receivable value for the overseas customer cannot be viewed However the li

  • How can i pass a parameter to the query to filter the result of this lookup

    Hello, i'm developping a web application with JDeveloper 10.1.2 and JHeadStart. i realy need to know how can i filter the lookup (LOV) query result. in other word, when i click on the lookup, it show all the row that exist in may data base table. wha

  • ITunes problem in Leopard

    I have installed Leopard 10.5.1 and apart from some annoying Keychain issues I seem to have lost my entire iTunes library. Any ideas?

  • Finding a file

    I'm trying to locate a general a file on my machine, only knowing its name. Right now I have the code public static void visitAllDirsAndFiles(File dir) { if (dir.isDirectory()) { String[] children = dir.list(); for (int i=0; i<children.length; i++) {