How to Change ASP form Layout?

Hi,
I am trying to create an Asp.net form. but all the buttons are stuck with each other I cannot move them simple by draging them and put them any where on the form where I want, in the design pane. How will i change this layout?
Azwar

Posting in a sql server forum probably isn't much help.  Try the ASP forums
ASP forums

Similar Messages

  • How to change the default Layout Of the Error Page (to hide Home link)?

    How to change the default Layout Of the Error Page (to hide Home link)?
    If a user want to view some page that he/she don't have access to view it, a error page with this message will be displayed.
    "You do not have permission to perform this operation. (WWC-44131)"
    The error page, have in the Upper right page, Home link and Help link.
    My question is, How to Hide HOME link and HELP link in the Page?
    I try to find the template of the page, but failed to do that.
    Can anybody help?..it urgent.
    Thanks.

    Modifying the error page is not supported in the current release of Portal (9.0.2). You will be able to do this in the upcoming 9.0.2.6 release, planned for the end of May.
    Regards,
    Jerry
    PortalPM

  • How to change the standard layout sets in ALV List

    Hi Gurus,
    How to change the standard layout sets in ALV list.
    Is there any standard program ? or specific way to acheive this?
    Kindly drop some clues?Every valuable clues rewarded more points........
    Thanks in Advance,
    Dharani

    Hello Dharani
    All required function modules can be found in function group SLVC (assuming that you are using OO-based ALV or, at least, fm REUSE_ALV_GRID_DISPLAY_LVC):
    LVC_VARIANT_DEFAULT_GET (Read default display variant (description only, w/o field catalog))
    LVC_VARIANT_EXISTENCE_CHECK
    LVC_VARIANT_F4 (Display variant selection dialog box)
    LVC_VARIANT_SELECT (Read a display variant)
    For a sample report using LVC_VARIANT_DEFAULT_GET have a look at BCALV_GRID_10.
    Regards,
      Uwe

  • How to change the page layout to fit 2 portlets in a row?

    Hi,
    I am very new to Plumtree portal, please be gentle.
    We are in the trial and design phase for our company's portal and we are tring Plumtree now.
    We selected the page layout as one narrow panel and one wide panel. In the wide panel, I have a wide portlet to fit the whole row on the top, then we want to divide to 2 columns under the first portlet as the middle section of the page, so that we can place 1 chart on left side and 1 chart on right side of the wide panel.
    HOW TO DO IT?
    also, now I developed 2 testing portlets in vb.net. Top one is the wide one. The 2nd one is a chart, when I deployed it in the page, the chart overlaps the top portlet! HOW TO FIX IT?

    By default you can only lay out the portlets in the assigned columns and cannot span, but you could try cheating (I don't know what the impacts of this might be, though, so be careful)
    Change the layout to a 2-column that also has a content canvas (darker gray box). For your portlet you want to have span both columns, set it up as a content canvas (you may have to re-register it). I think that might work, but... honestly, I don't know enough about content canvas settings to konw what might happen down the road. I'm hoping "a portlet is a portlet is a portlet"
    Like this...
    [         content canvas         ] <-- put your portlet here
    [ narrow ] [         wide         ]
    It also sounds like you're using gridlayout on your .NET portlet - you'll want to change that to use flow. Grid will use absolute positioning (bad here). I'd suggest reading the .NET web consumer install / developer PDF for additional info on how to get ASP.NET portlets to work.

  • How to change the form of a COPA report?

    Hi,
    I want to change the form of a COPA report. How can i do that?
    Moderator: Please, search SDN

    Save it back.
    InfoObject.save or InfoStore.commit(InfoObjects).
    Sincerely,
    Ted Ueda

  • How to customise ADF form layout

    Hi,
    I've an oracle form in the below format, how can I create similar form layout using adf form components?
    Field
    Field
    Field
    Field
    Field
    Field
    Box for photograph
    Field
    Field
    Field
    Field
    Field
    Field
    Field
    Field
    Field
    Field
    Field
    Field
    Field
    Field
    Field
    Button
    Button
    Field
    Field
    Field
    Field
    Field
    Field
    Field
    Field
    Field
    Thanks

    Hi Arun,
    here it is...
    <af:panelGridLayout id="pgl1">
                        <af:gridRow marginTop="5px" height="auto" id="gr1">
                            <af:gridCell marginStart="5px" width="20pt" id="gc1" marginEnd="1px">
                                <af:inputText value="#{bindings.EmployeeId.inputValue}"
                                              label="#{bindings.EmployeeId.hints.label}"
                                              required="#{bindings.EmployeeId.hints.mandatory}"
                                              columns="#{bindings.EmployeeId.hints.displayWidth}"
                                              maximumLength="#{bindings.EmployeeId.hints.precision}"
                                              shortDesc="#{bindings.EmployeeId.hints.tooltip}" id="it1">
                                    <f:validator binding="#{bindings.EmployeeId.validator}"/>
                                    <af:convertNumber groupingUsed="false" pattern="#{bindings.EmployeeId.format}"/>
                                </af:inputText>
                                <af:inputText value="#{bindings.JobId.inputValue}" label="#{bindings.JobId.hints.label}"
                                              required="#{bindings.JobId.hints.mandatory}"
                                              columns="#{bindings.JobId.hints.displayWidth}"
                                              maximumLength="#{bindings.JobId.hints.precision}"
                                              shortDesc="#{bindings.JobId.hints.tooltip}" id="it6">
                                    <f:validator binding="#{bindings.JobId.validator}"/>
                                </af:inputText>
                            </af:gridCell>
                            <af:gridCell marginStart="5px" marginEnd="5px" width="20pt" id="gc2">
                                <af:inputText value="#{bindings.FirstName.inputValue}"
                                              label="#{bindings.FirstName.hints.label}"
                                              required="#{bindings.FirstName.hints.mandatory}"
                                              columns="#{bindings.FirstName.hints.displayWidth}"
                                              maximumLength="#{bindings.FirstName.hints.precision}"
                                              shortDesc="#{bindings.FirstName.hints.tooltip}" id="it2">
                                    <f:validator binding="#{bindings.FirstName.validator}"/>
                                </af:inputText>
                                <af:inputText value="#{bindings.LastName.inputValue}"
                                              label="#{bindings.LastName.hints.label}"
                                              required="#{bindings.LastName.hints.mandatory}"
                                              columns="#{bindings.LastName.hints.displayWidth}"
                                              maximumLength="#{bindings.LastName.hints.precision}"
                                              shortDesc="#{bindings.LastName.hints.tooltip}" id="it3">
                                    <f:validator binding="#{bindings.LastName.validator}"/>
                                </af:inputText>
                                <af:inputText value="#{bindings.Email.inputValue}" label="#{bindings.Email.hints.label}"
                                              required="#{bindings.Email.hints.mandatory}"
                                              columns="#{bindings.Email.hints.displayWidth}"
                                              maximumLength="#{bindings.Email.hints.precision}"
                                              shortDesc="#{bindings.Email.hints.tooltip}" id="it4">
                                    <f:validator binding="#{bindings.Email.validator}"/>
                                </af:inputText>
                                <af:inputText value="#{bindings.PhoneNumber.inputValue}"
                                              label="#{bindings.PhoneNumber.hints.label}"
                                              required="#{bindings.PhoneNumber.hints.mandatory}"
                                              columns="#{bindings.PhoneNumber.hints.displayWidth}"
                                              maximumLength="#{bindings.PhoneNumber.hints.precision}"
                                              shortDesc="#{bindings.PhoneNumber.hints.tooltip}" id="it5">
                                    <f:validator binding="#{bindings.PhoneNumber.validator}"/>
                                </af:inputText>
                            </af:gridCell>
                            <af:gridCell id="gc7">
                                <af:inputDate value="#{bindings.HireDate.inputValue}"
                                              label="#{bindings.HireDate.hints.label}"
                                              required="#{bindings.HireDate.hints.mandatory}"
                                              columns="#{bindings.HireDate.hints.displayWidth}"
                                              shortDesc="#{bindings.HireDate.hints.tooltip}" id="id1">
                                    <f:validator binding="#{bindings.HireDate.validator}"/>
                                    <af:convertDateTime pattern="#{bindings.HireDate.format}"/>
                                </af:inputDate>
                            </af:gridCell>
                        </af:gridRow>
                        <af:gridRow marginTop="5px" height="auto" id="gr2">
                            <af:gridCell marginStart="5px" width="50%" id="gc3"/>
                            <af:gridCell marginStart="5px" marginEnd="5px" width="50%" id="gc4"/>
                        </af:gridRow>
                        <af:gridRow marginTop="5px" marginBottom="5px" height="auto" id="gr3">
                            <af:gridCell marginStart="5px" width="50%" id="gc5"/>
                            <af:gridCell marginStart="5px" marginEnd="5px" width="50%" id="gc6"/>
                        </af:gridRow>
                    </af:panelGridLayout>
    I can create 3 rows 3 columns output but when I run it, the columns col2 and col3 are merging into col1.
    thanks

  • How to change a folder layout set using KM api?

    Hello,
    I'm developing a program using KM api that creates different folders with properties, permissions, ... I want to use a different layout set depending on the folder that i am browsing, but these folders are created dinamically, so I cant set a different layouts set for each one manually (Details > Display > ...).
    Does anybody know how I could do it using KM api? I mean, that every time I create a folder using KM api I should assaing dinamically the default layout set for this folder. I searched in the api and examples and I didn't find anything.
    Thanks in advance and best regards,
    JC

    Hi all,
    Problem solved... I decompiled standard code and I did what SAP do when they want to change a folder layout set:
    IResourceContext context = ResourceFactory.getInstance().getServiceContext("cmadmin_service");
    com.sapportals.portal.security.usermanagement.IUser puser = context.getUser();
    ICollection collection = (ICollection)ResourceFactory.getInstance().getResource(RID.getRID("folder_path"),context);
    IRepositoryServiceFactory factory = ResourceFactory.getInstance().getServiceFactory();
    ILayoutService layoutService = (ILayoutService)factory.getRepositoryService(collection, "LayoutRepositoryService");
    ILayoutContext userContext = layoutService.getContextForUser(puser, "");
    ContextProperties commonProperties = new ContextProperties(layoutService, collection, userContext.getAnonymousContext(), layoutService.getProfiles(), new HashMap());
    commonProperties.initFromPersistence();
    commonProperties.setSelectedProfileID("LayoutSetProfile");
    commonProperties.setSelectedLayoutsetID("ID_of_my_layout_set");
    ArrayList errormsg = new ArrayList();
    commonProperties.save(null, errormsg, false);
    Thanks and regards,
    jc!

  • How to Change UI grid layout on n73

    I noticed in the new update for the n73 this is one of the new features:
    Active Standby + UI Grid layout + application locations changed in-line with Pre-Space UI layout
    Could someone please tell me what this is and how to change this setting on my phone.
    thanks

    Hit "Options" when you're viewing the menu & choose the "Change view" option there to change the layout (to which ever menu layouts are supported).

  • How to create a form layout without borders

    hi,
    is there any way to create a form layout with the jsp page rendered without the borders?

    Does the following create a border??
    <hbj:formLayout id="myForm" marginTop="3px" marginRight="30px" marginBottom="5px" marginLeft="3px" width="400px">
         <hbj:formLayoutRow id="Row1" paddingTop="5px" paddingBottom="5px">
              <hbj:formLayoutCell id="Cell11" align="LEFT" paddingLeft="3" paddingTop="2" paddingRight="10" paddingBottom="5" width="10%">
                       <hbj:inputField id="if1" type="string"/>
                     </hbj:formLayoutCell>
         </hbj:formLayoutRow>
    </hbj:formLayout>
    Let me know,
    Regards,
    P.

  • How to change the videochat layout in FP 10?

    Hello!
    I´m developing an app that display the video screens in random positions on the stage. I already made some changes on the FP9 source code to achieve that and worked pretty well. but to be able to use p2p and speex, I need to move on to FP10, where I only have the FP10 swc.
    Is there a way to change the layout for FP10?
    more than glad for any (positive ) answer
    Bruno

    Hi ,
    Sorry for the delay, as the thanksgiving holidays are on these days. I got a chance to look at your problem and there are two issues
    a) You need to specify some width and height to WebcamSubscriber . This was not required earlier, but due to some of our recent changes , it is needed but the subsequent example was not updated for the check on our part.
    b) The UserDescriptor warning doesnot do any harm and all you need to do is some type casting.
    I am attaching the updated WebCamera code here. The code is just for some reference. You might hit some exception in VideoComponent but in case you are using player 9 source I can give you the fix for that source file also. These changes will be updated in the next SDK version releasing very soon. Thanks for pointing out the fix needed for the example.
    Instead of using repeaters , you can design your own layout, this code just points how to use multiple subscribers.
    Hope this helps.
    Thanks
    Hironmay Basu
    WebCamera.mxml
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"
                        xmlns:rtc="AfcsNameSpace">
         <mx:Script>
              <![CDATA[
                   import com.adobe.rtc.sharedManagers.descriptors.UserDescriptor;
                   import com.adobe.rtc.messaging.UserRoles;
                   import com.adobe.rtc.events.ConnectSessionEvent;
                   import mx.controls.Button;
                   import com.adobe.coreUI.controls.CameraUserBar;
                   import mx.core.UITextField;
                   import mx.controls.LinkButton;
                   import com.adobe.rtc.events.SharedPropertyEvent;
                   import com.adobe.rtc.sharedModel.SharedProperty;
                   import com.adobe.rtc.collaboration.WebcamSubscriber;
                   import mx.containers.VBox;
                   import com.adobe.rtc.events.UserEvent;
                   import com.adobe.rtc.sharedManagers.StreamManager ;
                   import com.adobe.rtc.sharedManagers.descriptors.StreamDescriptor ;
                        private var currentSubscriber:WebcamSubscriber ;
                        private var sharedProperty:SharedProperty ;
    This example shows how the camera component can be used with a publisher and a
    number of subscribers. The publisher has a big view while subscribers have a small view.
    A shared property is used to pass the stream to the publisher's user interface.
    Every user is provided with play and pause handlers.
                        private function onCreationComplete():void
                             cSession.roomManager.autoPromote = true ;
                             cSession.roomManager.guestsHaveToKnock = false ;
                             sharedProperty = new SharedProperty();
                             sharedProperty.isSessionDependent = true ;
                             sharedProperty.sharedID = "webcamShare2" ;
                             sharedProperty.connectSession = cSession ;
                             sharedProperty.subscribe();
                             sharedProperty.addEventListener(SharedPropertyEvent.CHANGE,onChan ge);
                             cSession.userManager.addEventListener(UserEvent.USER_REMOVE,onUse rRemove)
    @private
                        protected function onUserRemove(p_event:UserEvent):void
                             if ( sharedProperty.value && p_event.userDescriptor.userID == sharedProperty.value[0]) {
                                  sharedProperty.value = [] ;
    When the main big stream changes, all users can view it via the sharedProperty.
                        private function onChange(p_evt:SharedPropertyEvent):void
                             if ( currentSubscriber != null ) {
                                  clickedContainer.removeChild(currentSubscriber);
                                  currentSubscriber.close();
                                  currentSubscriber = null ;
                             if ( sharedProperty.value == null || sharedProperty.value.length == 0 ) {
                                  return ;
                             currentSubscriber = new WebcamSubscriber();
                             currentSubscriber.connectSession = cSession ;
                             currentSubscriber.subscribe();
                             currentSubscriber.webcamPublisher = webCamPub ;
                             currentSubscriber.publisherIDs = sharedProperty.value ;
                             currentSubscriber.addEventListener(UserEvent.USER_BOOTED,onCleare d);
                             currentSubscriber.addEventListener(UserEvent.STREAM_CHANGE,onCame raPause);
                             clickedContainer.addChild(currentSubscriber);
                             invalidateDisplayList();
    If the big image is stopped, clear it.
                        private function onCleared(p_evt:UserEvent):void
                             if ( cSession.userManager.myUserRole == UserRoles.OWNER ) {
                                  sharedProperty.value = [] ;
    Clicking on the small image below makes it large.
                        private function onClick(p_evt:MouseEvent):void
                             if ( (p_evt.currentTarget is WebcamSubscriber) &&  !(p_evt.target.parent is CameraUserBar)) {
                                  sharedProperty.value = (p_evt.currentTarget as WebcamSubscriber).publisherIDs;
                        override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
                             super.updateDisplayList(unscaledWidth,unscaledHeight);
                             if ( currentSubscriber ) {
                                  currentSubscriber.percentWidth = 100 ;
                                  currentSubscriber.percentHeight = 100 ;
    Handler for a user stopping the camera.
                        private function onBooted(p_evt:UserEvent):void
                             if ( (p_evt.currentTarget is  WebcamSubscriber) && (p_evt.userDescriptor.userID == cSession.userManager.myUserID || cSession.userManager.myUserRole == UserRoles.OWNER)) {
                                  webCamPub.stop();
                                  if ( (p_evt.currentTarget.parent as VBox).getChildAt(1) is Button ){
                                       ((p_evt.currentTarget.parent as VBox).getChildAt(1) as Button).label = "Start" ;
                                  if ( sharedProperty.value && (sharedProperty.value as Array)[0] == p_evt.userDescriptor.userID ) {
                                       sharedProperty.value = [] ;
    Handler for a user pausing the camera.
                        protected function onCameraPause(p_evt:UserEvent):void
                             var userStreams:Array = cSession.streamManager.getStreamsForPublisher(p_evt.userDescriptor.userID,StreamManager.C AMERA_STREAM);
                             if (userStreams.length == 0) {
                                  trace("onCameraPause: no userStreams");
                                  return;
                             for (var i:int = 0; i< userStreams.length ; i++ ) {
                                  if (userStreams[i].type == StreamManager.CAMERA_STREAM ) {
                                       break;
                             var streamDescriptor:StreamDescriptor = userStreams[i];
                             if ( streamDescriptor.streamPublisherID == cSession.userManager.myUserID ) {
                                  cSession.streamManager.pauseStream(StreamManager.CAMERA_STRE AM,!streamDescriptor.pause,streamDescriptor.streamPublisherID);
    Handler for the stop and start buttons.
                        private function onBtnClick(p_evt:MouseEvent):void
                             if ( p_evt.currentTarget.label == "Start" ) {
                                  webCamPub.publish();
                                  p_evt.currentTarget.label = "Stop" ;
                             }else if (p_evt.currentTarget.label == "Stop" ){
                                  webCamPub.stop();
                                  p_evt.currentTarget.label = "Start" ;
              ]]>
         </mx:Script>
         <!--
              You would likely use external authentication here for a deployed application;
              you would certainly not hard code Adobe IDs here.
         -->
         <rtc:AdobeHSAuthenticator
              id="auth"
              userName="AdobeIDusername"
              password="AdobeIDpassword"  />
         <rtc:ConnectSessionContainer id="cSession" authenticator="" width="100%"
               height="100%" roomURL="YourPersonalRoomUrl" >
               <mx:Panel title="Webcam Example" width="100%" height="100%"
                           paddingTop="10" paddingLeft="10" paddingRight="10" paddingBottom="10" creationComplete="onCreationComplete()">
                     <rtc:WebcamPublisher id="webCamPub" width="10" height="5"/>
                     <mx:VBox width="100%" height="100%" id="clickedContainer"/>
                 <mx:HBox horizontalGap="10" verticalGap="15" paddingLeft="10" paddingTop="10" paddingBottom="10" paddingRight="10" width="100%" height="25%">
                     <mx:Repeater id="rp" dataProvider="{cSession.userManager.userCollection}" width="100%" height="100%" >
                              <mx:VBox width="100%" height="15%" horizontalAlign="center" horizontalGap="5">
                                    <rtc:WebcamSubscriber webcamPublisher="" width="100%" height="100%" publisherIDs="{[(rp.currentItem as UserDescriptor).userID]}" click="onClick(event)" userBooted="onBooted(event)" streamChange="onCameraPause(event)"/>
                                    <mx:Button  label="Start"  click="onBtnClick(event)"  visible="{(rp.currentItem as UserDescriptor).userID==cSession.userManager.myUserID}" />
                              </mx:VBox>
                     </mx:Repeater>   
                 </mx:HBox>
        </mx:Panel>
         </rtc:ConnectSessionContainer>
    </mx:Application

  • How to change the Form field in Outlook 2011 for Mac ?

    Hey,
    I have Outlook 2011 on my Mac, and using Exchngae server 2008 for my emails. 
    In the exchnage server I have few differnet domain whic I use,
    In Microsoft Outllok I just can add the "Form" filed and change the email from whom I send,
    How can I define this in Outlook 2011 for Mac ?
    Thanks.

    Go into the List Advanced Settings, select Allow Management of Content Types.
    Go back to the List Settings, and go into the Content Type (e.g. Item). In the Content Type, click on Title, what is selected there? If it is not Optional, then do so and save the settings.
    Trevor Seward, MCC
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • How to change web-dynpro layout in preview ?

    hi there,
    i have a big problem:
    i want to hide fields from a web-dynpro-application. this is possible when i go to content admin, then open the iview with right click and PREVIEW. then with right mouse click + CTRL i get to the editor to hide field, change fields, etc...........
    so far so good, BUT: i have a dynpro, which is displayed after approving absences in ESS.
    i don't get to this dynpro as it is not possible for me to get to this dynpro, as i am (as admin) not a person who can approve such absences.
    how can i change this dynpro, when it does not work with preview ?
    reg, Martin

    Hi SAPTECHED / Evandro,
    You've TWO options to handle the default messages by WD framework:
    1# OnAction Without Validation:
    If you are using any onAction() event for your wdj form validation.. then open the Action method in Edit mode > Check the Without Validation check-box property > Save it. This would avoid calling the default validation messages that comes from Web Dynpro framework.
    2# Dictionary Messages Property file:
    Otherwise modify the messages_en.properties file part of SapDictionaryTypesRuntime.jar located in the server-side (this is usually part of com.sap.dictionary.runtime_2.0.0 plug-in at client-side [WDJ installed machine] system). And make sure you've a ORIGINAL copy of this property file.
    Hope this should resolve your query!
    Thanks,
    MS

  • How to change 10g forms url ?

    Hello,
    I developed forms in 10g forms developer and I can call my forms from web browser with default url like http://server:port/forms/frmservlet?config=myform.
    Is there anyway the change that url like http://myform.com or something?
    Thank you for your replies :)

    Well, the first thing to understand is that when you call the Forms Servlet (frmservlet) you are calling a java application and not static content like an html page. So, changing the URL isn't exactly as easy as it would be for a simple web page. On the other hand, hiding the the real URL or redirecting to the proper url can be done fairly easily.
    All of these assume you are using Application Server.
    OPTION 1 - Hide The URL +(more information can be found in MyOracleSupport note 300326.1)+
    <blockquote>There are several ways in which you can hide the real url, but probably the easiest will be to use an IFRAME. The only potential problem with this is that some security software or browser security settings may prevent this from working. So, here's what you do:
    1. Using an HTML or text editor, create a static html file with the following code. Replace my Forms url with your own.
    <HTML>
    <HEAD>
    <TITLE>My Application</TITLE>
    </HEAD>
    <FRAMESET  ROWS="100%,*" FRAMEBORDER=NO FRAMESPACING=0 BORDER=0>
    <FRAME SRC="http://someServer:port/forms/frmervlet?config=myconfg" NAME="redir_frame">
    </FRAMESET>
    <NOFRAMES>
    Sorry, your browser does not support frames.  Click <A HREF="http://someServer:port/forms/frmervlet?config=myconfg" TARGET=_top>here</A>
    </NOFRAMES>
    <BODY>
        <!-- ADD ANY EXTRA HTML CODE AS NEEDED -->
    </BODY>
    </HTML>2. In the Oracle home from where OHS is running, find the htdocs directory within the OHS (apache) directories.
    3. Rename "index.html", "index.html_original"
    4. Copy your html file to this directory and name it "index.html"
    It is possible that the html file being used is not "index.html". To determine the correct page, you may need to review your httpd.conf file as this is where the default page is set. Look for DirectoryIndex</blockquote>
    OPTION 2 - Redirect To The Proper URL
    <blockquote>1. Find and open httpd.conf
    2. Within the file, locate this: <Directory />
    3. Just below this line add the following. Use your own Forms url
    RedirectMatch ^/$ /forms/frmservlet?config=somewhere</blockquote>

  • F110 - How to change Payment Form to send to bank

    Hi friends,
    I am testing F110 and my target is to generate a file in the end of the process payment (F110) in the format/layout required by the bank and send it to the bank. Where can I change or define the file layoutto suit t to the bank layout?
    Thank you,
    Jean

    Hi Praisty,
    This is why we are going to execute payments trough a new bank and they need to receive payment information in a specific layout (their layout). We are going to make credit current account, for example.
    I configurated some bank information in FBZP, but now I need generate payment information in the layout informed in the layout that bank.
    There is already a configuration for that which was done to work witth another bank so I think I just need to know were it is and done and copy it it and adjust it to that new layout. (in the future will work with both banks).. I am not sure.
    Thank you,
    Jean

  • How to change font form large back to medium in iphone

    How do I change the setting in iphone 4 from large font back to medium

    Thanks been looking for how to do that for a while now

Maybe you are looking for