Change Form Title.

Dear Expert.,
Pls tell me the method to change form title i have code as below :
If (pVal.EventType = SAPbouiCOM.BoEventTypes.et_FORM_LOAD) Or (pVal.EventType = SAPbouiCOM.BoEventTypes.et_ALL_EVENTS) Then
If pVal.FormTypeEx = "149" Then
oForm.Title = "สำนักงาน"
end if
end if
but it have problem when i choose from list or I do anything on this form... it will change to the standard form title..
Do u have the method to change it forever.?
Thanks for ur help.
sivhour.

do it in the eventtype et_FORM_ACTIVATE.
Regards,
Wilson

Similar Messages

  • How to Change Default Title and Icon of Forms 5.0 Runtime

    Whenever i run Forms 5.0 runtime , it always shows
    'Developer 2000 Forms Runtime for Windows 95/ NT'.
    If i set a title to the main window then also the above message preceeds my Title of Window.
    Is there any way to remove that ????
    My Application is ready for delivery but the only problem is this title message. and also,, I want to change my own ICON in place of deafult icon
    How to do that

    Hi,
    You can always change you Window title at runtime.
    On Windows, You ALWAYS have a container window (There is an option from 5.0 onwards to avoid this container window) and at least one window in you applciation e.g. window0.
    Use the following command to change the title of the MDI window:
    set_window_property (FORMS_MDI_WINDOW,title,'My Application');
    For window0, try this:
    set_window_property ('WINDOW0',title,'Registration of Employee');
    Please see all the options available in the online help of forms under SET_WINDOW_PROPERTY.
    Bye,
    Vani
    null

  • How can i change the title in the system form 'Sales Order Form'

    hai
    how can i change the title in the system form 'Sales Order Form'  and then how can i call this form?

    Hi Sanjoy,
    You find the form property like this :
    SAPbouiCOM.Form oForm = null;
    oForm = SBO_Application.Forms.Item(pVal.FormUID);
    oForm.Title = "New Title";
    Michael

  • How to change the title of a block/form/table in the WebIC CRM 2007 ?

    Hi,
    We want to change the title of a block in the work area for example from 'Account details' to 'Partner details'.
    After investigation we think that we have to change the text in SOTR_EDIT transaction by editing the Alias or defining a new one with the desired title.
    The problem is that when we search for the alias in the OTR maintain initial screen , we get a list and we don't know which one is the alias associated to the title of our view..
    Is it the right way to proceed or is there any other solution ?
    Your help is highly appreciated.
    Regards
    Nabil.

    Hi Nabil,
    Its so simple,
    Go to the Component/ View : BP_HEAD/BPHEADOverview
    Click on the CONFIGURATION tab.
    Alt+Click on the BP_HEAD : AccountViewSet : Account Details
    Juss Change the Title Account Details to Partner Details.
    That's it. Your block title is changed now from Account Details to Partner Details.
    Best Regards,
    Shiven

  • Change a system form title

    Hi all,
    I want to modify the BP master data form title.
    I have developed an add-on where i used a BP master data form. when i click on my submenu the BP master data form is activate but i won't the title "Business Partners master data". I want "Fiche consignataire" when BP master data form is activate.
    Help me please.

    Hi,
    If I understand you question wll you should try this:
    Select Case pVal.FormTypeEx
        Case "134"
            Select Case pVal.EventType
                Case SAPbouiCOM.BoEventTypes.et_FORM_LOAD
                    Dim form As SAPbouiCOM.Form = SBO_Application.Forms.Item(pVal.FormUID)
                    form.Title = "my title"
            End Select
    End Select
    Hope it helps,
    D.

  • How do you change the title of a validation alert?

    Hello I have some <CFINPUT> code with validation
    onSubmit that is working well. The problem is my boss wants me to
    change the title text on the alert. The alert is generated by the
    <cfinput> validation and not actually in the code I write.
    How would I go about changing the title? To be clear this would be
    the title usually in blue in the alert window that has the X to
    close the window on the right hand side.
    Here is a sample of my code that is using the validation...
    Thanks in advance for your help!
    Dave

    quote:
    Originally posted by:
    north.dave
    I am using <cfform> is that the same as using an HTML
    form?
    If the format attribute is "HTML" or omitted, then yes. The
    error messages created via cfinput are displayed in a Javascript
    alert dialog. The alert dialog can display a user defined message
    but the title cannot be changed.
    This is an older reference (but still accurate)
    http://docs.sun.com/source/816-6408-10/window.htm#1201497

  • Is possible change the title with Acrobat Pro 9?

    Hi,
    I'm using Acrobat Pro. 9, and i'm programing with C#.
    My question is: Is possible change de title in a pdf?
    I'm using this two metods and nothing the nothing, the title no change.
    ---- 1 form ------
    PdfStamper pdfStamper = null;
    pdfStamper = new PdfStamper(pdfReader, pdfOutputFile);
    System.Collections.Hashtable info = new system.Collections.Hashtable();
    info["«Title»"] = "";
    pdfStamper.MoreInfo = info;
    --- 2 form -------
    Object ObjTitle = pdDoc.GetInfo("Title");
    titulo = Convert.ToString(ObjTitle);
    ObjTitle = "";
    Regards,
    Toni.

    It is possible with the Acrobat SDK. You seem to be using iTextSharp, which is not an Adobe product, so you would probably get a faster response on forums that deal with iTextSharp.

  • Item ID for Minimize, Maximize button at system form title bar

    Hi,
    Can anyone help me out finding Item ID for Minimize, Maximize and close buttons at system form title bar (Left side Title of form and right side three buttons). I need ID for these items, if anyone knows please reply. will appreciate help on same.
    Thanks,
    Jay

    I'm tryin to get over with Item master screen strech machenism. I've Added matrix at pane 6 and position is not fixed when ever form is rezised or base product font size is changed. I've alredy tried providing values to top left width height through oexisting item vaues, I'm not using any integer value. Let me know if i can freez it's position ....... Sample code below
    oExistingItem = oForm.Items.Item("174")
    oItem = oForm.Items.Add("mtx_MFGALS", SAPbouiCOM.BoFormItemTypes.it_MATRIX)
    oItem.Top = oExistingItem.Top + oExistingItem.Height + oExistingItem.Height
    oItem.Width = oExistingItem.Width + oExistingItem.Width
    oItem.Height = oExistingItem.Width
    oItem.Left = oExistingItem.Left
    oItem.FromPane = "6"
    oItem.ToPane = "6"
    oMatrix = oItem.Specific
    oMatrix.Columns.Add("Col0", SAPbouiCOM.BoFormItemTypes.it_EDIT)
    oMatrix.Columns.Item("Col0").TitleObject.Caption = "Line #"
    oMatrix.Columns.Add("Col1", SAPbouiCOM.BoFormItemTypes.it_EDIT)
    oMatrix.Columns.Item("Col1").TitleObject.Caption = "Name"
    oMatrix.AutoResizeColumns()
    Regards,
    Jay

  • Change Form Name

    Dear All,
    Is it possible to change the form name in any module of SAP B One. I want to change form name of A/R down payment request is it possible to do this in main menu of module. If yes please let me know the procedure.
    Thanks
    swapnil

    Hi SWAPNIL,
    Rahul is partially correct. You can change Purchase documents' name/form title from the document numbering form (AdministrationSystem IniticalizationDocument Numbering).
    For Sales documents yes, you really need to use the UI API.
    Regards,
    Vítor Vieira

  • How to change windows title

    Hello friends
    How can I change the title "Oracle9iAS Forms Services - Microsoft Internet Explorer" to "my title" at forms run time?
    From
    Chirag Patel

    Chirag,
    which icon do you mean, the Browser icon? There is not much that you can do against it. Though a Browser allows you to change the title from a HTML page, you don't have access to the icon.
    Frank

  • Is it possible to change the title of a webpart using client object model/c#/sharepoint online

    Hi folks!
    I have been busted my butt trying to Write a program changing the title of an existing webpart on on of our subsites on SharePoint online. But I keep getting an error in the very last context.executequery. Tried a bunch of different approaches, but I can't
    make it work. Before I start posting code; I Wonder if anyone have ever done this?
    Its a plain Windows form application, using Visual studio Express and the Client Object model. (Listsing the titles of the webparts Works but changing titles seem impossible. Thought it might be a checkin/out problem but it doesn't make a difference).
    Any help would be highle appreciated.
    Lars

    It depends: are you using the default style for Text Captions? In that case you can change the default style in the Object Style Manager and have it applied to all Captions.
    Or you can change one text caption, and in its Properties panel choose the option 'Save Changes to existing style' from the menu top right (see screenshot). Both methods will work if you didn't override the default Caption Style for those captions. Beware: Quizzing objects can use another style.

  • Changing Window title programmatically

    I'd like to change the Windows title of a 10g Form whenever the user moves to a different canvas. I know I can change the title with the Set_Window_Property built-in but how can I detect when the canvas has changed?

    Why don't you want to use the When-Mouse-Click trigger ?Maybe the user can use Tab to navigate to a new canvas. And blocks can be split over 2 canvases, so when-new-block might not work either.
    A form-level when-new-item-instance trigger which reads the canvas property of the item would probably solve the problem. It's a bigger overhead that you need but it's uncomplicated programming.

  • ChooseFromList form title

    Hi All,
              I have my choosefromlist from a user-defined table registered as a user-defined object. My problem is I would like to change the form title of that form instead of using this format: <List of (Name of the object in User-Defined Object Registration)>. Thanks.
    Regards,
    Rodmann

    Du,
    It is just the requirement of my functional to have a more descriptive title of my choose from list. Thanks anyway..
    Regards,
    Rodmann
    Edited by: Rodmann Navarro on Nov 24, 2009 4:06 AM

  • Batch change of titles

    I was just sorting my photos of my last vacation (around 1100). For better orientation I changed the titles of the photos by batch change, with automatically generated subsequent numbers. When I used the 'sort by titles' command from the menu my whole sorting of my photos got mixed-up. Because the automatical sorting of iPhoto does not support simple subsequent numbers!!! Instead of 1, 2, 3...9, 10, 11 iPhoto is sorting 1, 10, 11, ...2, 20, 21, ... This is simply outragous! I could strangle the guy who programmed this part and didn't think of this simple issue. He or she was probably a former Microsoft worker!

    When using numbers to order files, it is necessary to pad the correct number of zeros in the earlier numbers. Meaning, if you have 99 files, you need to start with 01, 02, 03. If you have 100 to 999 files, then you have to start with 001, 002.
    This is true with titles in iPhoto, but also true with the order of any files in the Finder. Simple issue or not - it's been this way with Mac for quite some time.
    Regards.

  • Adobe form title won't print in BOLD font

    Hi Gurus,
    When creating an adobe form, I used the standard PM form interface and created my own form design.  I have a problem with the form title which should appear in the header of my page as it currently does.  The problem is that I can't change the font size or format (I can change it but the format isn't reflected in the output).  It is a bound read only text field using the field TITLE_PAGE-TITLE imported by the standard interface.
    Is it not possible to format bound fields?  I have some text fields which are static and the bold formatting works fine.
    Regards,
    Simon

    I see no one has answered, it may have been a stupid question.  I've realised that it is obviously possible and very simple but I've had problems with activation.  For some reason every time I activate and test the form with real data it reverts to a former version, this is why my text wasn't appearing in bold.  The only way I have been able to get around this problem is by downloading the form, deleting it in SAP and then uploading it again, a bit of a pain but it works.
    If anyone has any ideas on what the prob could be I would appreciate any answers,.
    Regards,
    Simon

Maybe you are looking for

  • How can I set an alarm clock set to a time zone?

    Hi, I am about to go traveling quite a bit in multiple time zones. However, I have to take medication every 24 hours. I use the iPhone alarm to set a time. Is there a way I can adjust it so it goes off whenever it is, say 10pm in US eastern time zone

  • Why is Photoshop Elements 8 not saving a psd file as a pdf now that I purchased Adobe Acrobat XI Pro?

    Why is Adobe Elements 8 not saving a psd file as a pdf after I started using Adobe Acrobat XI Pro instead of my CS3 Pro? Both Adobe software is up to date and before I switched to Acrobat XI Pro, it worked fine. Help please...

  • Mavericks upgrade -- USB 3.0 only at 480Mb

    On my early 2011 macbookpro, Mavericks upgrade from Mountain Lion  seems to have slowed my usb 3.0 speed. Though it says 3.0, speed is maxing out at 480Mb. Blackmagic speed test confirms.  I've tried this with two different Toshiba usb.3.0 drives. Th

  • Videos app is badly broken

    Has anyone else experienced this? On my home iTunes server, I have about 40 or so seasons of different tv shows.  Maybe 10 of them are from iTunes, but most have been ripped from my DVDs. In previous versions of iOS if I remotely connected to my serv

  • Compiz 0.9.4 packages uploaded.

    Hi, I decided to upload some alternative packages for Compiz 0.9.x as the existing packages have not been updated from 0.9.2. These alternatives install as per the stable release and are intended to replace it. Ubuntu uses 0.9.4 so hey, why not I hav