Filling in a DWC-10 (Florida Work Comp billing form)

I am trying to replicate Florida's Work Comp billing form. Does anyone know how I can either have 2 subreports or 2 detail sections that do not alternate with eachother however let me allow 3 records in one section and 2 records in another, then moving to another page? If this is confusing, I can try to explain further.
Example of the form can be found here: [http://www.fldfs.com/WC/pdf/DWC-10_draft.pdf]
As you can see, there are 4 specified sections. I want sections 2 and 3 to restrict the record counts independently. Section 2 allows upto 3 records then goes to a new page, section 3 allows 2 records then goes to next page. Can this be done?

Hi Matthew,
I've recreated the CMS-1500 very similar to your's but is a bit less complicated with fewer sections. 
Basically I had to create a group and on the Patient and a second on the ProcedureCode.  Suppress the Detail section and work with the Group Footers only. 
In my case, the CMS-1500 could only have 6 lines per page, so I had 6 sub Groupfooters like GF1A, GF1B, etc.  In each except the GF1A, I created a suppress formula that would say something like:
In GF1B:
WhilePrintingRecords;
NumberVar LineCounter;
LineCounter < 2 ;
In GF1C:
WhilePrintingRecords;
NumberVar LineCounter;
LineCounter < 3 ;
And so on.  Do not put one in GF1A because you should always have at least 1 record. 
The LineCounter needs to be initialized in the PageHeader like:
WhilePrintingRecords;
LineCounter := 0;
The reason for the Pageheader and not the GroupHeader is because a patient may need more than 1 page and you want the line counter to start again on each page. 
It gets complicated to explain but if you would like, I can forward you a copy of the report for you to have a look at.
Thanks,
Brian

Similar Messages

  • How to work with PDF forms filled up by the user?

    I would appreciate any help regrading work with PDF Forms.
    I present a PDF form to users with several fields that they need to fill up.
    My problem is to receive the values of these fields back.
    In PDF forms you can add a "Submit" button that sends the fields to a given servlet.
    That, however, takes me out of my session and out of JSF navigation model.
    I can't find a way to go back.
    The PDF form is shown in an iframe, so Java Script outside of the iframe cannot know about the "Submit" button action.
    Thanks for any help or reference on this subject.

    Hi Sridhar
               Thanks for ur reply. but iam not getting any clear idea on forms.
    just i will tell u , wat i understood,if i am wrong pls correct me. in pe51 we create form layout
    and specify fields in required format, later run the program RPCEDTU0.wat is the program  for indian payroll?
    thanks in advance.

  • Itunes match not recognised on 2nd comp (work comp). How do I turn on itunes match to get it to recognise my "home itunes music" Do I have to subscribe and pay again on 2nd mac??

    I have itunes match in the cloud working fine at home and have an issue with it on the 2nd computer (at work) not letting me access any. It simply says to pay again and subscribe to match again! I obviously do not want to pay twice. How do I get the work comp to recognise I already have a paid itunes match account and access my music?. I have "authorised" both comps and my ipod. My ipod seems to work fine and uses the cloud etc. Why can't the work mac?

    This works IF the Cloud is working, which it has had a nasty habit of not doing with regularity the last several months. It seemed at first to be isolated, but this is a regular non-feature lately, with Music, TV Shows and Movies. I have brought this behavior to the Forums all too often. Best to download them all to your own "cloud" in the form of a separate media back up drive, they are cheap. Also, if a media type (eg, song, movie, tv show or episode) is no longer available in the iTunes Store, it is solid gone. That is where the cloud gets cloudy...
    Hey, it is only content we paid for but can't get.
    Oh, my dog just explained it all to me. It's sunny outside and there are no clouds. Wow, he's right again.

  • I updated and it kept freezing up. i deleted it. put IE on and have no hyper links now, fire fox won't work at all either, this is on my work comp. please help me now

    i upgraded on my work comp and it kept freezing up. i had to delete it from the comp. i can't us IE because the hyper link process is now missing for some reason, it was there before. i can't put firefox back on because it simply won't work. please help me because this is happening on my work comp.

    A reset may help. Tap and hold the Home button and the On/Off buttons for approximately 10-15 seconds, until the Apple logo reappears. When the logo appears, release both buttons.
    No content is affected by this procedure.

  • Bought a new monitor.. wide screen 23"... Firefox is not filling the full window. IE works fine but I prefer Firefox. What do I need to do to fill entire window, not just the way it was with the old monitor?

    Bought a new monitor.. wide screen 23"... Firefox is not filling the full window. IE works fine but I prefer Firefox. What do I need to do to fill entire window, not just the way it was with the old monitor? edit

    Most pages are defined to be a certain size, regardless of how large or small your monitor is. You can use Firefox's zoom feature (View menu) to enlarge the text and images (or just the text, if you prefer) on a page.
    In addition to making individual site adjustments, there are some add-ons that will default every site to a higher zoom level. For example, check out:
    * [https://addons.mozilla.org/en-US/firefox/addon/6965/ Default FullZoom Level]
    * [https://addons.mozilla.org/en-US/firefox/addon/2592/ NoSquint]
    Does that help?

  • Update process does not work on Tabular Form

    Hello,
    I have 2 tabular forms on one page, which are using manual update processes.
    First form is created using wizard, and therefore works perfectly.
    The update process is as follows:
    DECLARE
      lc_string VARCHAR2(4000);
    BEGIN
      FOR i IN 1..APEX_APPLICATION.G_f01.COUNT
      LOOP
         lc_string := lc_string|| '[' ||APEX_APPLICATION.G_f*03*(i) || '|' || APEX_APPLICATION.G_f*04*(i) || ']';
      END LOOP;
      --Database processing using the concatenated string here
    END;Second form is created manually, using the following code:
    SELECT apex_item.checkbox (30,
                               '#ROWNUM#',
                               'onclick="highlight_row(this,' || '#ROWNUM#'|| ')"',
                               NULL,
                               'f30_' || '#ROWNUM#'
                              ) delete_checkbox,
           CATALOG_ID,
              apex_item.hidden (31, CATALOG_ID)
           || apex_item.text (32,
                              LANG,
                              80,
                              100,
                              'style="width:100px"',
                              'f32_' || '#ROWNUM#'
           || apex_item.hidden (33, wwv_flow_item.md5 (LANG, DESCRIPTION)) LANG,
           apex_item.text (34,
                           DESCRIPTION,
                           80,
                           100,
                           'style="width:255px"',
                           'f34_' || '#ROWNUM#'
                          ) DESCRIPTION
      FROM V_CATALOGS
    UNION ALL
    SELECT     apex_item.checkbox
                              (30,
                               TO_NUMBER(9900 + LEVEL),
                               'onclick="highlight_row(this,' || '#ROWNUM#' || ')"',
                               NULL,
                               'f30_' || TO_NUMBER (9900 + LEVEL)
                              ) delete_checkbox,
               NULL,
                  apex_item.hidden (31, NULL)
               || apex_item.text (32,
                                  NULL,
                                  80,
                                  100,
                                  'style="width:100px"',
                                  'f32_' || TO_NUMBER (9900 + LEVEL)
               || apex_item.hidden (33, NULL) LANG,
               apex_item.text
                                               (34,
                                                NULL,
                                                80,
                                                100,
                                                'style="width:255px" '  ,
                                                'f34_'
                                                || TO_NUMBER (9900 + LEVEL)
                                               ) DESCRIPTION
          FROM DUAL
         WHERE :P18_TEMP = 'ADD_ROWS1'
    CONNECT BY LEVEL <= 1However, the update process does not work on this form.
    I created it using the first one as an example, but with the id's of the second form:
    DECLARE
      lc_string VARCHAR2(4000);
    BEGIN
      FOR i IN 1..APEX_APPLICATION.G_f*30*.COUNT
      LOOP
         lc_string := lc_string|| '[' ||APEX_APPLICATION.G_f*32*(i) || '|' || APEX_APPLICATION.G_f*34*(i) || ']';
      END LOOP;
      --Database processing using the concatenated string here
    END;Also, both forms are opening in a modal pop-up dialog window.
    I use a Dialog Region plug-in for that.
    Please advise, what is causing a problem with update?

    Sloger,
    if this is your tabular form
    SELECT apex_item.checkbox (30,
    ...and this is your update statement
    FOR i IN 1..APEX_APPLICATION.G_f*30*.COUNT
    ...Then you will only ever update records that have been checked. Unchecked checkboxes are not passed back in the global array. You need to have a hidden column with the ID's for the record and loop through that when you are updating/inserting. That is why the built in tabular form has a MRU and a MRD. the MRU loops through the hidden ID column. The MRD loops through the checkbox.
    Thanks,
    Tyson Jouglet

  • What are the security settings to lock down a form with fillable fields and yet allow someone with Reader to fill in the fields as will as save the form and print it?

    What are the security settings to lock down a form with fillable fields and yet allow someone with Reader to fill in the fields as will as save the form and print it?

    You want to allow someone to open your document and fill out the form (in the fields you have created), but not change or edit the form, right? Here's the answer - assuming you are using Acrobat Pro and someone will be opening the PDF using at least Acrobat Reader 9 and up:
    Tools > Protection > Encrypt < Encrypt with Password
    Answer YES to change the security.
    A new window opens:
         Do NOT select Document Open (or that will require a password to open the document.)
         Select: Permissions (Check the box next to "Restrict editing and printing of the document.")
         Change the following 2 settings from the drop-down box:
              Printing Allowed: Select High Resolution
              Changes Allowed: Select Commenting, filling in form fields, and signing signature fields
              Leave selected: "Enable text access for screen reader devices for the visually impaired"
              Change Permissions Password (insert a strong password)
              Leave all other settings alone in "Options"
              OK - OK
              Re-enter the Permissions Password (the one you entered above)
              OK - OK
              Save the PDF to apply the security [notice that (SECURED0 will appear after the document title]

  • Adobe Acrobat 9.0 has stopped working  (after Start Form Wizard)

    Downloaded Trial for Adobe Acrobat 9.0
    Tried reinstalling
    Latest windows 7 patches
    Adobe Acrobat 9.0 has stopped working
    (after Start Form Wizard)
    Windows can check online for a solution to the problem
    details"
    Problem signature:
      Problem Event Name:    APPCRASH
      Application Name:    Acrobat.exe
      Application Version:    9.0.0.332
      Application Timestamp:    4850eb76
      Fault Module Name:    MakeAccessible.api
      Fault Module Version:    9.0.0.332
      Fault Module Timestamp:    4850e54e
      Exception Code:    c0000005
      Exception Offset:    000e1059
      OS Version:    6.1.7600.2.0.0.256.1
      Locale ID:    1033
      Additional Information 1:    0a9e
      Additional Information 2:    0a9e372d3b4ad19135b953a78882e789
      Additional Information 3:    0a9e
      Additional Information 4:    0a9e372d3b4ad19135b953a78882e789
    ===============================
    ===============================
    SYSTEM INFORMATION
    =========================
    System Parameters
    Available Physical Memory: 1429660 KB
    Available Virtual Memory: 1912212 KB
    BIOS Version: DELL   - 42302e31
    Default Browser: C:\Program Files\Internet Explorer\iexplore.exe
        Version: 8.00.7600.16385 (win7_rtm.090713-1255)
        Creation Date: 2009/07/13
        Creation Time: 4:43:32 PM
    Default Mail: Microsoft Office Outlook
        mapi32.dll
        Version: 1.0.2536.0 (win7_rtm.090713-1255)
    Graphics Card: Intel(R) G33/G31 Express Chipset Family
        Version: 8.14.10.1930
        Check: Not Supported
    Installed Acrobat: C:\Program Files\Adobe\Acrobat 9.0\Acrobat\Acrobat.exe
        Version: 9.0.0.2008061200
        Creation Date: 2008/06/12
        Creation Time: 2:25:18 AM
    Installed Acrobat: C:\Program Files\Adobe\Reader 9.0\Reader\AcroRd32.exe
        Version: 9.3.2.163
        Creation Date: 2010/04/03
        Creation Time: 10:57:52 PM
    Locale: English (United States)
    Monitor:
        Name: Intel(R) G33/G31 Express Chipset Family
        Resolution: 1024 x 768 x 75
        Bits per pixel: 32
    OS Manufacturer: Microsoft Corporation
    OS Name: Microsoft Windows Vista
    OS Version: 6.1.7600 
    Page File Space: 4194303 KB
    Processor: x86 Family 6 Model 23 Stepping 7  GenuineIntel  ~2493  Mhz
    System Name: DELLINSPIRON
    Temporary Directory: C:\Users\alan\AppData\Local\Temp\
    Time Zone: Pacific Standard Time
    Total Physical Memory: 2097151 KB
    Total Virtual Memory: 2097024 KB
    User Name: alan
    Windows Directory: C:\Windows
    Installed Plugins
    =================
    C:\Program Files\Adobe\Acrobat 9.0\Acrobat\plug_ins\Annots.api
        Version: 9.0.0.2008061200
        Creation Date: 2008/06/12
        Creation Time: 1:59:50 AM
    C:\Program Files\Adobe\Acrobat 9.0\Acrobat\plug_ins\EScript.api
        Version: 9.0.0.2008061200
        Creation Date: 2008/06/12
        Creation Time: 2:05:18 AM
    C:\Program Files\Adobe\Acrobat 9.0\Acrobat\plug_ins\PPKLite.api
        Version: 9.0.0.0
        Creation Date: 2008/06/12
        Creation Time: 2:08:24 AM
    C:\Program Files\Adobe\Acrobat 9.0\Acrobat\plug_ins\SendMail.api
        Version: 9.0.0.2008061200
        Creation Date: 2008/06/12
        Creation Time: 2:17:10 AM
    C:\Program Files\Adobe\Acrobat 9.0\Acrobat\plug_ins\Updater.api
        Version: 9.0.0.2008061200
        Creation Date: 2008/06/12
        Creation Time: 2:00:30 AM

    To go along with Michael's suggestion, something like AA9.2 is needed for X64 systems I think. Also, be careful. Acrobat is not licensed for use on a server. Using it as a user is fine, but not as a server application. Read the license carefully.

  • Problem when working with adobe forms

    hi friends,
    i am new to interactive adobe forms
    i am following the tutorials for learning adobe forms
    when i am working with adobe forms error was occured.
    cannot find PDL type for output device local
    Device type unsuitable for ADS documents
    and i am searching for related documents in sdn
    i had found no. of documents related to this issue but i can't find the proper solution
    i have already installed Adobe Life Cycle Designer.
    can anyone explain me clearly about the issue.
    thanks in advance.
    Regards,
    karunakar

    Check this link (and don't forget to search the forums next time...!)
    Re: Adobe document service error: SOAP Runtime Exception
    Regards,
    Trond

  • User should only work on created Form

    Hi all!
    Here is my problem.
    A user is working in B1. For example:With a double_klick on a Textfield and a user created Form will be shown.
    No the User should only work with this Form until its closed! There should be no possibility to open an other form or so.
    Like if you get a MessageBox, there is no other "normal" way to work on until you close this Messagebox.
    May it is possible to let the Form act like such a Messagebox.
    Thanks for replies..
    Matthias

    The Sample you speak of show the hack/workaround (Not true modal functionality).
    From the sample:
        Private Sub SBO_Application_ItemEvent(ByVal FormUID As String, ByRef pVal As SAPbouiCOM.ItemEvent, ByRef BubbleEvent As Boolean) Handles SBO_Application.ItemEvent
            ' Don't let the user to move to other forms
            Dim EventEnum As SAPbouiCOM.BoEventTypes
            EventEnum = pVal.EventType
            If bModal And FormUID <> "Modal" Then
                oForm.Select() ' Select the modal form
                BubbleEvent = False
            End If
            ' If the modal from is closed...
            If FormUID = "Modal" And (EventEnum = SAPbouiCOM.BoEventTypes.et_FORM_CLOSE) And bModal Then
                bModal = False
            End If
        End Sub
    In the sample the bModal bool set to true when opening the form block all events by selecting the modal form on each event and setting bubbleevent to false.. the EventEnum = SAPbouiCOM.BoEventTypes.et_FORM_CLOSE set the bModal to false so events can continue
    Biggest problem with this is if you use a eventfilter (which you should do)... here you need to remove the event filter along with setting the BModal (not in the sample), and reapply it after form close.
    <i>Kind Regards
    Rasmus Wulff Jensen | http://www.b1up.net</i>

  • Hello All. I am working on a form, but I need to format the leading in a multi-line text-field.

    Hello All. I am working on a form, but I need to format the leading in a multi-line text-field. The options for the text-field only show a font size option, but no other styling options. Is there a way to format the leading? Thanks!

    Not within ID, and I'm not sure it can be done in Acrobat afterward either.

  • CommandLink and Button don't work in nested form

    Hi,
    I have such a structure:
    <h:form ...>
       <h:datatable ...>
           <h:form ...>
              <h:commandButton ...>Somehow this structure corrupts the buttons and links. When I remove the inner form element, then they work properly.
    Interesting point is that not only commandLink/Buttons inside the inner form but also commandLink/Buttons outside the inner form are corrupted. There is no error message neither.
    This is not a big deal for me, cause inner form was useless. I wrote here for error documentation and curiosity. Do you know the reason of this behavior?
    Thanks...
    Mert

    Hi,
    Just see the HTML generated code and you will get your answer :-)
    In html, nested forms do not work, then nested form in jsf do not work as well.
    Hope to help.

  • Calculations not working after closing form editing

    Hi!
    I created a form with very basic calculations.  It all worked ok in the preview, but now that I have closed the form editing and saved, the calculations are no longer taking place, and just a zero is present.
    Can anyone tell me what I have done wrong?
    Also, is there any way to edit a form, or do I need to start over?
    Thanks!
    [edit]  I am using Adobe XI Pro

    Apologies for using the wrong forum.  I am a little slow.  Is there any way I can move the post?
    It works in the Form Preview in Acrobat.
    When I try to go to Tools - Forms - Edit I get the following message:
    This document restricts some Acrobat features to allow for extended features in Adobe Reader.  To create a copy of the document that is not restricted... ...click Save a Copy.
    Saving a copy makes no difference unfortunatley
    Thank you.

  • Key functions are not working in oracle11g forms

    I have migrated a oracle 10g form to oracle 11g form
    1.Key function such as down arrow,up-arrow is not working in oracle11g forms though key-down etc trigger have been written.
    2.Tree node function,i mean when i try to call form from a child node ,it required 4-5 click.
    Can anyone help me for these issue

    Next_form function is not working.i have copied the .res file from 10g.So the issue like this,when i master forms calls(by using open_form in when-window-activate trigger)to a child form and the child form having (when-window-activate trigger)next_form to return the cursor in the master form,it got hang in 11g.This is problem.i have checked by creating the same.Could you help me for the same.this code is running fine in 10g.

  • Form is not working of multiple form check boxs, source posted. HELP.

    Form is not working of multiple form check boxs, source posted. HELP.
    I'm trying to have golive form be able to check one, two or all of the options in Graphics field.
    As is it will only post results from the last checked box.
    Here's the page
    http://www.perfection-press.com/Pages/ContactForm.html
    Here's where source in golive has scanning,design,filesupplied.
    [code removed to fix forum topic display]

    Since the checkboxes all have the same name, the values are over-writing each other when being passed to the PHP script. The best way to fix that is to add a pair of empty square [] brackets after the checkbox names, so make the names "graphics[]" instead of "graphics". That tells PHP that the values are being passed as a list (an array) instead of a single value. As long as your processing script knows what to do from there (and it does), should solve the problem.
    By the way, I noticed that two of the checkboxes were named "graphics" and the other was "graphic" (singular). You'll want to fix that too so they're all the same.

Maybe you are looking for

  • Send file as email not working when Outlook 2013 is default mail client

    Have Adobe Reader XI 11.0.2 installed.  Running Windows 7 Pro 64 bit with Office 2013 installed.  When I set Default E-mail Application to Microsoft Outlook from Preferences I receive the following error trying to send any file as an e-mail: "Either

  • Error in my form

    dear gurus. this is written in my form in main window. PERFORM SCRIPT_CURR IN PROGRAM ZFI_RFFOUS_C USING &REGUH-RWBTR& CHANGING &G_RWBTR& CHANGING &W_CUR& ENDPERFORM. when ever i saw in my form utilities--prnting test--print priview , then i got this

  • Flip video file

    Just bought a Flip Video camera. I'm trying to take the video from the camera and import it into iMovie, but I'm getting stuck converting from QuickTime. Flip creates AVI files, which won't go into iMovie (or at least I haven't figured out how to do

  • CCMS agent not getting registered

    Hello, No activities carried out on Solman 7.1 & managed system CRM 7 As I was getting error in RZ21 of solman for agent of our CRM7 system while testing connection,I was trying to re-register sapccm4x agent on managed system CRM 7 So first I stopped

  • 10g error on initjvm.sql during manual db creation

    Hi all, I get an error after my (manual) database ceation when I want to install a jvm (on Suse linux 10g), I hope you can help. I've done several 'clean' installations by hand and several 'full' installations using the dbca. But I want to have a 'cl