Smartform Style Shared Among Other Forms?

Dear forumers,
Do you know where can i check whether a particular 'smartforms style' is shared among other forms? Thanks.

goto smartforms  and check the smart style or check tables STX*

Similar Messages

  • Sharing script among other machines over network

    Hi,
    I have a script that does the following:
    1) Opens a pre-made excel workbook (BVHigh.xls)
    2) prompts the user to input data through two input prompt boxes (name and grade level for ten students) which then populates the ten sheets of the workbook
    3) Renames the tabs of the appropriate sheets
    How do I enable the script to be shared among other users over the network? I've included the script and the excel workbook in a folder on our network attached storage device but when I test it from another computer, it simply opens a new workbook rather than the one specified.
    Here is the beginning of the script:
    tell application "Microsoft Excel"
    try
    activate
    open workbook workbook file name "BVHigh.xls"
    activate object worksheet "names"
    set myrange to range "A2" of worksheet "names"
    set myname to input box prompt "Please type a Student Name title "Students"
    set value of myrange to myname
    set name of sheet 3 to myname
    set myrange to range "B2" of worksheet "names"
    set myname to input box prompt "What grade level is this ¬student?" title "Grade Level?"
    set value of myrange to myname
    This works well on the machine on which it was created (Mac Book Pro- 10.6.2)
    Surely I must be missing something! We have mostly eMacs running 10.5.8 and all are running Office 2008.
    I could just provide the excel workbook on its own and have the teachers do more on their own but I'd really like to showcase the abilities of Applescript!
    Any ideas/suggestions/help will be greatly appreciated!
    I also would like to "save as" the workbook based on other data that is provided by the user (from a cell value) but am mainly interested in resolving the sharing protocol which I am clearly missing.
    Thanks in advance!

    The most obvious problem is that you're just telling Excel to open a file without any consideration of where that file might be.
    open workbook workbook file name "BVHigh.xls"
    How is Excel to know where this file is? I'm actually surprised it works at all - even on your machine, but I assume that means Excel has a preset list of locations it checks.
    At the very least I'd expect this line to require a path to the file you want to open:
    open workbook workbook file "Macintosh HD:path:to:BVHigh.xls"
    Of course, this begs another question of how to do that in a multi-system environment where you may or may not have control over the path to the file. Either you will need to standardize on the file location, or you may need to craft a more robust script - for example one that's aware of relative paths, or that prompts the user to select the file.

  • Currently, I have 5 iPads used for the same purpose. Since similar data /application is shared among all of them, is it alright for me "Backup" only 1 iPad. And in which case, if anything happens to any of the other iPads I can still recover the data

    Currently, I have 5 iPads used for the same purpose. Since the same data /application is shared among all of these iPads, is it alright for me "Backup" only 1 iPad instead of all 5?  And if anything happens to any my iPads which I have not backed up, I can restore it from the iPad where I have save the Backup. I am hoping by doing so, I will also be able to save some icloud storage space. Let me know if my question is still not so clear to you guys.  Thanks.

    Hello PeachY1234,
    If I understand correctly you'd like to save iCloud storage space by only backing up 1 of the 5 iPads to your account since they are all going to have very similar data and usage. You certainly can do that, but I do have to warn you that any unique data between them would be lost if you had to restore from that one backup made on another iPad so just keep that in mind. If you do need to restore in the future you can use this article to restore that iCloud backup:
    iCloud: Restore or set up your iOS device from iCloud
    Thank you for using Apple Support Communities.
    Cheers,
    Sterling

  • Smartform style  problem

    Hello friends,
         I am getting problem in smartforms style. i had created my own style for one of my Tax invoice form because i want fonts in smaller and for heading i want to increase font size. But when i am applying my own style to paragraph the changes are not accepted after SAVE & ACTIVATION. If any one know solution for this problem than please give reply as soon as possible.
    Thanx & Regards,
    Rahul Talele

    Hi,
    Once I came across the problem as yours.
    This happens becoz certain properties of the fonts when applied will override other formats.
    For eg. If u have chosen bold character format before, but when u want to change it to normal it will not change at all.
    In that case, I have deleted the text as a whole and applied normal format at first. Then I applied bold character format
    whereever applicable.
    Which style u applied to the header in your form? Is it Paragraph format or Character Format.
    Could u give more clear description?
    Regards
    Vadi

  • Converting SAPSCRIPT Styles to SMARTFORM Styles?

    Three questions:
    1) How do I find the SAPSCRIPT STYLE that was used for an older original SAPSCRIPT that I converted to a SMARTFORM?
    2) Once I run SMARTSTYLES conversion will all the text output in the new converted SMARTFORM be automatically formatted correctly?
    3)Should I have converted the style before converting the form?
    It seems too easy, but I am having trouble finding the style of the original SAPSCRIPT form to convert to SMARTFORMS. Of course a lot of my output is misaligned.
        Thank-You.

    Hello Amit and Thank-You. I am beggining to believe that converting SAPSCRIPT to SMARTFORM may not always be worth the effort. We have many old SAPSCRIPT programs, that are full of unstyled character and paragraph formats, that would all need to be checked. because it looks like the formats do not always migrate, because they are not defined i the new SMARTFORM?
    Would you agree?

  • How to create and apply a procedure to be shared by multi forms

    Hi,
    I want to create a procedure which shared by several forms. I tried to create it under PL/SQL libraries. It generates LIB_002, and under program units, I created the procedure. But I don't know how to apply this to the forms. Have I done right? Could someone tell me what I should do next? Thank you for your help.
    Sa

    The problem is how to add the PL/SQL library to the specific module. I tried to create in attached libraries, and I was prompted name with browse button. I can't find the .pll file. Actually, when I created PL/SQL library (lib_002) with the procedure, I checked the property and it's read-only with no location in it. I wonder if I need to do anything more after I created PL/SQL library (name default as lib_002 and I can't change the name) with the procedure. Please give me some suggestions. Thanks,
    Sa

  • Cursor style to hand  in  forms 6

    I am using windows NT
    In forms 6.0 i can change the cursor styles to
    a)busy
    b)crosshair
    c)default
    d)insertion
    e)and help
    using set_application_property.
    How can i have cursor style change to internet hand symbol for selection.
    Should i use forms6i ?
    Would welcome all solutions.

    set_application_property(cursor_style,'hand');
    does not give the link select style.
    How can i get the link select style ?

  • Can shared components be shared among different applications within APEX

    Can shared components be shared among different applications within APEX ?
    -Louis Rosa
    Florida Center for Library Automation (FCLA)
    Gainesville,FL

    Not entirely true.
    Some like LOVs, Authorizations, Authentications can be shared amongst applications in the same workspace.
    Varad

  • Session sharing among different web application under Oracle AS

    Hi,
    I'm looking for some information on web application session information sharing under Oracle AS10.1.3.
    any pointers are highly appreciated.
    Thanks,
    Narasimha.

    Hello,
    I see that you have duplicate your post in different forums, Session sharing among different web application under Oracle AS10.1.3.
    Regards
    Tugdual Grall

  • How to Create trasport Request's for Smartform Style?

    Hi All,
    Can you plz tell me how can i create a transport request fro Style?in which transaction code should i do that? the style name which is mentioned in my DEV is YEHPP_IES.plz let me how i can do this?
    Thank you very much for your Response.

    Transports are created for Smartform Styles by creating or changing the style in transaction Smartforms.
    If you want to transport a style without making changes then you can:
    1.  Go to Transaction SE10
    2.  Create a new workbench request
    3.  Double click on the new task created to get into the object list
    4.  Add an entry for the style.  Program ID = R3TR, Object Type = SSST, object name = <smartstyle name>.
    5.  Ensure you lock the entry in the transport request
    Regards,
    Chris

  • Can an Apple gift card be shared among different apple devices in the home?

    Can an apple gift card be shared among the different apple devices in the home?

    If you mean an iTunes gift card then it is redeemed onto an iTunes account, not a device, so it can be used to buy content from the stores (iTunes, ibookstore, app store, Mac App store) where you use that account - it can't be split onto multiple accounts.

  • How to change the development of a smartform styles

    Hi all,
    I have saved my smartform  styles to locl , how can i assign the smartform styles to a development class,
    Thanks
    J

    Hi,
    In the Initial screen of the SMARTSTYLES trnasaction code, Goto --> Object Dictionary Entry, then it will ask the po up to change the Package .
    Pease close the thread
    Regards
    Sudheer

  • How SAP smartforms are different from Adobe forms

    Hi,
    Can  anyone explain me how SAP smartforms are different from Adobe forms
    Tthanks&Regarda
    Rama Devi

    Hi,
    Both are same but adobeforma are advance version of smartforms
    for more details check with the following links
    Smartforms:
    tcode:smartforms
    [Smartforms|http://help.sap.com/saphelp_nw04/helpdata/EN/a5/de6838abce021ae10000009b38f842/content.htm]
    Adobeforms:
    tcode: sfp
    [Basics of Adobe|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d4fe7fca-0b01-0010-569a-9a9c1ddf4]
    [Adobeforms|http://help.sap.com/saphelp_nw70/helpdata/EN/c8/4adf7ba13c4ac1b4600d4df15f8b84/content.htm]
    Hope this helps you.
    Regards,
    Rajani

  • IPhoto Library shared among local users

    Does anyone know how to solve this problem:
    I want to have a single, global iPhoto library on my machine which is shared among all local users. In other words, I want to have a library where each user sees the same photos in it and where each user is allowed to add, remove or modify the photos within the library.
    What do I have to do to accomplish this?
    Kind regards,
    Michael

    I have done this for several years, using both iPhotos 4 and 5. My method wasn't very complicated, though, so maybe I did somehting wrong!
    Anyway, I took my iPhoto library from its original location, moved it to the "shared" folder found inside the "users" folder and reset the access privileges to the folder and all subfolders to enable free access for all users. That's it. In order to activate the shared library for each user you will have to delete the iPhoto folder inside each separate user's folder (make sure these are empty or backed up first, of course!). When you launch iPhoto it will give you the opportunity to find the library -- all you do then is to point it to your iPhoto library in the shared folder. Since you are now sharing the same library between users you shouldn't use iPhoto with several users active at the same time.
    As I said, though, when I saw that other reply with all the complicated stuff (I didn't read through it all, but it looked really impressive) I started fearing that I have done something wrong all along. But it has worked!
    Now I'm having difficulties, though -- I'm trying to use one library over my home airport network and that seems to be just way too slow for comfort.
    Kind regards,
    Oscar

  • SmartForms Styles

    Hi all,
    I have modified a smartform and incorporated some new logic in it.i have also unit tested it in DEV and its working fine.But in Quality its saying as smartforms Style not found.i have checked it in the smartform output properties,the style mentioned in my smartform is not present in the Quality.should i also trasport the smartform style into Quality?if so plz tell me how? or plz do suggest me what i can do to avoid this error?
    Thanks in advance.

    hi
    If you have saved your style as a local object,
    for assigning the style to a request create a new package. then go to the initial screen of smartforms. enter the name of your style and select object directory entry from the goto menu. Assign the style to your new package.
    once this is done go to se09; create a new request; and assign your style to this request
    Hope this sorts out ur problem
    Message was edited by:
            Roshan Basheer

Maybe you are looking for

  • Keep losing network connection, especially after waking from sleep, but...

    For a while now, my G5 would have intermittent problems not finding the network after it has been asleep for a bit. I used to resolve this by resetting the router, or sometimes putting the Mac back to sleep and resetting the router. Lately, I discove

  • Duplicate printing In SAPScript form

    In SAPScript form, is it possible to print the same page twice in one go without creating the same window twice? There is a specific requirement that we need to print the same content twice. Thanks for your kind help. Ashish

  • My e-mail archive somewhere in the system.

    Hi, A few of my incoming mails archive somewhere? After I suspect a missing mail I google the person above my e-mail account and find it. It then pups up in my e-mail but still can not see where it is archieved? When I click on incoming mails it disa

  • Photo Stream gone and useless junk.

    Less of a question and more of a statement that I shouldn't have to make.  I have been a loyal iPhone consumer since 2008, late to the party, but I started with the first model. Have had every model besides the 4s and 5c. Apple had two real things go

  • Alternate for reader extension

    I want to use the capability of loading some input fields of my form at time of rendering either via web service or from database, it's required only for one of the form. Is there any alternate solution for reader extention to achieve this?