Process indicator and scrolling up

Hi Everyone,
Question 1. In my webdynpro application I have detailed navigation link once I clicked that corresponding iview should load in content area but its taking time for loading. How can I implement loading in process indicator sign till the iview loads?.
Question 2. I have added webdynpro views into the tabstrip viewset. My views has save button in the bottom once I clicked save button I want to scroll up to top of the view. How can I achieve this?.
Regards, Suresh KB

Hi,
For the second question set the focus to the corresponding item,
Ex:
  IWDTextEdit textBox =  // your text box;
       textBox.requestFocus();
   Requests to change the keyboard input focus to this view element.
  It is undefined which focus request wins if there are several ones.
   The request may silently fail, but is guaranteed not to throw an exception.
    If this view element is a table cell editor, its occurence in the current
    row (according to the context's lead selection) will receive focus. Similar
    things will happen inside other containers that display multiple occurences
    of the same view element.
Regards
Ayyapparaj

Similar Messages

  • How to update SDABW(Process Indicator) and EXPKZ (Export indicator) in LIKP

    How to update SDABW(Process Indicator) and EXPKZ (Export indicator) in LIKP Table without using UPDATE statement

    I believe SAP automatically updates those fileds while creating the delivery document.
    rthanks,
    krishna

  • Copy, count files, test path, process indicator and System.IO.FileInfo

    I found this, sctipt, that I try to re-write.
    As it is, it creates sub folders in the targetfolder, which I found out how to stop it from, by deleting the "\" backslash sign in line 9.
    But what I also want is that subfolders if such should exist, also gets copied from $source to $target folder, as of now this doesn't happen. Reason why I chose to try to re-write the script is basically, I can read what it does and I like all the flashy
    Things like counting and that it shows the percentage of the processbar AND the processbar :).
    I just don't now how to re-write it proberly. By the way nothing should be re-named in the targetfolder every thing from sourcefolder should be "as is" in the sourcefolder.
    $SourceFolder = "C:\Color1\TRID"
    $targetFolder = “C:\Color2\TRID”
    $numFiles = (Get-ChildItem -Path $SourceFolder -Filter *.*).Count
    $i=0
    clear-host;
    Write-Host ‘This script will copy ‘ $numFiles ‘ files from ‘ $SourceFolder ‘ to ‘ $targetFolder
    Read-host -prompt ‘Press enter to start copying the files’
    Get-ChildItem -Path $SourceFolder -Filter *.* | %{
    [System.IO.FileInfo]$destination = (Join-Path -Path $targetFolder -ChildPath $_.Name.replace(“_”,“\”))
    if(!(Test-Path -Path $destination.Directory ))
    New-item -Path $destination.Directory.FullName -ItemType Directory
    [int]$percent = $i / $numFiles * 100
    copy-item -Path $_.FullName -Destination $Destination.FullName
    write-Progress -Activity “Copying … ($percent %)” -status $_ -PercentComplete $percent -verbose
    $i++
    Write-Host ‘Total number of files read from directory ‘$SourceFolder ‘ is ‘ $numFiles
    Write-Host ‘Total number of files that was copied to ‘$targetFolder ‘ is ‘ $i
    Read-host -prompt “Press enter to complete…”
    clear-host;

    @Jaap
    Yes I want to overwrite existing files, since backup is taken care of by another script.
    Now I encounter this error when trying to use your write-progress example:
    Get-ChildItem : A parameter cannot be found that matches parameter name 'Files'.
    At line:3 char:51
    + $Files = Get-ChildItem -LiteralPath $SourceFolder -Files
    +                                                  
    ~~~~~~
        + CategoryInfo          : InvalidArgument: (:) [Get-ChildItem], ParameterBindingException
        + FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.PowerShell.Commands.GetChildItemCommand
    cmdlet ForEach-Object at command pipeline position 1
    Supply values for the following parameters:
    Process[0]:
    Here is the script as I thought it should look like:
    $SourceFolder = "C:\Color1\TRID"
    $targetFolder = “C:\Color2”
    $Files = Get-ChildItem -LiteralPath $SourceFolder -Files
    $NumberofFiles = $Files.Count
    $Files | ForEach-Object -Begin {
    $FilesCopied = 0
    -progress{
    Write-Progress -Activity "Copying Files..." -PercentComplete [int](($FilesCopied/$NumberofFiles)*100) -CurrentOperation "$FilesCopied files copied out of total of $NumberofFiles files" -Status "Please wait."
    "$((Get-ChildItem -Recurse -File -LiteralPath $SourceFolder).Count) files will be copied to $targetfolder"
    Read-Host -Prompt 'Press Enter to Start Copying...'
    Copy-Item $SourceFolder -Recurse -Destination $targetFolder -Force -verbose
    $FilesCopied++
    # What is wrong now?

  • What is ' build indices' and ' drop indices' in a process chain

    Hello ,
    can any one explain me ,In transaction loading process , in a process chain , after activating Data in DS object, what is ' Drop  indices'  and what is 'buid indices'
    Thank you .

    Hi,
       These mostly deal with the indices in a cube. When you load data to a cube, if the indices are present, along with loading the fact tables and dimension tables, the index tables also need to be filled. This requires the system to search for the right location in the index to place a new transaction data row and hence slows down the load.
    Inorder to speed up the loading, the indexes are first deleted, data is then loaded into the cubes,  and the indices are rebuilt. This is a much faster process than loading the cubes with the indexes intact.
    Hope this helps,
    Regards.

  • Missing cap, number and scroll indicator on monitor

    Help does anyone know how to get the Caps, number and scroll locks display back on to my monitor as for some reason it has disappeared and is a pain as I am not aware whether any have been selected. My computer is HP  P6675UK AND RUNS ON WINDOWS 7 aPPRECIATE ANY HELP THANKS
    This question was solved.
    View Solution.

    Hello Ouzat,
    Try these drivers to see if they provide the On Screen display
    http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&cc=us&prodTypeId=12...
    There is also free alternatives such as this one
    http://keyboard-leds.com/
    If I have helped you in any way click the Kudos button to say Thanks.
    The community works together, click Accept as Solution on the post that solves your issue for other members of the community to benefit from the solution.
    - Friendship is magical.

  • Distribution Indicator and Partial Invoice to be set F

    Hi
    In my project, some of the POs are stuck in Error in Process due to the error "Distribution Indicator and Partial Invoice to be set F"
    Can anyone throw some light on this?
    Thanks in advance.
    Regards
    Shunmugaraj. T

    Hi
    Which SRM and R/3 version are you using ? Which Scenario in SRM ?
    <b>Please refer to following OSS notes</b>
    <u>Note 508632 - Extended - Acct assgnment change from 'Multiple' to 'Single'
    Note 480540 - Changing purchase orders in enhanced classic scenario
    Note 508788 - Incorrect account assignment in purchase order back end</u>
    Hope this will help.
    Please reward suitable points, incase it suits your requirements.
    Regards
    - Atul

  • Requirement class- consumtion indicator and requirement reduction indicator

    hi
    in DEMAND MANAGEMENT WE CAN SET REQUIREMENT CLASS
    can any one elobrate whats the difference between the consumption indicator and requirement reduction indicator.
    in help i dint get any explanation regarding the indicators which we need to se at requirement class
    in siemens material i got the diff on between but i couldnt understood
    can any experts elobrate the issue.
    the explantion is like that
    consmtion is not the only integartion between actual sales requirements and PIR. reduction of the PIR will also takes place asa result of the sales requirement.
    Reduction is the process of actual reducing the value of PIR and its stored in the system. where as  during  consumtion the actual value stored was not changed, only the quantity passed to planning was lowerd.
    can any body elobrate the above statement
    regards
    sasikanth

    HI
    Consumption indicator
    The PIR are consumed with respectve to sales order
    requirement reduction indicator
    make-to-stock production is reduced by customer requirements which are planned as sale from stock
    -ashok

  • EPM Process Manager and Workspace Error

    OS: Window Server 2003 usiing SQL 2005
    The error below is what I received when trying to start the Hyperion EMP Process Manager and I cannot access the Workspace but I am able to create application on the Client.
    I would appreciate your help to resolve this error. The installation and configuration came out fine without errors.
    Service cannot be started. Hyperion.DimensionServer.ProcessManager.Interface.ProcessManagerException: Cannot initialize the Session Manager. ---> Hyperion.DataAccessLayerCore.DataAccessLayerException: To run the Dimension Server, both ALLOW_SNAPSHOT_ISOLATION and READ_COMMITTED_SNAPSHOT database settings must be set to 'ON'. Their values are currently 'ON' and 'OFF' respectively. Please consult the product documentation for details.
    at Hyperion.DataAccessLayerCore.DataAccessLayer..ctor(NameValueCollection settings, String tablePrefix, String baseNamespace, String schemaVersion, Boolean onlyLoadKnownTables)
    at Hyperion.DataAccessLayerCore.DataAccessLayer..ctor(NameValueCollection settings, String tablePrefix, String baseNamespace, String schemaVersion)
    at Hyperion.SessionManager.DAO.SessionManagerDataAccessLayer..ctor(NameValueCollection settings)
    at Hyperion.DimensionServer.SessionManager.SessionStoreRdbms.Initialize(String rdbmsVendor, String rdbmsConnParams, Int32 rdbmsCommandTimeout)

    ALTER DATABASE OMAR
    SET READ_COMMITTED_SNAPSHOT ON
    ALTER DATABASE OMAR
    SET ALLOW_SNAPSHOT_ISOLATION ON
    The command above worked, but the command below works better. Thanks for the SQL server link you provided.
    /*ALTER DATABASE OMAR
    SET READ_COMMITTED_SNAPSHOT ON;
    GO
    ALTER DATABASE OMAR
    SET ALLOW_SNAPSHOT_ISOLATION ON;
    GO*/
    However, I am now faced with another problem as indicated below. I have refreshed the DNS but no luck. Please I still need your assistance about this error.
    Service cannot be started. Hyperion.DimensionServer.ProcessManager.Interface.ProcessManagerException: Cannot initialize the Session Manager. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 169.254.220.55:5255
    Server stack trace:
    at System.Net.Sockets.Socket.Connect(IPAddress[] addresses, Int32 port)
    at System.Runtime.Remoting.Channels.RemoteConnection.CreateNewSocket(AddressFamily family)
    at System.Runtime.Remoting.Channels.RemoteConnection.CreateNewSocket()
    at System.Runtime.Remoting.Channels.RemoteConnection.GetSocket()
    at System.Runtime.Remoting.Channels.SocketCache.GetSocket(String machinePortAndSid, Boolean openNew)
    at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.SendRequestWithRetry(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream)
    at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.ProcessMessage(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream, ITransportHeaders...
    Here is other related error received from diagnostic report:
    PASSED DB: Database Connection to database jdbc:weblogic:sqlserver://omar-serverltp.OMSGROUP.OMSTAX.COM:1433;databaseName=omar 0 s
    FAILED HTTP: Http Availability of http context http://omar-serverltp.omsgroup.omstax.com:19000/hfmapplicationservice/Application.asmx
    Error: java.net.ConnectException: Connection refused: connect
    Recommended Action: Start application 0 s
    FAILED HTTP: Http Availability of http context http://omar-serverltp.omsgroup.omstax.com:19000/hfmlcmservice/LCMWS.asmx
    Error: java.net.ConnectException: Connection refused: connect
    Recommended Action: Start application 1 s
    FAILED HTTP: Http Availability of http context http://omar-serverltp.omsgroup.omstax.com:19000/hfmofficeprovider/HFMOfficeProvider.aspx
    Error: java.net.ConnectException: Connection refused: connect
    Recommended Action: Start application 1 s
    FAILED HTTP: Http Availability of http context http://omar-serverltp.omsgroup.omstax.com:19000/hfm
    Error: java.net.ConnectException: Connection refused: connect
    Recommended Action: Start application 0 s
    FAILED HTTP: Http Availability of http context http://omar-serverltp.omsgroup.omstax.com:19000/oracle-epm-fm-webservices
    Error: java.net.ConnectException: Connection refused: connect
    Recommended Action: Start application 1 s
    FAILED HTTP: Http Availability of http context http://omar-serverltp.omsgroup.omstax.com:19000/raframework/index.jsp
    Error: java.net.ConnectException: Connection refused: connect
    Recommended Action: Start application 1 s
    FAILED HTTP: Http Availability of http context http://omar-serverltp.omsgroup.omstax.com:19000/WebAnalysis
    Error: java.net.ConnectException: Connection refused: connect
    Recommended Action: Start application 0 s
    FAILED HTTP: Http Availability of http context http://omar-serverltp.omsgroup.omstax.com:19000/hr/status.jsp
    Error: java.net.ConnectException: Connection refused: connect
    Recommended Action: Start application 1 s
    FAILED HTTP: Http Availability of http context http://omar-serverltp.omsgroup.omstax.com:19000/HyperionPlanning
    Error: java.net.ConnectException: Connection refused: connect
    Recommended Action: Start application 0 s
    FAILED HTTP: Http Availability of http context http://omar-serverltp.omsgroup.omstax.com:19000/easconsole/easconsole.jnlp
    Error: java.net.ConnectException: Connection refused: connect
    Recommended Action: Start application 1 s
    FAILED HTTP: Http Availability of http context http://omar-serverltp.omsgroup.omstax.com:19000/mappingtool/faces/info.jspx
    Error: java.net.ConnectException: Connection refused: connect
    Recommended Action: Start application 1 s
    FAILED HTTP: Http Availability of http context http://omar-serverltp.omsgroup.omstax.com:19000/calcmgr/index.htm
    Error: java.net.ConnectException: Connection refused: connect
    Recommended Action: Start application 1 s
    FAILED HTTP: Http Availability of http context http://omar-serverltp.omsgroup.omstax.com:19000/awb
    Error: java.net.ConnectException: Connection refused: connect
    Recommended Action: Start application 0 s
    FAILED HTTP: Http Availability of http context http://omar-serverltp.omsgroup.omstax.com:19000/aps/APS
    Error: java.net.ConnectException: Connection refused: connect
    Recommended Action: Start application 1 s
    FAILED HTTP: Http Availability of http context http://omar-serverltp.omsgroup.omstax.com:19000/HSFWebServices/HSFWebService.asmx
    Error: java.net.ConnectException: Connection refused: connect
    Recommended Action: Start application 1 s
    FAILED HTTP: Http Availability of http context http://omar-serverltp.omsgroup.omstax.com:19000/HyperionFDM
    Error: java.net.ConnectException: Connection refused: connect
    Recommended Action: Start application 1 s
    FAILED HTTP: Http Availability of http context http://omar-serverltp.omsgroup.omstax.com:19000/hyperion-bpma-server/Applications.asmx
    Error: java.net.ConnectException: Connection refused: connect
    Recommended Action: Start application 1 s
    FAILED HTTP: Http Availability of http context http://omar-serverltp.omsgroup.omstax.com:19000/interop
    Error: java.net.ConnectException: Connection refused: connect
    Recommended Action: Start application 0 s
    FAILED HTTP: Http Availability of http context http://omar-serverltp.omsgroup.omstax.com:19000/workspace/index.jsp
    Error: java.net.ConnectException: Connection refused: connect
    Recommended Action: Start application
    For more information, see Help and Support Center at
    Edited by: user10392064 on Dec 8, 2010 7:00 AM

  • Force a string indicator to scroll to the bottom

    In LV Web UI Builder is there a way to force or programmatically scroll a string indicator to the bottom? 
    I am building a virtual hyperterminal and I am writting a very large amount of data into a string control.  I have the vertical scroll bars turned on, but by default it just shows the information at the top.  I want to include all of the data so that the user can scroll back to see the history, but it would be nice if by default the scroll bar would stay at the bottom.

    I just wanted to confirm there is no way currently to force a string indicator to scroll to the bottom. I will note this down as a product suggestion for the Web UI Builder team.
    Vivek Nath
    National Instruments
    Applications Engineer
    Machine Vision

  • Transit Time determination based on special process indicator - Shipment Process

    Hello,
    I want to add 5 days more to transit time (which is getting picked from route) when I use special process indicator as PTL (Partial Truck Load) while doing shipment. Is this possible ?
    Please let me know if this can be done in SAP.

    Hi,
    Both planning (MRP) and ATP is carried out at plant level in ECC6.0 (standard system). If you want to optimize your process above plant level you should use SAP APO (in my opinion).
    Regards,
    Csaba

  • Pavilion dv4-1275mx notebook - once-flashing leds @ caps lock and scroll keys @ start-up

    My HP Pavilion dv4-1275mx notebook runs Windows Vista Home Premium service pack 1 for 64x-based systems.  
    Recently, when I turn it on, the led lights @ the caps lock and scroll keys repeatedly flash once.
    I'm not sure what, if anything, happened prior to this starting.  It's possible that there was a power surge when it was shut off, or it may be related to doing a McAfee virus scan or installing the latest version of a software, e.g., Adobe Reader.
    I was able to use my System Recovery disks to reinstall the Vista software, thinking this might "kickstart" my computer into working, e.g., as part of the restart process.  After the reinstallation, I was able to use my computer, although the led lights continued to flash.  However, once I shut down my computer, I have been unable to restart it.  The leds continue to flash upon start-up, and I have not been successful in again reinstalling the Vista software.  (I thought if could get my computer to work again that way, it might stay accessible if I used hiberate mode instead of shutting it down.)
    The computer's about 4-1/2 years old.  The screen has a short of some kind (only turning on when the screen is low to the keyboard, so I use an external monitor. 

    Try the steps in the following weblink:
    http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&lc=en&docname=c00372748
    If the issue persists, please read the following document, understand the LED blink code, identify the root cause and try troubleshooting appropriately:
    http://h20566.www2.hp.com/portal/site/hpsc/template.PAGE/public/kb/docDisplay/?javax.portlet.begCach...
    I am an HP employee.
    Regards,
    Vidya
    Make it easier for other people to find solutions, by marking my answer “Accept as Solution” if it solves your problem.
    ***Click on "Thumbs up" button to the bottom right side of my post to say thanks!***

  • TR marked with processed indicator by system automatically

    Hi,
    I have an issue where in the system marks a TR with the processed indicator when in reality only TO is created with partial quantity. So now when we try to create TO for the balance quantity, it will not allow. So we have to manually take the TR in change mode and uncheck the processed indicator in the TR.
    From what i understand the system sets this indicator automatically only when the TO quantity is the same as the TR quantity, or we have to change it manually. But in our case neither of the above situation is there. Still the TR is marked as fully processed.
    This is not a very common problem. It shows up sometimes. Has anyone faced this issue earlier?
    Thanks
    Vineeth

    HI,
    PDT - Portable data terminal or a handheld RF scanner.
    Yes it is a putaway process. The materials are scanned and when the pre-determined pallet quantity is reached the material document is posted. Now the warehouse person selects an option in his handheld device to transfer the physical location of the material from the production floor to the warehouse bin . The only option the user has is to input the bin location number. So he enters the bin location number and the TO is created in the background. This is the normal process. In some cases we only post half the quantity to the bin location, and the other half is remaining in the GR area. Now when we try to transfer the location of the balance quantity it throws an error. On checking we came to understand that the TR is marked as fully processed. So we have to manually change the indicator to transfer the balance material to the respective bin locations.
    Thanks
    Vineeth

  • Spinning process indicator never stops

    So, I just purchased an iPhone 5C on a Verizon plan. All seems to be set up and working, but I notice that whenever I turn wake the phone, on the main screen beside the WiFi indicator there's what I assume is a spinning process indicator that never stops no matter how long the phone's on. If I return to the main screen from doing anything else, that processor (much like the WiFi "Looking for Networks" process on a Mac) continues to run. Is there a way to keep WiFi but shut this process off?
    -gf

    Hey there Gregory Frost,
    It sounds like your Wi-Fi indicator is constantly spinning as long as the phone is on. I would use the following troubleshooting from this article to help troubleshoot the Wi-Fi connetion on the phone:
    iOS: Troubleshooting Wi-Fi networks and connections
    http://support.apple.com/kb/TS1398
    Restart your iOS device.
    Tap Settings > Wi-Fi and locate the Wi-Fi network to which you're connected.
    Tap and Forget this Network.
    Try to connect to your desired Wi-Fi network.
    Note: You may need to enter your Wi-Fi password again if your network requires one.
    Turn your Wi-Fi router off and on2. If your ISP also provides cable or phone service, check with them before attempting this step to avoid interruption of service.
    Update your device to the latest version of software.
    Update your Wi-Fi router to the latest firmware2. For AirPort Base Stations, install updates using the AirPort Utility.
    Reset network settings by tapping Settings > General > Reset > Reset Network Settings. Note: This will reset all network settings including:
    previously connected Wi-Fi networks and passwords
    recently used Bluetooth accessories
    VPN and APN settings
    Thank you for using Apple Support Communities.
    Regards,
    Sterling

  • Difference between Key Process Indicator or Key Performance Indicator

    Hi Experts,
    Can any body give me the difference between
    Key Process Indicator or Key Performance Indicator
    Like description , Scenorio, difference, where it will be used in companies, What will be measured by using these things.
    I have to interact with my client for gathering the requirements on basis of these KPI's . Please guid me how to finish this task successfully.
    Regards
    Vijay

    Hello Vijay,
    Regarding Key Peerformance indicator all experts have already explain well...
    I would like to focus on Key Process Indicator: It is always process specific. The main KPI (Key performance indicator is breaked into smaller componenets based on Time, Material used, Manpower used etc)
    So for key process indicators we can have reports like Process yield by operation, Process yield by manpower spend etc..
    Also the cost of non confirmance is calculated based on the Key Process indicator as it comes from small small reports and finally come up as a Big cost for Non confirmance.
    During the process audit the major focus is always on key processes. Using leam manufacturing functions these process are audited and are subjected to change if the indicators are on lower side..
    Key Performance Indicators give us a broder view on buisness and mainly useful for knowing in which direction the bussiness is going...
    Hope it will be helpful.
    br,
    Pushkar

  • Drag and scroll PLEASE HELP im desperate!

    a script that does this:
    movieClip clicked = start drag
    if it is dragged to the LEFT 100pixels it stops drag and
    scrolls to the left that is -800pixels if it is dragged to the
    RIGHT 100pixels it stops drag it scrolles +800pixels.
    movieClip on release = stop drag
    it returns to its position before dragging.
    I made this so far (DOESN'T WORK):
    stop();
    background.onPress = function () {
    if (this.hitTest(_root._xmouse, _root._ymouse)) {
    this.startDrag();
    mouseX= _xmouse;
    onMouseMove = function () {
    mouseX2 = mouseX - _xmouse;
    if (mouseX2 > 100) {
    this.stopDrag();
    _root.lokacija1 = _root.background.targetx = background._x -
    Stage.width;
    mouseX= 0;
    mouseX2 = 0;
    play();
    } else if (mouseX2 < -100) {
    this.stopDrag();
    _root.lokacija1 = _root.background.targetx = background._x +
    Stage.width;
    mouseX = 0;
    mouseX2 = 0;
    play();
    background.onRelease = function () {
    if (this.hitTest(_root._xmouse, _root._ymouse)) {
    this.stopDrag();
    delete (mouseX2);
    mouseX = 0;
    mouseX2 = 0;
    Text

    Alright, accepted. Here's the thing, it was very difficult to
    tell what you were needing from your first post, and now having
    reviewed the file, it is much more complex than you had indicated.
    However, there still is a great deal of extraneous code in the
    scripts you have been working on, and the task can be accomplish
    much more simply.
    I have taken a moment to reconfigure an example of your file,
    you'll find that the operating code is far less complex than that
    which you had been trying to force into functioning, and requires
    very few variables, and loops the panning between the two images.
    this script can be modified to accomidate more images or use the
    speed of the mouse movement as a ratio to effect the speed of the
    tween, or any number of other effects. The codes you previously had
    on the p1 and p2 MCs have been stripped out, as well as the
    'symbol(s)', all of which are not necessary. I haven't done any
    testing as to scaling the swf in a html doc, but if you set this
    publish settings up correctly it should scale to the right size
    without have to use the onResize method. so here's the file:
    FLA
    good luck, I hope this helps you out.

Maybe you are looking for

  • Can you install windows from a back up file on external hard drive?

    I originally received Windows 7 Professional from a friend who was in computer sciences at the local university and received free software as a perk. It was downloaded and burned onto a disc, which she loaned to me so I could use it with Bootcamp. Th

  • Printing a form in portal

    I am trying to create a form via the Wizard and need to create an extra button for PRINTING the current form. How do I do this?

  • Saving images as JPG from Bridge

    I am shooting images in colour sRGB and RAW which come in as .CR2 files.  I work with them in Adobe Bridge (CS5) and then save them as JPGs from bridge.  The final JPG images are colour mode is RGB and the colour Profile Adobe RGB (1998).  This is ca

  • Preview: Working with PDF Forms

    Hi all, We had a faculty member (using a mac and preview) edit one of our PDF form docs (created using Acrobat Professional 8). The problem we have noticed is if the user fills out each field using Preview, then saves the document (PDF again) and sen

  • Bluetooth A2DP problem

    I have been using Arch for a few years but I recently had to put Ubuntu on one of my computers because I bought some bluetooth speakers or headset as it is more commonly recognized by software.  I googled around and found that I need to put 'Enable=S