Implements the progress bar in user defined form

Hi Experts,
As i am new to SAP B1 add on development field so i wants  to set the progress bar in user defined screen through sdk code. Can you guide me?
Regards,
silambu

Rahul,
         It is really helped to me. But progress bar only showed.I need  Loading part  mention by some color or something..
my coding...
Dim progress As SAPbouiCOM.ProgressBar
progress = oApplication.StatusBar.CreateProgressBar("Importing Data From Excel", oMatrixTml.VisualRowCount, True)
           progress.Value = 0
            For i As Integer = 0 To dataset.Tables(0).Rows.Count - 1
                If i <> 0 Then
                    oGFun.SetNewLine(oMatrixTml, oDBDSDetail, 0, "")
                    oDBDSDetail.SetValue("U_Check", i - 1, "Y")
                    oDBDSDetail.SetValue("U_DelrCode", i - 1, dataset.Tables(0).Rows(i)("F3").ToString)
                    oDBDSDetail.SetValue("U_OrdrType", i - 1, dataset.Tables(0).Rows(i)("F4").ToString)
                    oDBDSDetail.SetValue("U_OrderNo", i - 1, dataset.Tables(0).Rows(i)("F6").ToString)
                    oMatrixTml.LoadFromDataSource()
                    progress.Value += 1
                End If
            Next
           progress.Stop()   // stop the progress bar
            progress = Nothing
Thanks,
Silambu

Similar Messages

  • Where has the progress bar gone from the bottom of my form

    The progress bar has DISAPPEARED from the bottom of my forms. They are questionnaires so it is essential that I have them!
    Has the feature been removed or is it just a bug?

    It no longer appears for a one page form or on the last page of a multiple page form.
    Are you not seeing it on other pages of a multiple page form? Can you send a link to your form to [email protected] so we can take a look.
    Randy

  • How to show the progress bar on forms?

    Hello ALL,
    How should we show the progress bar in our forms screen so we can see how much work is remaining?
    For example if we are performing some task through forms, what code and on which trigger we placed this code in order to show the progress bar that inform us about the task in progress.
    Thanks
    malan

    Hi,
    Shouldn't the oracle forms' support the progress
    bar?
    I prefer to have a code which shows progress bar on
    forms.
    Can some one have this code ?
    ThanksPJC progress bars are shown on the form and forms support progress bar and coding itit's relatively easy.
    If I were you I would take Francois' advice and type in "progress bar" in the lil search box :)
    It's a wonder what a lil search can show you
    Tony

  • Include the COPY TO Option in User Define form

    Hi Experts
    How can we include the COPY TO Option in User Define form
    Thanks In Advance
    A S VAMSI KRISHNA

    Hi,
    In SAP B1 i think there is no default functionality  for copy to in user defined form. As Parminder said you can use the control button combo and write your own method for populating  data.
    Regards
    Arun

  • Base Document and Target Document Menu for User Defined Forms

    Hi Experts,
    I am facing a problem regarding enabling the menu "Base Document" Menu UID="5898" and "Target Document" Menu UID="5899" . Both of these menu Items are not enabled for User Defined Form .Actually I have developed a user Defined form for Purchase Requisition that targets Purchase Order . User can Copy Line Items From Purchase Requisition to Purchase Order and I am tracking the DocEntry and LineId of PR into PO Item's using UDS . I want to Open this PR Document upon Click of BaseDocument Menu .I have tried all the options. I have used Form.enableMenu() method also . But none of those options work for this menu . I ahve also searched about this problem i this forum also but there is no soultion so far posted regarding this.
    I really want to confirm whether it is possible or not using SDK for User Defined Forms . Is there any possiblity of implementing any WorkArounds and Having this feature implemented .
    I am Expecting a true solutions as this Forum has so many Experienced Experts .
    Thanks and Regards,
    Pooja Singh.

    Hello Poja,
    It is not possible, because the requested menus are depending on the forms, and the are not exists,
    WorkAround:
    add the menus to the User Defined forms, and use right click to activate them:
    oForm.Menu.Add("5898", "Base Document", BoMenuType.mt_STRING, oForm.Menu.Count)
    oForm.EnableMenu("5898", True)
    And hanle the menu event when you clicked them and the form is your custom form.
    Regards,
    János

  • What does the progress bar mean?

    I have just started using TM after installing Leopard a few weeks ago. My plan is to continue to use Super Duper to do a weekly, bootable backup, but to use TM for essentially data backup. With that in mind, I have excluded system files, applications, and other partitions on the backup drive, figuring that the actual amount of data to be backed up will be relatively small.
    On it initial backup the progress bar showed 30 GB possible and when the progress bar showed 10 GB, which was far more than I had anticipated, I stopped it, thinking that I needed to fine tune what I was excluding. When I look at the file, backups.backupdb, I see that it's right around 2 GB right now.
    This leads me to believe that the progress bar on the initial run is only indicating how much of the data has been evaluated not necessarily how much has been backed up. Can someone confirm this or set me straight on just what the progress bar is telling me?
    -Bill

    One of the things I noticed is that I had indeed left out one of the partitions on the very drive that I am using as the TM backup. I know that TM won't backup its own backup, but I don't think it can identify other partitions on the same drive. The partition in question actually contains the SuperDuper backup, something I don't need on TM. I did go back and exclude it and the calculated backup dropped from 30 GB to 20 GB, which is still way in excess of what I am actually wanting to back up.
    Given what you have said about potentially damaging the backup, perhaps I need to start over. How would I go about doing this, just delete the existing backupdb file? Then go in and rework the excluded files and really narrow things down. This does seem, however, to defeat the process somewhat, the idea of just let it do its thing.
    Since my photos and music are already kept on an external drive, on the same partition, in fact, that I will be keeping the TM backup, those are files which do not come into the TM picture. Actually the more I think about this the more dicey it is becoming.
    What I have been doing up until now is doing a weekly SuperDuper backup and copying my Documents folder separately. I have five folders, representing up to five weeks in a month and would copy the Documents folder into week one the first week of the month and so on throughout the month. Then next month I would overlay week by week what I had done before. That assured me that I would always have one month of Documents should I restore a SuperDuper backup beyond what was in the Documents folder on that particular SD version.
    What I am wanting to do is essentially the same thing except use TM to backup the Documents folder. Perhaps that's a too narrowly defined and too difficult to implement use of TM. Perhaps I have to rethink this. Comments?

  • Opening a Crystal Report in B1 8.8 in a User Defined Form representing UDO

    Hi Experts,
    Is it possible to open a Crystal Report from a User Defined Form representing my UDO?
    I had developed a 'Vendor Quotation' UDO and its  User Defined Form
    I wanted to show the report while clicking the Preview menu in SAP B1 8.8 toolbar.
    I have created the Crystal report and used the record selection as {@OVQT.DocEntry} = {DocKey@}
    Please help
    Also, is it possible to add Print layout and assign a default Print layout to this User Defined Form?
    Thanks in advance
    Regards
    Arun

    Hi,
    I also face the same problem. I make a master type using UDO. But i want to print it.
    In my opinion ( i haven't tried this way ). If we make a UDO ( master or document type ) , we will find the docentry and object field in our UDT. Both of these will connect between SAP form and Crystal report. In crystal report we select the tmsp_doclinetypelayout. It is a store procedure which will connect between SAP form and CR. Before that try to modify this SP by adding the udo object.
    Fyi, if i'm not mistake dockey is connected to docentry SAP form.
    Thanks
    regards
    bodhi86

  • ITunes store won't load. The progress bar freezes at about 50% and I get nothing but a white screen.

    I'm running iTunes 10.5 beta 7 but this issue has been happening since I was running 9.  One day I clicked on a link for an app I saw on techcrunch and it pulled up in iTunes as being in the UK store.  I clicked ok and my iTunes hasn't worked since.  I can log into my account but can't access anything in the store or Ping.  I've googled this issue and found some similar sounding stories but none of the solutions have worked.  I've uninstalled and reinstalled, turned of the itunes store in parental settings and checked "except for iTunes U", I've uninstalled apple aplication suport and installed safari and every other option I have found and nothing has worked.
    Sometimes if I let it sit long enough what looks like an unstyled version of the store comes up but is completely unusable.
    Just to be clear, this has been happening since before I was running any beta software or OS.
    Any help would be greatly appreciated.

    Thank you gchin.
    I emailed apple support and they got back to me, I did what he said and it's fixed! SOLUTION found- see below.
    I said:
    "I can't access the iTunes Store. When I click on it the progress bar stops at 50% and I'm left with a blank white screen (no error msg). I have uninstalled and reinstalled, run the iTunes diagnostics (it said all was ok), gone through all of the online help material and I've tried turning off my firewall. Nothing works. I can't sync my iphone either (stops on verifying iPhone so I think it's getting stuck on trying to contact the store). Plzz help."
    They replied:
    "Greetings from Apple iTunes Store Customer Support! I am ########.
    I understand that you have had issues accessing the iTunes Store. I know how eager you are to have this issue resolved. I will certainly assist you.
    #########, for this, I recommend that you attempt to resolve this issue by once again uninstalling iTunes and QuickTime, and then reinstalling the latest version of each. To do this, first ensure that you are logged in to an Administrator user account on your computer, then follow the instructions in the appropriate article:
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista:
    http://support.apple.com/kb/HT1923
    Note: Titles you purchased from the iTunes Store or imported from CDs are saved in your iTunes folder by default and are not deleted by uninstalling iTunes. Backing up your iTunes Library regularly is recommended.
    After successfully uninstalling iTunes and QuickTime, please ensure you have upgraded to the latest Service Pack for Windows by installing all updates available to you on Microsoft Windows Update:
    http://update.microsoft.com
    Once you have the latest Service Pack for Windows installed, download and install iTunes for Windows (which includes QuickTime):
    http://www.apple.com/itunes/download
    If you continue to experience difficulty with this issue, you may wish to contact Apple technical support. A representative will be able to tell you about Apple's complimentary and fee-based support options and can help you determine which option might be most helpful.
    Please find the appropriate phone number here:
    http://www.apple.com/support/contact/phone_contacts.html
    Thank you for contacting iTunes Store Support. Have a nice day!
    Sincerely,"
    AND IT WORKED happy customer.

  • User Defined Form problem...

    Hi,
    I have the Item Master Data form opened with the User Defined Form opened.
    Now the Form has the focus and I'm trying to get an User Defined Item control on the User Defined Form
    but it says Form not found and I did try to select it or to use the GetForm with the "-" + TypeEx of the current form but nothing seems to work.
    Any idea how I can switch from the form to the User Defined Form on which I need to get the control ?
    I havfe to mention that I'm trying it on a second opened Item Master Data form so the FormTypeCount = 2  Could it be a BUG ?
    Edited by: Marc Roussel on May 28, 2009 4:20 PM

    if (mo.ItemUID.IndexOf("U_") != -1)
        oCurrentForm.PaneLevel = 1; // I tought this could help since the UDF form has a pane level of 1 but it does nothing.
        oCurrentForm = _SBOApplication.Forms.GetForm("-" + FormType.ToString(), FormTypeCount);
        // I get a Form not found here............ HUH WHY ??????? It's there and visible.  I DON'T UNDERSTAND...
        // and FormType is really "150" which is the actual form opened......

  • Is it possible to resume play from any point on the progress bar in FLV player

    Is there a way to allow a user to move playhead to any point on the progress bar (including much ahead of the loaded portion of the movie) and resume play from there?
    Presently a user can skip ahead only as far as the download happened.
    Just in case there is no conflict with my set up, here is the code I have:
    import fl.video.VideoProgressEvent;
    stop();
    close_btn.addEventListener(MouseEvent.CLICK, onClick_GoBackToHowTo2);
    function onClick_GoBackToHowTo2(event:MouseEvent) :void {
              gotoAndPlay("howto");
    SWF_flv2.addEventListener(Event.REMOVED_FROM_STAGE,stopF2);
    function stopF2(e:Event):void{
    SWF_flv2.stop();
    SWF_flv2.closeVideoPlayer(1);  // actually, you can execute this after the stream completes, too so there's no need to check.
              play_btn.addEventListener(MouseEvent.CLICK, onClick_Play);
              function onClick_Play(event:MouseEvent) :void {
                        SWF_flv2.play();
    SWF_flv2.addEventListener(VideoProgressEvent.PROGRESS,progressF);
    function progressF(e:VideoProgressEvent):void{
    if(e.bytesLoaded == e.bytesTotal){
    trace(e.bytesLoaded,e.bytesTotal);
    SWF_flv2.play();
    SWF_flv2.activeVideoPlayerIndex=1;  //this assigns the player index
    SWF_flv2.visibleVideoPlayerIndex=1; //this assigns the player index
    SWF_flv2.source = sourceVar;  //source must come after assigning the index/s
    SWF_flv2.play(); //starts buffering the sourceVar
    SWF_flv2.stop(); //starts buffering the sourceVar

    Besides kglad's excellant response, there is also the option to use "http pseudostreaming".
    This will also give you the ability to "seek" to sections of a video file which are not yet downloaded. It is typically cheaper than using FMS or RED5, but still may require that you have a dedicated server account (which is much more expensive than a shared server account). But check with your Web host, some offer pretty good options for enabling http pseudostreaming:
    http://flowplayer.org/plugins/streaming/pseudostreaming.html
    Best wishes,
    Adninjastrator

  • Give authorisation To User defined form

    How to give authorisation to User defined form
    Regards,
    Pravin

    hi,
    After you have created the additional Authorization in Additional Authorization Creator window you still need to define the authorization in the Authorization Window located at Administration -->> System Initialization -->> Authorizations -->> General Authorizations. then select your desired user and assign your desired Authorization.
    regards,
    Fidel

  • Type property for user defined forms

    Hi,
    When creating a user defined form using Screen Painter,
    how can we assign Type property for the form so that we are sure it will not clash with system forms in the future?
    Thanks,
    Satish.

    Thanks Juli
    Just one last question. It it be alright to assign a text value(Partner namespace in front) for the form type property.Does it have any drawbacks?
    Thanks,
    Satish

  • MacBook Pro, 2012, can't get past boot up screen and the progress bar never fills.

    Any thoughts on why or a different command that I can try while powering up?
    I press the power button, and it dings per usual. Then the first gray screen pops up and it starts spinning. Then a progress bar appears. It fills about a quarter of the way, and then the screen goes black and the computer shuts down.
    Any thoughts on why this might be happening and anything I can try to help boot it back up would be great. Thanks!

    Then a progress bar appears.
    The progress Bar appears when your Boot drive will not mount. It runs a task similar to Disk Utility (Repair disk) and shows you the progress. It is normal for the bar to only fill less than a third of the way.
    If your Mac then shuts down, this is because the Repairs could not be completed. Your Boot Drive (either the mechanism or the contents) is in trouble.
    Try booting to Recovery Mode, and attempt to make the repairs form there.
    If no joy, buy a drive that could replace your Internal drive, and an enclosure to place it in while you Install a new copy of Mac OS X form fundamental sources. Making a complete copy of a drive you know to be damaged is not generally helpful, but may be needed later if you do not have a Backup.
    The advice to erase your drive should be ignored. It was invented long ago, when drives cost US$1000, and the prize was getting the drive mechanism working again.

  • Lock the progress bar in the Adobe Captivate 5.5 playbar.

    I recently read some interesting postings from cpguru website. One of them is how to lock the progress bar.
    (http://www.cpguru.com/tutorial-lock-the-progress-bar-in-the-adobe-captivate-playbar/)
    It says that we can lock the progess bar with simple three lines of AS2 code.
    this.stop();
    delete _root.cpPbcBar_mc.pbcBar_mc.pbcSlider_mc.onMouseDown;
    delete _root._level0.cpPbcBar_mc.pbcBar_mc.pbcSlider_mc.onMouseDown;
    I would like to use this code, but my captivate version is 5.5, which means
    I do need to have AS3 code. Is there anyone who already figure out how to do it with AS3?
    If so, could you give me some guidance.
    Sami

    Hi Sami,
    I am not sure if you would like to hide it or lock it.
    I can recommend you to use the a system defined variable and set it to hide the play bar on ceratin slides so it would not appear on those slide.
    Thanks!
    Anjaneai

  • HT4623 I am upgrading my iPad to iOS 7 but the progress bar is at 1/4 position for two hours and not moving forward. Is there any problem with it? What should I do? Thanks.

    I am upgrading my iPad to iOS 7 but the progress bar is at 1/4 position for two hours and not moving forward. Is there any problem with it? What should I do? Thanks.

    This is a concern amoung many corporate users.  It's going to take somekind of policy change with apple.
    Enterprise support:
    Call enterprise support  (866) 752-7753  to create  a case ID number

Maybe you are looking for