Overwriting the footer with data data

Hi,
I am facing a small problem in Adobe forms.
I have created a footer in the master page. I have 7 pages of layout. In the botton of the 4th page i need to print the table data. So i have placed that table in the bottom of 4th page. As the table data is dynamic the data should be preinted continuosly to the next page. So have maintained the pagination as
place: following previous
After: continue filling parent.
Now my problme is the table data is overwriting the footer data even though the footer is outside the content area.
Can anybody help out in this issue.
Best regards
Deepika.

You can use the SET_LOV_PROPERTY built-in to change the record group of the LOV and to create a new record group you can use the CREATE_GROUP_FROM_QUERY built-in.
it will be something like this.
RG_ID := FIND_GROUP('<record group name>');
  IF NOT ID_NULL(RG_ID) THEN
       DELETE_GROUP(RG_ID);
  END IF ;
  RG_ID := CREATE_GROUP_FROM_QUERY('<record group name>', '<your SQL statement here>');
  POP_GROUP := POPULATE_GROUP('<record group name>');
  SET_LOV_PROPERTY('<LOV name>', GROUP_NAME, '<record group name>');Use the online help for more information about these built-ins.
Tony

Similar Messages

  • Billing user exit to overwrite the service rendered date with billing date

    Hello,
    My client would like to determin the rebate conditions based on billing date. However, the system only uses the service rendered date for rebate determination.
    Therefore, I am trying to overwrite the service rendered date with billing date at the time of billing creation.
    Could you please let me know what user exit I can use?
    I can't user the user exit RV60AFZC because the billing date is not determined when this user exit is running.
    Your help would be appreicated! I will give you good points! Thanks

    Hi Londa,
    Try using one of the following includes for your requirement.
    (a.) rv60afzz
    (b.) rv60afza
    (c.) rv60afzb
    (d.) rv60afzd
    (e.) BAdi SD_CIN_LV60AU02
    or if you are working with ECC 6.0 use the Enancement Spot ES_SAPLV60A available from SE80 by giving package VF and then selecting Enhancements and then expanding Enhancement Spots
    Hope these are helpful to you. Reward accordingly.
    Thanks and Regards,
    Maddineni Bharath.

  • Fill the LOV with data during the execution

    Hi
    I am using Oracle 10g
    I want to ask please if there is a way to fill the LOV with data during the execution
    so can I change the query specified in LOV wizard during the execution and get a new record set according to the value in the text boxes
    thank you for help

    You can use the SET_LOV_PROPERTY built-in to change the record group of the LOV and to create a new record group you can use the CREATE_GROUP_FROM_QUERY built-in.
    it will be something like this.
    RG_ID := FIND_GROUP('<record group name>');
      IF NOT ID_NULL(RG_ID) THEN
           DELETE_GROUP(RG_ID);
      END IF ;
      RG_ID := CREATE_GROUP_FROM_QUERY('<record group name>', '<your SQL statement here>');
      POP_GROUP := POPULATE_GROUP('<record group name>');
      SET_LOV_PROPERTY('<LOV name>', GROUP_NAME, '<record group name>');Use the online help for more information about these built-ins.
    Tony

  • Output triggred in the invoice with Date/Time 1

    Output triggred in the invoice with Date/Time as 1 i e Send with periodically scheduled job.
    So could you  let me know when this gets triggeed if we maintain 1 in condition record?
    Thanks,
    Praveen

    Hi Praveen,
    When you maintain 1in the Date/Time column in the Condition Records for O/P of say the Invoice it means that you are telling the system to send the O/P with periodically scheduled job.
    To achieve this you must use the report program RSNAST00.The message is processed through report program RSNAST00. This report program can be scheduled periodically or started manually.
    For scheduling periodically you need to set up a batch process in SM35.
    Hope this helps,
    J Nagesh

  • Hi, I had a clear up of contacts from my iphone but then when I synced the phone they all came back? how do I overwrite the sync with my updated contacts?

    Hi, I had a clear up of contacts from my iphone but then when I synced the phone they all came back? how do I overwrite the sync with my updated contacts?

    There may be several that were bought with your Apple ID. but somewhere in the updates there must be one associated with that other ID.
    You can update one by one, until you find the one that requires the other Apple ID.

  • What is the deal with data charges?

    I'm hoping someone can help me out. I have been a Verizon Wireless customer for many years, and have never had a problem with the services - until today. This morning, when I turned on my phone, I was informed that a software update was available and that it would take about 13 minutes to load. So, okay, I run it, jump in the shower, and by the time I'm done, it's complete. Great, a minor change (the battery icon changed from green to gray), looks fine. As I'm going about my day, I start getting text messages from Verizon immediately followed by an email with the same info - "you've used 75% of your data, you've used 85% of your data plan, you've used 90% of your data plan, you've gone over your allowable usage and may be charged." The last one I received more than once. I have had the same data plan since I purchased my latest phone about 1 1/2 years ago, and I have NEVER had this problem - and I have used my phone the same way I always have. I just find it unusual that this occurred the same day I ran a software update. AND....along with the software update came a message that I may have to charge my phone after it was done (it had been on full power). By the afternoon, I did indeed have to charge it and I did so without turning it off (maybe that was my mistake?). When I unplugged it only about 2 hours later, it was extremely HOT - and the battery had only charged about 25%. Of course, I shut it off completely. I'm wondering if that has to do with the phone itself -

    Check all your app and data settings - when you run an update, and the phone reboots, sometimes (most times?) settings go to a default mode, and the default may not be the most efficient use of data or battery for you.
    Check to see that your Network is set to LTE/CDMA (mine seems to revert to GLOBAL when I get updates....).  Set your app updates to happen over wifi only, and check that your photo backups and other settings are backing up over wifi.  If your phone a "sleep mode", use it to shut off data if your phone is idle for awhile. 
    Review all the power and data usage settings to be sure they are conserving your data and power most efficiently for the way you use your phone.  I've found that updates reset a lot of things, and not always the way I have had it set up, so though I'm not doing anything different, the phone is using data and power differently than before the update.

  • SSHR How to popullate PDF ( Fill in the blanks) with data in prev page

    I need to replicate the Federal tax Information (W4) process in self service, what it does is it will let user change their w4 details and when they click on next page in the next page it will launch pdf inside the browser and populate w4 form with data entered in previous page.Basically i am creating state tax info form and want to see if I can have similar flow .
    What do I need to do to make this heppen?

    karan,
    There won't be any exact scenario, but the threads with details on how to use XMLP with OAF. There are some sample codes and with that you should be getting started.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                   

  • Use the XML with data template

    Hi,
    I want to use double sql query with data template.
    How can I do ??
    Thanks...

    it's okey, I had use a rtf file insead and search/replace my keywords using the String.replaceAll(String, String) function...

  • Setting the footer with the value of a cell - Excel 2010-2013

    Hi,
    is it possible to set the footer of a workbook with the value of a cell without using VBA code or macro?
    Thanks

    No; it is not possible to enter a formula that refers to cells in the header or footer. A VBA macro is the only way to set the header or footer to the value of a cell.
    Regards, Hans Vogelaar (http://www.eileenslounge.com)

  • Modify the footer with java-script

    Hi,
    Im' trying to modify the content of the footer in the master-page using java-script. So I put in the initialize event of the footer code to add "!" after a text field (with plenty of space left) but it doesn't do anything. The code is example.rawValue = example.rawValue + "!";
    This code works fine in the rest of the document, but it doesn't seem to work in the master-page.
    Could somebody tell me what I'm doing wrong?
    Thanks in advance!
    Gert

    The access to the masterpage objects is not in the same scope as where the script is running so you must path to it starting from the root:
    so.... form1.pageSet.Page1.example.rawValue = form1.pageSet.Page1.example.rawValue + "!";
    where form1 is the root node of your form (look in the hierarchy view), pageSet indicates the objects in the Master Pages, Page1 is the 1st Page name in the Master Pages and exampel is the path to th erest of the object.
    Make sense?

  • Increment the number with date/time string. when ever the next date come's it should reset again with initial number

     i want to store the number of records in a file. Every time when ever i run the program the record will be incremented well i using forloop with count value 1 as a constant .in the for loop i am using autoincrement with the  feedback node . to view the number i have attached the indicatator .the number will be increment every time . i am using number to time time stamp  that is connected to get date/time string. from that we can view the date string and time string . so , my issue is when ever i close the code again it is coming with intial value . i should get from that number only where ever i close the code . after the date completed again it should come from intial value . i am attaching the code so that u guys can solve my problem.
    Attachments:
    record.doc ‏34 KB

    here you can see.......the file path in case structure in that i have included my requirement of increment the number 
    -> if the case is true then it goes in ok file path and the no of records string will pass in the file by seeing these code u will get the clarity
    my requirement is the number of records should increase ........ whnever the program runs...that i made it. by the next day again it should begain with the intial value.........that is my requirement. i hope u understand .
    suggest me how can i use the  intial  value .......
    Attachments:
    code.vi ‏35 KB

  • Invalid Year error when refreshing the report with date prompt

    Hi All,
    I am working on BO XI 3.1 with Informix database.
    When refreshing the report without any date prompt the report is running fine,but when applying the date prompt it is giving the error message
    "Invalid year in the date".
    I have tried changing the value in the advance tab of the object property to 'yyyy-mm-dd hh:mm:ss'
    But it also din't work for me.
    Please suggest.
    Thanks and Regards,
    Rishabh

    Hi Experts,
    Thanks for your suggestions.
    Since changing the PRM file was not a fesiable solution for us.
    We have manged to find a work around to solve this issue
    We have created the filters at universe level with following formula for all the date objects which we ere using at report level as a prompt:
    @Select(classname\objectname)=TO_DATE(@Prompt('Enter Date:','D',,mono,free,not_persistent), '%Y/%m/%d')
    Although when we parse this formula it wil give an error message saying 'illigle operation',
    still it will work when we use this at report level.
    Thanks and Regards,
    Rishabh

  • How do I fill in the gaps with data?

    Hi,
    I have paragraphs of data with a header which holds the ID I need to have against each row of that data.
    I want the Patient ID to fill fields below that row (where the 'Obs' and sequential numbers are) until it gets to the next patient id, and then make it do the same again and again until the end.
    Can this be done in a single SQL UPDATE statement?
    Thanks Daniel
    This is the data, this is all one column:
    Patient ID=1000207 regimen=EFV+ZDV+ddI Randomization Date=26/03/2004
    Obs
    1
    2
    3
    4
    5
    6
    7
    Patient ID=1000751 regimen=EFV+d4T+3TC Randomization Date=25/02/2004
    Obs
    8
    9
    10
    11
    12
    13
    14
    Patient ID=1001379 regimen=LVP+d4T+3TC Randomization Date=17/03/2004
    Obs
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    etc. etc.

    Hi,
    welcome to the forum.
    Please read SQL and PL/SQL FAQ
    Kindly post sample data (CREATE TABLE and INSERT statements), explain the business requirement and post your expected output.
    Don't forget to mention also your Oracle version as result of
    SELECT * FROM v$version;When you put some code or output please enclose it between two lines starting with {noformat}{noformat}
    i.e.:
    {noformat}{noformat}
    SELECT ...
    {noformat}{noformat}
    Regards.
    Al                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Who's tracking the trackers with data usage?

    Hello - I was just wondering if there was a type of software or service that could be installed on your devise that accurately tracks data usage? With all the posts about overuse charges, and unexpected crazy bills if there was a way to verify the usage outside of any tools that verizon provides and being forced to take their word for it.

    Android phones running ICS or JB have this capability built in; there also are apps in Google Play for Androids (such as Onavo Count).
    My experience is that my phone and my installed Onavo Count track quite well with what's reported on my MyVerizon account's data usage.
    Onavo Count is available for iPhones, and Windows Phones have Data Sense to track data usage.

  • Appending the image with Data inn table cloumn

    Hi All
    I have one table with 5 columns .My requirement is to attach one image with the data of one column based on the value.
    For Example For vaue WIP Red Image,ApprovedGreen Image,Failed ------- No Image
    The image should be appended to the satus.
    I have seen this feature in couple of Standard OA Pages But not able to find the way.
    Pls help me

    You mean, you want to show both an image and the text in the same column? It is not a standard practice and against BLAF. My suggestion will be to either use 2 separate columns or probably the text written in the image if your text list is fixed.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Maybe you are looking for