How To Edit Layout?

Hi,
I am very new to WebTools 2007.  Can someone give me a brief overview on how to change the layout of the various pages?  For example, can I graphically change the layout of the part detail page (partdetail.aspx) to move elements around and update the styles or do I have to do this with a text editor?  I can't seem to find any help for beginners to get 'started' on customizing the layout of an eCommerce site other than applying styles to the general layout and slots.
Thanks,
David

Hi David,
Always great to have more web developers working with webtools! I have a background very similar to yours. When it comes to things like modifying the partslist page is when webtools starts to get a bit more complicated for web based developers as opposed to application based developers. Webtools is written in C# (very similar to C) and much of the application is actually compiled into DLLs and these DLLs are copy written so the source is not available.
Some of the application is exposed, for example on the Partdetail.aspx page you will find many controls referenced that can be edited from the B1webtools/catalog/controls/ folder found under InetPub. The main thing to be careful of is not removing any controls from the page as often times these controls are being referenced by DLL running in the background. Instead you could set their visibility to false, something like this:
<asp:Literal ID="ltlPartDescription" runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.Description") %>' Visible="False"></asp:Literal>
So to answer your question, modifying the Partslist(other than removing columns) will involve building your own partslist using the API, but to edit partslist.aspx you can open up the partslist master page in a HTML editor and move things around or edit the individaul controls on the page.
Have you seen our demo themes at [www.businessoneecommerce.com]? The have modified master pages, but no modifications to the partslist or other hard coded areas of the application. Generally when i am modifying a theme, I tend to just edit the master pages to wipe out table formatting and add in divs and turn certain controls off, then i style the majority of the site with CSS.
Hope this helps.
James

Similar Messages

  • How edit layout convert from PLD ?

    Hi all,
    We converted one PLD (Checks for payment) into crystal layout in 8.81 and it is working well in my current version 9.0. now I want to add one more field in my layout. how I can do it because its shows PLD items there not the DB field. please suggest ..

    Hi,
    For editing crystal, please refer "How to Work with SAP Crystal Reports in SAP Business One" which can be downloaded from SAP Business one customer portal.
    For editing layouts, please refer from page 34 onwards.
    Add checkkey---from OCHO table to get check key in crystal report.
    Thanks & Regards,
    Nagarajan

  • How to edit the content.opf  file of a FXL EPUB?

    I'm exporting a fixed layout epub and I cannot find out where the content.opf file is and how to edit it.  I'm trying to do the same thing that was done here: Indesign CC 2014 Fixed Layout export
    Can anyone point me in the right direction? I've googled to no end!
    Thanks,

    Please follow these steps to edit your EPUB:
    1. Download Sigil https://code.google.com/p/sigil/downloads/list
    2. Open your EPUB in this editor.
    3. In the book browser view on your left, look up for content.opf file. Edit this file and save your EPUB.
    Regards,
    Pooja
    InDesign Engineering

  • How to edit cell in a Data Grid

    Hai
        I have pasted the mxml below.
       I need how to edit a cell in a datagrid.
      1. Run the mxml, enter the values in the textbox and click add button.
      2. then click AND button, now u can see the values displayed in the grid.
    3. Then again change the second combobox and enter the values in the textbox and click add
    4. Now i need to edit the values for a particular cell in the datagrid.
    In the below code u can see the Value column,
    i need to edit oly that cell of a particular row .
    Can anyone help me.
    Thanks in Advance
    <?xml version="1.0" encoding="utf-8"?><mx:Application 
    xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
    <mx:Script>
    <![CDATA[
    // ActionScript fileimport  
    mx.rpc.events.FaultEvent;
    import  
    mx.controls.Alert; 
    import mx.managers.CursorManager;
    import  
    mx.collections.ArrayCollection;[
    Bindable] 
    public var adhoc:ArrayCollection = new ArrayCollection();[
    Bindable] 
    public var serverString = "" ; 
    private function initImage(event:MouseEvent):void { 
    if(adhoc.length > 0){CursorManager.setBusyCursor();
    private function onChange():void{ 
    if(comboBox.selectedIndex == 0){ 
    else{ 
    private function onChange1():void{ 
    if(combo2.selectedItem == "DATEDEPLOYED" || combo2.selectedItem == "DATEUPLOADED"){datepick.visible =
    truetxt.visible =
    false}
    else{txt.visible =
    truedatepick.visible =
    false}
    private function add():void

    You can enable editing in a DG to the whole DG or only to certain columns
    http://blog.flexexamples.com/2008/05/11/creating-an-editable-datagrid-control-in-flex/
    If you want to enable editing to a very specific cell then you use the event itemEditBegin to prevent editing a cell that doesn't meet your criteria
    http://livedocs.adobe.com/flex/3/html/help.html?content=celleditor_7.html

  • Reg: how to change layout in report writer

    HI all,
    how to change layout in report painter?
    regards
    JK Rao

    Hi everybody,
    I have a report painter using transaction ke30 and I want to change the header layout.
    Now it looks like that
    |_________|_________|
    But i want to add another header row above this row, so it will look like:
    |_________________________|
    |___________|_____________|
    Does anyone know the answer?
    Thanks a lot for your response
    Edited by: Vo Duy Pho on May 24, 2010 10:29 AM
    Edited by: Vo Duy Pho on May 24, 2010 10:37 AM

  • Need help on How to edit RDF file to  see fields

    Hi all ,
    Thank you all for being helping
    could please someone explain where and how to edit the RDF file to view the code and fields, sometimes we need extra fields to add in the RTF templates.
    And if I get XML file from EBS, on top of the page of xml file tags says <RAXINV>
    how can i able to see this RAXINV short name in EBS on particular application to view fields and other info reg report,that way I can see columns and tablenames by using Help- ->record history, and Diagonise that particular report.
    any help please
    vasu

    Hi Srinuk, I'm not sure what you mean?
    An EBS report (RDF) "root" tag will always start with the "module" name in the property pallete of the report itself. Your XML tags and nestings are a direct result of your data model groupings combined with whatever your layout is defined as?
    Looking at a record history within EBS only tells you what table the form is looking at and I can't see what this has to do with an EBS report definition unless I'm missing something in your question.
    You need to open the RDF to getting the data model to understand the XML tags.
    Rob.
    http://www.scnet.com.au

  • How to Edit the CheckBox in Classic ALV GRID Display

    Hi,
    I want to Edit the checkbox in Grid Display.
    I have one checkbox field in my internal Table,
    Code Of the Program,
    Data :
    Begin of itab occurs 0,
    CHK type C,
    MATNR like MARA-MATNR,
    end of itab.
    Iam building the fieldcatelog using Merge Funcion module.
    After that I am chaning the properties of the field
    catelog like below,
    loop at I_FCAT assigning <FCAT>.
    Case <FCAT>-Fieldname
    When 'CHK'.
    <FCAT>-Checkbox = 'X'.
    <FCAT>-INPUT = 'X'.
    I dont have edit option in fieldcatelog.
    modify I_FCAT from <FCAT>.
    endcase.
    endloop.
    In the Layout,
    I_LAYOUT-box_fieldname = 'CHK'.
    I_LAYOUT-box_tabname = 'ITAB'.
    It is displaying the Checkbox field.but I couldnt edit the checkBox.
    I can able to edit in REUSE_ALV_LIST_DISPLAY.
    But I  have to use REUSE_ALV_GRID_DISPLAY.How to edit the checkbox.
    Thanks in Advance,
    Sumithra

    Hi vasu,
    The below procedure explains you to create a checkbox cloumn in the grid and allows you to edit i hope this will helps u.
    The ALV Grid Control displays the cells of a column as checkboxes if the column is marked as a checkbox column in the field catalog.
    •     Add another field to the output table in which you want to display checkboxes
    OR
    •     Define an existing field as a checkbox.
    Procedure
    1.     Add a field to your output table:
    Data: gt_fieldcat type lvc_t_fcat.
    Types: begin of gs_outtab.
    Types: checkbox type c. "field for checkbox
    Include structure <ABAP Dictionary structure> .
    Types: end of gs_outtab.
    Data: gt_outtab type gs_outtab occurs 0 with header line.
    2 * Add an entry for the checkbox to the field catalog
    clear ls_fcat.
    ls_fcat-fieldname = 'CHECKBOX'.
    * Essential: declare field as checkbox and
    * mark it as editable field:
    ls_fcat-checkbox = 'X'.
    ls_fcat-edit = 'X'.
    * do not forget to provide texts for this extra field
    ls_fcat-coltext = text-f01.
    ls_fcat-tooltip = text-f02.
    ls_fcat-seltext = text-f03.
    append ls_fcat to gt_fieldcat.
    regards,
    venu.

  • How to edit word documents once converted

    Can someone please advise how to edit a document I have converted into word from PDF.
    Many thanks

    Not sure what you mean. Are you asking how to use WORD? It also depends if you used the layout or the flow conversion process. With the layout, you get a bunch of text boxes. Almost nothing is in the standard flow of WORD. If you use the flow version, you sometimes get some strange sequencing of items. You might try both. If you have a graphic, then you either have to edit the graphic in a graphics package or do OCR in Acrobat before you do the conversion.

  • How to edit Printed Documents in Business One

    When you print any documents in SAP Business One the status field become Open-printed thereafter i am not able to edit the document.How to edit this document after printing it?

    Hello,
    It is possible to update particular fields in existing marketing documents as of SAP Business One 2005 A SP01. You may refer to SAP Note  941272 for detailed information or just check below.
    Regards,
    Canna Mu
    SAP Business One Forums Team
    Business scenario                                                                               
    Solution                                                                               
    As of SAP Business One 2005 A SP01, it is possible to update the data of specific fields after the documents are added, under certain conditions, listed below.                                                                               
    -  This solution is available for Italy, Japan, UK, US, Spain, Sweden, Norway, and Finland.                                                                               
    1. Due Date                                                                               
    If the documents listed below are fully opened, that is, the documents were not fully or partially drawn to a target documents, or were not fully or partially paid, you can change their due date:                                                                               
    o  A/R Invoice & A/P Invoice                                                                               
    o  A/R Down Payment Request & A/P Down Payment Request                                                                               
    o  A/R Down Payment Invoice & A/P Down Payment Invoice                                                                               
    o  A/R Reserve Invoice & A/P Reserve Invoice                                                                               
    o  A/R Credit Memo & A/P Credit Memo                                                                               
    Additional Information:                                                                               
    Installments:                                                                               
    -  In the case of one installment only, if you change the due date in the document header, the due date of the installment is updated accordingly. The opposite also occurs; if you change the due date of the installment, the due date in the  document header is updated accordingly.                                                                               
    -  In the case of more than one installment, you can change the due date of each installment, but only a change in the due date of the latest installment updates the due date in the document header accordingly.                                                                               
    -  There is no option to change the number of installments.                                                                               
    Journal Entries:                                                                               
    -  If you change the due date of a journal entry created by a document, the due date of the respective document is not  updated.                                                                               
    -  If you change the due date of document or installment, the due date of the respective row in the journal entry created by that document/installment is updated accordingly.                                                                               
    2. Payment Method                                                                               
    If the documents listed below are fully opened, that is; the documents were not fully or partially drawn to a target documents, or were notfully or partially paid, you can change their Payment Method:                                                                               
    o  A/R Invoice & A/P Invoice                                                                               
    o  A/R Down Payment Request & A/P Down Payment Request                                                                               
    o  A/R Down Payment Invoice & A/P Down Payment Invoice                                                                               
    o  A/R Reserve Invoice & A/P Reserve Invoice                                                                               
    o  A/R Credit Memo & A/P Credit Memo                                                                               
    o  Delivery & Goods Receipt PO                                                                               
    o  Return & Goods Return                                                                               
    3. Sales Employee/Buyer                                                                               
    You can change the sales employee or buyer data for all the documents listed in section #2 at any time (including after the document is closed), at both document and row level.                                                                               
    If the change is done at the document level, a message asking the user whether to apply the change on the rows appears.                                                                               
    4. Owner                                                                               
    You can change the owner of all the documents listed in section #2 at any time (including after the document is closed), at both document and row level.                                                                               
    If the change is at the document level, the row owner is automatically updated accordingly.                                                                               
    5. Pay To/Bill To                                                                               
    You can change the Pay To or Bill To data for all the documents listed in section #2, only if the documents are fully opened. That is; the documents were not fully or partially drawn to a target document, or were not fully or partially paid.                                                                               
    6. Payment Terms                                                                               
    You can change the payment term of Delivery, Goods Receipt POs, Return, and Goods Return only if the documents are fully opened. That is; the documents were not fully or partially drawn to a target documents.                                                                               
    7. Text Rows                                                                               
    You can modify the text of existing text rows in all of the documents listed in section #2, at any time (including after the document is closed). However, you cannot add new text rows or delete existing ones.                                                                               
    8. Printing                                                                               
    If you make one or more of the above mentioned changes after the document is printed, the next printout, which takes place after the change, reflects the changes and includes the title "Amended".                                                                               
    -  Note that only print layouts that save the printing information, indicating whether or not the document was printed, include the title "Amended".                                                                               
    9. Change Log                                                                               
    All the changes described above are documented in the Change Log window.                                                                               
    10. Authorizations                                                                               
    Only authorized users can submit the changes described above. For this purpose the following authorizations are added to the Authorizations window:                                                                               
    o  Modify Posted A/R Documents - to enable changing sales documents. Located under Sales - A/R authorization entry.                                                                               
    o  Modify Posted A/P Documents - to enable changing purchasing documents. Located under Purchasing A/P -> Purchase Order.

  • How to edit xml link?

    First a few words about my context:
    I received a layout made on a CS3 version of InDesign. Now I am trying to create a procedure to automate the production of several pdf based on this layout. Manually the process would be to open the layout; edit the xml link with each xml source and create a corresponding pdf...
    First issue:
    In CS4 when I want to manually edit the xml link, the opened dialog prevent me (xml files are in gray) to select xml files, is it a well-known issue? How can I avoid it?
    Second question:
    How to edit the xml link from script?
    Last question - applescript question - :
    How to skip application dialogs? Like "This document miss some links, would you continue?"
    If you'd be able to help me, thanks in advance!

    Dear Loic_aigon
       Many thanks!
    But I used what you said!.
    But Still I'm facing the same problem [ not find : "image"]
    Here the below tag I used..
    <Figure id="f0020"><label>Figure 2 </label><caption>Dummy Figure </caption>
    <image href="C:/Program %20Files/VUG/clouds.jpg"></image></Figure>
    Program :
    //============== Start =====================//
    #include "E:/HariharaSudhan/XMDOM_TEST/xml_for_script-3.1/jsXMLParser/xmldom.js";
    var myFile = File("E:/HariharaSudhan/XMDOM_TEST/xml/test.xml");
    myFile.open("r");
    var myXMLString = String(myFile.read());
    var objDom = new XMLDoc(myXMLString, undefined);
    var domTree = objDom.docNode;
    $.writeln(domTree);
    var myImage = domTree.getElements("image");
    var myDoc = app.open(File("E:/HariharaSudhan/XMDOM_TEST/Indd/test.indd"), true);
    $.writeln(myImage);
    for(var i=0; i<myImage.length; i++)
    $.writeln( myImage[i].name);
    myImage[i].getAttribute("href").replace('file:///','');
      var myPage = doc.pages[0].duplicate(LocationOptions.AT_END);
      var myFrame = myPage.pageItems.item("image");
      myFrame.place(File(myImage[i].getAttribute("href").replace('file:///','')));
      app.pdfExportPreferences.pageRange = myPage.name;
      app.pdfExportPreferences.viewPDF  = false;
      myDoc.exportFile(ExportFormat.pdfType, File("E:/HariharaSudhan/XMDOM_TEST/PDF/" +(i+ 1)+".pdf"), undefined, undefined, undefined, undefined);
    myDoc.close(SaveOptions.NO);
    //===================== End ============================//
    So please kindly see the attached xml file, and please send me the solutions.
    Please this is my humble request.
    Thanks & Regards
    T.R.Harihara SudhaN

  • I can't understand how to edit titles on the spine of books. Could anyone help me? Thanks.

    I can't understand how to edit titles on the spine of books. Could anyone help me? Thanks.

    the trouble is that on the spine of the book the title is cut off and I don't know how avoid it.
    I don't think you can, Fred. Pick a shorter title. And add the additional information by adding a subtitle on your title page. You can always add a second text box, using the "edit layout" panel.
    Regards
    Léonie

  • Page regions.... how to edit?

    Okay.. I'm new to this whole portal thing.. done lots of Java, HTML, CSS, you practically name it. We've setup our required 3 gig 'infrastructure' :-| .. got everything working. The demo portal stuff loads fine. Still haven't found the easy way to specify URL for accessing a newly created page group,... not a big deal.. BUT..
    I can't figure out how to edit a default page of a page group and add or even edit regions! The documentation implies that there are 'edit' icons. ... all I see is the 'add / remove portlets' and 'arrange portlets'.. .. I'd like to actually modify the layout of the page, but can't get past this block.
    Any help is appreciated!
    Thanks,
    Sean

    Regarding your first question:
    You can use direct access URLs to access your pages.
    If your page isn't based on a template, you should be able to access the page editing UI (including regions and portlets) by clicking the Edit link in the upper right hand corner of the page. Also, make sure that you're logged on as a user that has Manage privilege on that page (best choice is the same user that created the page).

  • How to edit a PDF in Photoshop CS4

    Hi there,
    I'm having some real trouble trying to figure out how to edit a PDF in photoshop cs4. So i need to edit/change text, move things around, that type of thing.
    I work in Windows.
    Could someone give me a bit a low down on how this is done?
    Much appreciated,
    Victoria

    You can open them but you will totally rasterize everything.
    PDFs are not intended to be edited. They are a final format but as
    mentioned you can use Acrobat for some minor text edits or use it to
    extract the images to Photoshop for further editing.
    Bob

  • How to edit JVC/Panasonic/Canon .mod video in Windows Movie Maker then upload to YouTube for sharing

    Quick View:
    Part 1: How to import .mod video to Windows Movie Maker
    Part 2: How to edit the video with Windows Movie Maker
    Part 3: How to upload your video to YouTube
    Know More:
    1. Which Camcorders record video in .MOD type?
    2. What file types are supported by Windows Movie Maker?
    3. What file types are supported by YouTube? 
    Part 1: How to import .mod video to Windows Movie Maker
    Step 1: Load files
    First copy the MOD file from your video camera to your hard drive, then download, install and run MOD Converter, click the "Add Files" button to browse your computer hard disc and load the MOD/TOD video files you want to convert to the program. 
    Step 2: Output Setting
    In the bottom of the main interface, select an output format supported by Windows Movie Maker for each video file and specify a directory on your computer to save the output files. 
    Step 3: Start convert
    Click "Start" button on right bottom of the main interface, you are allowed to start conversion. 
    Step 4: Import converted video to Windows Movie Maker
    Click on "File". Then click on "Import". A window will appear. In the window, navigate to the video clip you converted just now. Then double click on the file. You'll see the icon for the file in your Windows Movie Maker "Collections". 
    Part 2: How to edit the video with Windows Movie Maker
    Step 1: Add transitions and special effects
    In the Movie Tasks pane, under Edit Movie, click View video transitions. 
     Preview transitions by double-clicking them and watching the Preview Monitor. Once you've found a transition you like, drag it from the Video Transitions pane, under Edit Movie pane to the box between two of your clips. This inserts the transition between the two clips. 
    Step 2: Add titles and credits
    If you want to add a title before, after, or on top of a clip, click the clip on the storyboard or timeline.
    In the Movie Tasks pane, under Edit Movie, click Make titles or credits. 
    Step 3: Add Music
    In the Movie Tasks pane in Movie Maker, under Capture Video, click Import audio or music. 
     In the Import File dialog box, click the name of the song you want to use in the background. Then click Import. This adds your song to your collection but does not add it to your video. Drag the song from the collection to the video clip where you want the music to start playing. 
    Step 4: Add narration
    If you have a desktop computer, connect a microphone. Microphones are available from most electronics stores. If you have a portable computer, you can use the built-in microphone. However, you will get a better-quality recording if you connect an external microphone. In Movie Maker, click the Tools menu, and then click Narrate Timeline. On the timeline, click the clip you want to narrate. You can narrate clips one at a time, or you can narrate the entire movie all at once. If you narrate individual clips, you can rearrange them later and keep your narration synchronized. If the narration is too loud or too soft in comparison to the movie, right-click the narration on your timeline, and then click Volume. 
    Step 5: To save your movie to your computer
    In the Movie Tasks pane, under Finish Movie, click Save to my computer. 
     The Save Movie Wizard appears. On the Save Movie File page, type a name for your movie. You can also choose a folder to save it in by clicking the Browse button, but My Videos (the default) is usually the best place to save your movie. Then click Next. On the Movie Setting page, click Next to accept the default setting of Best quality for playback on my computer.
    Movie Maker saves your movie, which might take several minutes. On the Completing the Save Movie Wizard page, click Finish. If Play movie when I click Finish was selected (it is selected by default), the movie will automatically play in Windows Media Player. Now you can watch your videos anytime by opening your My Videos folder and double-clicking your movie. 
    Part 3: How to upload my video to YouTube
    A video file should meet the following requirements so that it can be uploaded to YouTube site.
    1. In an acceptable format: WMV, MPEG4, MOV, AVI and MPEG.
    2. Video length is shorter 10 minutes.
    3. File size is smaller than 1GB. 
    Step 1: Sign up a YouTube account or Gmail account, then click the Upload button on any YouTube web page. See the figure below: 
    Step 2: Type in the information of your video file, including Title, Description, Category and tags. To increase the chances that your video can be easily found, you should put as much information as possible. 
    Step 3: Set this video to be public or private. 
    Step 4: Click the "Upload a video" button. When you see the next window, click the "Browse" button to select the video file you want to upload. Then click the "Upload Video" button to upload it. After the upload is finished, you will see the completion page. See the figure below: 
    Step 5: Click "My Videos" and you will see the video. 
    Know More:
    1. Which Camcorders record video in .MOD type?
    MOD is the video file type used on many digital camcorders, such as the JVC Everio, the Canon FS100 and the Panasonic D-Snap SD-card camcorders. Accompanying the MOD video file, there exists MOI file that stands for the index file for MOD. 
    2. What file types are supported by Windows Movie Maker?
    You can import files with the following file name extensions into Windows Movie Maker to use in your project:
    Video files: .avi, .wmv, .mpeg, .mpg., .asf, m1v, .mp2, .mp2v, .mpe, , .mpv2, and .wm.
    Audio files: .mp3, .wav, wma, .mp2, .aiff, .aif, .aifc,.asf, .au,.mpa, and .snd.
    Picture files:.jpeg, .jpg, .jpe, .png, .bmp, .dib, .emf, .gif, .jfif,.tif, .tiff, and .wmf 
    3. What file types are supported by YouTube?
    YouTube accepts a wide range of video file formats.The video files below are all accepted by YouTube. Some video formats work best and are most compatible with certain computers, software or devices. Windows Media Video (.WMV)
    .3GP (cell phones)
    .AVI (windows)
    .MOV (mac)
    .MP4 (ipod/psp)
    .MPEG
    .FLV (adobe flash)
    .SWF (shockwave flash)v
    .MKV (h.264) If you do not think your current video file format is recognized by YouTube, you may get the best uploading results from converting your file to MPEG4 video with MP3 audio.

    I prefer this
    iPad Manager software, with the assistance of iPad Manager, you can make iPhone ringtone, connect your PC to iPad to backup iPad files to Computer directly, import computer file or folder to iPad. 
    Furthermore, it's easy to convert DVD/video to iPad. 
    This versatile iPad Manager can help you transfer videos, songs, photos from computer to iPad and from iPad to PC in fastest speed. Have a try with this tool and manage your iPad, iPod, iPhone in a much easier way. 
    * Convert DVD/video to iPad
    * Backup iPad files to PC
    * Import computer file or folder to iPad 
    iPod Manager
    iPod Video Converter
    DVD to iPhone Converter
    iPod Mate

  • How to edit an animated GIF in CS6

    I've looked all over but have yet to find a good tutorial on how to edit an existing GIF I've found on the web. What is the best way to take an existing animated GIF and add text or images on it in CS6? BTW there are lots of tutorials on how to create a gif from scratch from a video but they don't help on editing an existing GIF.

    try this tutorials..
    " http://www.yvelledesigneye.com/2012/05/31/cs6-photoshop-tutorials-tips-tricks/ "
    " http://www.pxleyes.com/video-tutorial/photoshop/17095/Use-the-New-Timeline-in-CS6-to-Creat e-an-Animated-GIF-from-a-Video-.html "

Maybe you are looking for

  • Can't set "mouse enter"

    I'm trying to set up form buttons for printing and saving that the user must click on to work (triggered by "mouse enter").  Though the "actions" are set to "mouse enter" when I use the form all I have to do is run the mouse over the label and the "p

  • Changing the backup file name created by sapbackup by DB13

    Dear all , we are taking backup with DB13 , and wanted to confirm if there is any setting by which  i can generate  the desired file name .. please advise. Thanks & regards. Adnan

  • Focus on the editor Tab which is already opened (vspackage)

    I am binding  list of items to the toolwindow from database,when i click the item, corresponding item name editor tab opens but  when i click the same item i want to Focus(Active) the same editor tab.It should not open the new tab.I am using followin

  • Should I be able to access virtual host via localhost/site path?

    I finally have been able to successfully set up a virtual host on my local host. I can access http://localhost which redirects me to the http://localhost/xampp page and I can access my local site with http://nif.local/. I thought I had read that I sh

  • Files won't copy to hard drive

    This is part two of a problem I have been having with the MAC OS - I used Handbrake to backup a DVD - the output file is an M4V file. When I make the file it is fine. When I copy the file to the external drive it is fine - until I eject the disk. Whe