Pagination - able to suppress when users view online?

Post Author: thezhead
CA Forum: General
Product:
Version:
11.0.0.1994No error messages, but a question:My users want to suppress pagination. They want to be able to slide up and down the entire report using the right hand scroll bar. Currently, it only lets you scroll up and down the current page, you need to jump to the next page using page controls.  They have asked me if its possible to turn that off, so that if a report is physically 10 pages long, they can scroll through all 10 pages using the mouse and the scroll bar on the right rather then having to scroll 10 times, (once for every page). The request seems reasonable to me. I have done several searches for "eliminating pagination" and "How do I turn the pagination off?" to no avail. Is this possible? any suggestions? Thanks,Mike

Post Author: Amir
CA Forum: General
If you would not compromise your report quality in PDF, use PDF format then you can scroll through pages.

Similar Messages

  • Some report fields not displaying when users view reports in a Citrix

    Hi All, got a weird one.
    We have an app developed in MS Visual Studio 2007 that utilizes .NET crystal reports. Our users access these reports through citrix. Most of teh time, most people can view these reports correctly. SOME of the time, however, certain fields will disappear. The report still runs the same (grouping, ordering, etc) but key information is missing.
    After re deploying the reports and / or clearing the user's roaming profile then everything is good for a while, so I know it has something to do with a temp or cached version of the report. is there a way to set .net crystal reports to NOT cache AKA create new every time?
    Any assistance would be greatly appreciated!
    JOhn.

    Hi John,
    Yes and Yes.... 14 years...
    Multiple Commands and multiple data sources without being linked can cause problems if you also use SQL Expressions. If you try to add more than one data source in the Designer you'll get a pop up warning about server side grouping and SQLExpressions can not be used.
    But I don't think this would be the cause. May be a result of the option logically internal to CR but I don't think the data source would be the issue, again you said the info is there just not displayed.
    Do they have access to run your app without going through Citrix? Possibly running your app using Remote Desktop. Could rule out if it's a CR issue. I think this may be a GDIPlus problem, it is the dll that renders the page and could be dropping the objects. I know MS has been patching it lately to plug security holes....
    One option, if they can, is to use [Modules |https://smpdl.sap-ag.de/~sapidp/012002523100006252802008E/modules.zip], get then to run it when the reports are working and then again when they are not and see if there are any dll differences...
    I have heard of a few other cases with Citrix and I believe it was narrowed down to being a Citrix problem and that was as far as we could take it....
    Process Monitor may help but if it's random it's a lot of info to go through to determine the cause.
    Maybe logging a case with Citrix might help also....
    Thanks again
    Don

  • Error when users submit online form

    Hi,
    Although we received several successful forms (applications with essay questions) last night, we also heard this from students and teachers regarding their form submissions last night: 
    "I had several students tell me today they tried to apply last night and when they hit submit it gave error 'server busy' or 'server not found'." 
    I spoke to one student who was using Internet Explorer when this happened.  Could you please let us know what we can do to avoid this in the future?  
    Thank you,
    Becky

    I am sorry to hear about your student's submission woes.  I am not aware of any service outages that occurred the other night.  If you could give me the approximate time and location of when the issues occurred it would help us in figuring out what may have happened.  If anything like this occurs again, if you could make note of the time, location, browser, and form id it would help us in tracking down what the issue might be.
    Jeff Canepa
    Software Quality Engineer
    Adobe Systems, Inc.
    [email protected]

  • Notify me when a specific user comes online

    As said in subject, seems to be reasonably better feature, than notify me when users come online.
    Can be implemented via mouse menu over contact. Same as here:
    http://community.skype.com/t5/Windows-desktop-client-Ideas/Pop-up-notification-when-a-specific-user-...
    Vlad.

    or even better, "notify me once when this user comes online" with missed notification on skype tray icon if notification was missed. Would be a great feature.
    (And yes, please reduce skype files size and and all that social posts integration, much better if social integration would be a super cool option just to call people over a stable 3g connection)

  • Slow/Choppy SWF Animation When View Online

    When I view an swf file from my hard drive, the animation is
    smooth and snappy (a good thing). After I publish the file and view
    it online (with the same computer), sometimes it is noticeably
    slower and choppy. I don't know a great deal about what
    Flash/IE/Firefox does behind the scene, but I can't seem to make
    sense out of this. When using a preloader (at least the one I'm
    using), doesn't the entire flash file become cached and essentially
    stored on the user's hard drive before playback? In which case, I
    would think the animation would perform equally. Maybe I'm
    completely off-base with this, though. Could anybody tell me the
    cause for poor online animation and clear this issue up for me so I
    could try to fix it? Thanks a lot.
    P.S. Here is the site...
    www.personal.psu.edu/users/n/c/ncc5012/hartleys/hartleys.html
    (The framerate is currently 30 fps, which I know is not
    recommended, but the higher framerate seems to compensate a bit for
    the choppiness...also the animations I'm using aren't that
    intense)

    Hi Dominic
    One thing you might wish to try is to edit the animation
    properties, click the Options tab and enable the
    "Synchronize with project" check box.
    I'm not 100% sure that will help, but might be worth trying.
    Cheers... Rick

  • AD account deleted when checking in Password View/User View

    Hi All,
    We have a custom workflow that allows our designated Password Admins to reset IDM passwords for users. What happens occasionally is that this action triggers a deletion of an AD account. It appears that the password is set as expected but the subsequent User View checkin results in the deletion of the AD account.
    I have been up and down this trying to reproduce the problem in our test environments: unlinking the account, and then trying the password reset, unassigning the account and then trying the password reset, deleting the AD account on AD and then trying the password reset. I have not been able to reproduce this behaviour.
    We are running Oracle Waveset 8.1.1.2.
    The workflow only sets the IDM password using the Password View. And it ensures that the Lighthouse account is not locked using the User View. Below is the code snippet.
    Has anyone run into this before? What am I missing here?
    All help is much appreciated.
    Kamil.
          <Activity id='6' name='Reset Password'>
            <Action id='0' name='Check out password view' application='com.waveset.session.WorkflowServices'>
              <Argument name='op' value='checkoutView'/>
              <Argument name='type' value='Password'/>
              <Argument name='id' value='$(accountId)'/>
              <Argument name='subject' value='$(view.waveset.name)'/>
              <Argument name='authorized' value='true'/>
              <Return from='view' to='passwdView'/>
            </Action>
            <Action id='1' name='Populate View'>
              <expression>
                <block>
                  <set name='passwdView.resourceAccounts.selectAll'>
                    <s>false</s>
                  </set>
                  <set name='passwdView.resourceAccounts.currentResourceAccounts[Lighthouse].selected'>
                    <s>true</s>
                  </set>
                  <set name='passwdView.resourceAccounts.currentResourceAccounts[Lighthouse].expirePassword'>
                    <Boolean>false</Boolean>
                  </set>
                  <set name='passwdView.resourceAccounts.password'>
                    <ref>password</ref>
                  </set>
                </block>
              </expression>
            </Action>
            <Action id='2' name='Checkin Password View' application='com.waveset.session.WorkflowServices'>
              <Argument name='op' value='checkinView'/>
              <Argument name='view' value='$(passwdView)'/>
              <Argument name='subject' value='$(view.waveset.name)'/>
              <Argument name='authorized' value='true'/>
            </Action>
            <Action id='3' name='Checkout user view' application='com.waveset.session.WorkflowServices'>
              <Argument name='op' value='checkoutView'/>
              <Argument name='type' value='User'/>
              <Argument name='id' value='$(accountId)'/>
              <Argument name='subject' value='$(view.waveset.name)'/>
              <Argument name='authorized' value='true'/>
              <Argument name='options'>
                <map>
                  <s>TargetResources</s>
                  <list>
                    <s>Lighthouse</s>
                  </list>
                </map>
              </Argument>
              <Return from='view' to='userView'/>
            </Action>
            <Action id='4' name='Set unlock lighthouse'>
              <expression>
                <block>
                  <set name='userView.accounts[Lighthouse].selected'>
                    <s>true</s>
                  </set>
                  <set name='userView.accounts[Lighthouse].locked'>
                    <Boolean>false</Boolean>
                  </set>
                </block>
              </expression>
            </Action>
            <Action id='5' name='Checkin unlock View' application='com.waveset.session.WorkflowServices'>
              <Argument name='op' value='checkinView'/>
              <Argument name='view' value='$(userView)'/>
              <Argument name='subject' value='$(view.waveset.name)'/>
              <Argument name='authorized' value='true'/>
            </Action>

    Hi,
    We are seeing a similar issue after the user has changed their AD password the account repeatedly gets locked out when they try to log into Jabber. 
    We are also using Cisco IM&P and our CUCM is LDAP synced
    I am interested to know why you are asking if LDAP authentication is configured?
    Regards,
    Andries

  • Error on load: System.IO.IOException: The process cannot access the file : error in event viewer when users want to view documents from this third party deployed scan solution

    Error on load: System.IO.IOException: The process cannot access the file
    '\\server1\SCANSHARED\.pdf' because it is being used by another process.
       at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
       at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
       at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
       at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
       at System.IO.File.WriteAllBytes(String path, Byte[] bytes)
       at abc.Scan.Layouts.ICC.Scan.View.Page_Load(Object sender, EventArgs e)
    I faced this  error in event viewer  when users want to view documents from this third party deployed scan solution
    here I have two WFS servers  and they configured with load balancing in F5 .
    when I enable both servers in F5 I receive this error messages in 2nd server,
    when users want to view documents
    adil

    Do you have antiVirus installed on the sharepoint servers?
    These folders may have to be excluded from antivirus scanning when you use file-level antivirus software in SharePoint. If these folders are not excluded, you may see unexpected behavior. For example, you may receive "access denied" error messages when files
    are uploaded.
    Please follow this KB and exclude the folders from Scanning.
    http://support.microsoft.com/kb/952167
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Photographs blurred when viewed online in iWeb '08

    I am trying to use iWeb '08 to post a very simple photo viewing website using my MobileMe account. The pictures are SRGB JPG images, and imported to iWeb from iPhoto.
    When I view the pictures online they are very blurred and distorted - I have never had a problem with this before, until about a month ago. Unfortunately the fact that my website is not displaying properly is losing me sales!
    Does anyone have any ideas what the problem might be?

    What's the URL of your site so we can examine it first hand? What particular page are you having problems with?
    OT

  • Mac/Browser crashes when viewing online videos (any browser)

    Hi,
    I've had this problem for a little while, and I'm not sure what exactly it is. Sometimes when I view a video online, whether it's Flash or Silverlight, Hulu or Netflix, the video will crash. Sometimes it's just the video, other times it's the browser, and other time it's my Mac. I've tried this on Chrome, Firefox and Safari, and it happens on all three. I thought it might be a video card issue, but I can play that are on a drive fine, and it doesn't happen when I'm editing video with Adobe Premiere.
    Any suggestions?
    Stats:
    Mac OS X Version 10.7.5
    Processor 2.7 GHz Intel Core i5
    Memory: 12 GB 1333 MHz DDR3
    Graphics  AMD Radeon HD 6770M 512 MB
    Latest installs of Flash and Silverlight.
    Thanks in advance,
    Dave

    Here's the latest crash report (for the OS):
    Interval Since Last Panic Report:  228054 sec
    Panics Since Last Report:          5
    Anonymous UUID:                    404726B8-47E4-4001-86A2-5BEA25E95921
    Tue Nov 19 08:08:33 2013
    panic(cpu 2 caller 0xffffff80002c4794): Kernel trap at 0xffffff7f81610fd8, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0x0000000000000004, CR3: 0x000000003c65703a, CR4: 0x00000000000606e0
    RAX: 0x000000000000004b, RBX: 0xffffff8139edc000, RCX: 0xffffff7f8175bf80, RDX: 0x0000000000000000
    RSP: 0xffffff816179b310, RBP: 0xffffff816179b810, RSI: 0xffffff8029ba0200, RDI: 0xffffff8139edc000
    R8:  0xffffff7f8166088e, R9:  0x0000000000000000, R10: 0x000000000000a10c, R11: 0x0000000000000002
    R12: 0xffffff817c407cce, R13: 0x0000000000000000, R14: 0x0000000000000000, R15: 0xffffff8029ba0200
    RFL: 0x0000000000010202, RIP: 0xffffff7f81610fd8, CS:  0x0000000000000008, SS:  0x0000000000000010
    CR2: 0x0000000000000004, Error code: 0x0000000000000000, Faulting CPU: 0x2
    Backtrace (CPU 2), Frame : Return Address
    0xffffff816179afc0 : 0xffffff8000220792
    0xffffff816179b040 : 0xffffff80002c4794
    0xffffff816179b1f0 : 0xffffff80002da55d
    0xffffff816179b210 : 0xffffff7f81610fd8
    0xffffff816179b810 : 0xffffff7f816171d7
    0xffffff816179b8e0 : 0xffffff7f815efebc
    0xffffff816179b910 : 0xffffff7f816255f6
    0xffffff816179b960 : 0xffffff7f8163d760
    0xffffff816179b9b0 : 0xffffff7f8163acc4
    0xffffff816179ba00 : 0xffffff7f815f6e5b
    0xffffff816179ba40 : 0xffffff7f8163f063
    0xffffff816179ba90 : 0xffffff7f815fa42a
    0xffffff816179bb60 : 0xffffff7f815f74e0
    0xffffff816179bbc0 : 0xffffff8000655f3e
    0xffffff816179bbe0 : 0xffffff800065681a
    0xffffff816179bc40 : 0xffffff8000656fbb
    0xffffff816179bd80 : 0xffffff80002a3f08
    0xffffff816179be80 : 0xffffff8000223096
    0xffffff816179beb0 : 0xffffff80002148a9
    0xffffff816179bf10 : 0xffffff800021bbd8
    0xffffff816179bf70 : 0xffffff80002aef10
    0xffffff816179bfb0 : 0xffffff80002daec3
          Kernel Extensions in backtrace:
             com.apple.ATIRadeonX3000(7.3.2)[01445B93-748D-35B2-A26C-89053B97AA01]@0xffffff7 f815ee000->0xffffff7f81906fff
                dependency: com.apple.iokit.IOPCIFamily(2.7)[5C23D598-58B2-3204-BC03-BC3C0F00BD32]@0xffffff 7f8082b000
                dependency: com.apple.iokit.IONDRVSupport(2.3.4)[7C8672C4-8B0D-3CCF-A79A-23C62E90F895]@0xff ffff7f80ca9000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.4)[D0A1F6BD-E66E-3DD8-9913-A3AB8746F422]@0 xffffff7f80c70000
    BSD process name corresponding to current thread: WindowServer
    Mac OS version:
    11G63
    Kernel version:
    Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64
    Kernel UUID: FF3BB088-60A4-349C-92EA-CA649C698CE5
    System model name: iMac12,2 (Mac-942B59F58194171B)
    System uptime in nanoseconds: 32375893564129
    last loaded kext at 44492950454: com.apple.driver.AppleBluetoothHIDKeyboard    160.7 (addr 0xffffff7f81d1e000, size 20480)
    last unloaded kext at 142499927862: com.apple.driver.AppleUSBUHCI    5.1.0 (addr 0xffffff7f80a61000, size 65536)
    loaded kexts:
    com.avast.AvastFileShield    2.0.0
    com.avast.PacketForwarder    1.3
    com.paceap.kext.pacesupport.snowleopard    5.8
    com.apple.driver.AppleBluetoothMultitouch    70.12
    com.apple.driver.AppleHWSensor    1.9.5d0
    com.apple.driver.AudioAUUC    1.59
    com.apple.driver.AGPM    100.12.75
    com.apple.driver.AppleMikeyHIDDriver    122
    com.apple.driver.AppleHDA    2.2.5a5
    com.apple.driver.AppleUpstreamUserClient    3.5.9
    com.apple.driver.AppleMikeyDriver    2.2.5a5
    com.apple.kext.ATIFramebuffer    7.3.2
    com.apple.driver.AppleIntelHD3000Graphics    7.3.2
    com.apple.filesystems.autofs    3.0
    com.apple.iokit.IOUserEthernet    1.0.0d1
    com.apple.driver.AppleSMCPDRC    5.0.0d8
    com.apple.iokit.IOBluetoothSerialManager    4.0.8f17
    com.apple.Dont_Steal_Mac_OS_X    7.0.0
    com.apple.driver.AudioIPCDriver    1.2.3
    com.apple.driver.AppleSMCLMU    2.0.1d2
    com.apple.driver.ApplePolicyControl    3.1.33
    com.apple.driver.ACPI_SMC_PlatformPlugin    5.0.0d8
    com.apple.driver.AppleBacklight    170.2.2
    com.apple.ATIRadeonX3000    7.3.2
    com.apple.driver.AppleLPC    1.6.0
    com.apple.driver.AppleMCCSControl    1.0.33
    com.apple.driver.BroadcomUSBBluetoothHCIController    4.0.8f17
    com.apple.iokit.SCSITaskUserClient    3.2.1
    com.apple.driver.AppleUSBCardReader    3.0.6
    com.apple.iokit.IOAHCISerialATAPI    2.0.3
    com.apple.driver.AppleIRController    312
    com.apple.driver.XsanFilter    404
    com.apple.iokit.IOAHCIBlockStorage    2.1.0
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless    1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib    1.0.0d1
    com.apple.BootCache    33
    com.apple.driver.AppleUSBHub    5.1.0
    com.apple.driver.AppleFWOHCI    4.9.0
    com.apple.driver.AirPort.Atheros40    505.67.1
    com.apple.iokit.AppleBCM5701Ethernet    3.2.4b8
    com.apple.driver.AppleEFINVRAM    1.6.1
    com.apple.driver.AppleACPIButtons    1.5
    com.apple.driver.AppleUSBEHCI    5.1.0
    com.apple.driver.AppleAHCIPort    2.3.1
    com.apple.driver.AppleRTC    1.5
    com.apple.driver.AppleHPET    1.7
    com.apple.driver.AppleSMBIOS    1.9
    com.apple.driver.AppleACPIEC    1.5
    com.apple.driver.AppleAPIC    1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient    195.0.0
    com.apple.nke.applicationfirewall    3.2.30
    com.apple.security.quarantine    1.4
    com.apple.security.TMSafetyNet    8
    com.apple.driver.AppleIntelCPUPowerManagement    195.0.0
    com.apple.driver.AppleBluetoothHIDKeyboard    160.7
    com.apple.driver.AppleHIDKeyboard    160.7
    com.apple.driver.AppleMultitouchDriver    231.4
    com.apple.driver.IOBluetoothHIDDriver    4.0.8f17
    com.apple.driver.DspFuncLib    2.2.5a5
    com.apple.driver.AppleIntelSNBGraphicsFB    7.3.2
    com.apple.kext.triggers    1.0
    com.apple.iokit.IOSurface    80.0.2
    com.apple.iokit.IOSerialFamily    10.0.5
    com.apple.iokit.IOAudioFamily    1.8.6fc18
    com.apple.kext.OSvKernDSPLib    1.3
    com.apple.iokit.IOFireWireIP    2.2.5
    com.apple.driver.AppleGraphicsControl    3.1.33
    com.apple.driver.IOPlatformPluginLegacy    5.0.0d8
    com.apple.driver.AppleSMBusPCI    1.0.10d0
    com.apple.driver.AppleBacklightExpert    1.0.4
    com.apple.iokit.IONDRVSupport    2.3.4
    com.apple.driver.IOPlatformPluginFamily    5.1.1d6
    com.apple.driver.AppleSMBusController    1.0.10d0
    com.apple.driver.AppleThunderboltEDMSink    1.1.8
    com.apple.driver.AppleThunderboltEDMSource    1.1.8
    com.apple.kext.ATI6000Controller    7.3.2
    com.apple.kext.ATISupport    7.3.2
    com.apple.driver.AppleSMC    3.1.3d10
    com.apple.driver.AppleHDAController    2.2.5a5
    com.apple.iokit.IOGraphicsFamily    2.3.4
    com.apple.iokit.IOHDAFamily    2.2.5a5
    com.apple.driver.AppleThunderboltDPOutAdapter    1.8.5
    com.apple.driver.AppleThunderboltDPInAdapter    1.8.5
    com.apple.driver.AppleThunderboltDPAdapterFamily    1.8.5
    com.apple.driver.AppleThunderboltPCIDownAdapter    1.2.5
    com.apple.driver.AppleUSBBluetoothHCIController    4.0.8f17
    com.apple.iokit.IOBluetoothFamily    4.0.8f17
    com.apple.iokit.IOSCSIMultimediaCommandsDevice    3.2.1
    com.apple.iokit.IOBDStorageFamily    1.7
    com.apple.iokit.IODVDStorageFamily    1.7.1
    com.apple.iokit.IOCDStorageFamily    1.7.1
    com.apple.iokit.IOSCSIBlockCommandsDevice    3.2.1
    com.apple.iokit.IOUSBMassStorageClass    3.0.3
    com.apple.iokit.IOSCSIArchitectureModelFamily    3.2.1
    com.apple.iokit.IOUSBHIDDriver    5.0.0
    com.apple.driver.AppleUSBMergeNub    5.1.0
    com.apple.driver.AppleUSBComposite    5.0.0
    com.apple.driver.AppleThunderboltNHI    1.6.0
    com.apple.iokit.IOThunderboltFamily    2.0.3
    com.apple.iokit.IOUSBUserClient    5.0.0
    com.apple.iokit.IOFireWireFamily    4.4.8
    com.apple.iokit.IO80211Family    420.3
    com.apple.iokit.IOEthernetAVBController    1.0.1b1
    com.apple.iokit.IONetworkingFamily    2.1
    com.apple.iokit.IOHIDFamily    1.7.1
    com.apple.iokit.IOUSBFamily    5.1.0
    com.apple.driver.AppleEFIRuntime    1.6.1
    com.apple.iokit.IOAHCIFamily    2.0.8
    com.apple.iokit.IOSMBusFamily    1.1
    com.apple.security.sandbox    177.11
    com.apple.kext.AppleMatch    1.0.0d1
    com.apple.driver.DiskImages    331.7
    com.apple.iokit.IOStorageFamily    1.7.2
    com.apple.driver.AppleKeyStore    28.18
    com.apple.driver.AppleACPIPlatform    1.5
    com.apple.iokit.IOPCIFamily    2.7
    com.apple.iokit.IOACPIFamily    1.4
    Model: iMac12,2, BootROM IM121.0047.B1F, 4 processors, Intel Core i5, 2.7 GHz, 12 GB, SMC 1.72f5
    Graphics: AMD Radeon HD 6770M, AMD Radeon HD 6770M, PCIe, 512 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x02FE, 0x45424A3230554638424353302D444A2D4620
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x02FE, 0x45424A3230554638424353302D444A2D4620
    Memory Module: BANK 0/DIMM1, 4 GB, DDR3, 1333 MHz, 0x859B, 0x435435313236344243313333392E4D313646
    Memory Module: BANK 1/DIMM1, 4 GB, DDR3, 1333 MHz, 0x859B, 0x435435313236344243313333392E4D313646
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x9A), Atheros 9380: 4.0.67.5-P2P
    Bluetooth: Version 4.0.8f17, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: ST31000528AS, 1 TB
    Serial ATA Device: OPTIARC DVD RW AD-5690H
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x850b, 0xfa200000 / 3
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0xfa111000 / 7
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 4
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfd110000 / 3

  • Authentication Questions Deleted When Saving User View

    I am working with IDM version 6, SP1
    We wish to start using the user self server reset password function.
    Howerver, the user authentication questions and answeres keep getting deleted.
    Any time a user view is checked out and checked back in, the questions are deleted.
    This happens from the Admin Interface, from workflows, and even from the BPE.
    Has anyone seen this before and if so is there a fix?
    Upgrading is a concideration but is not on the "Todo" list for quite a while.
    This is a real problem as it is stopping us from moving forward with user self serve password resets.
    Regards
    Mike F.

    We have a similar issue with version 7.0. I had posted questions about it here (forums) and have an open bug report in with Sun.
    Searching on another forum (which you may or may not have access to), it looks like there is a bug -- at least in in version 7.0 -- where several pages are +"doing a setViewId and not setting it to readonly, so a checkout was done on the user for every page"+. It sounds like this bug may be fixed in version 7.1 and later. If I search through the jsps, I see liberal calls to "form.setViewId()".
    I haven't yet tried explicitly setting these calls to readonly (I don't even know what the syntax would be at this point). Your problem sounds somewhat different (ours only occurs on failed validations) but perhaps you are seeing a similar bug in version 6.
    In case you are interested, my issue is described in this post:
    http://forums.sun.com/thread.jspa?forumID=764&threadID=5414572
    That's the problem description, not a description of the fix. And while it talks about a different problem, we also see cases where if a validation fails when the user is entering data, AuthN questions are deleted, which is what makes me think this may be a similar problem.

  • Why don't the photos show in a newsletter I received even when I view the newsletter online?

    I created a newsletter for my organization with Vertical Response containing photos and the sample test of the newsletter was perfect. When I actually sent it out through VR to our mailing list, my own arrived with only the file name showing of each photo. No alert to allow remote content was offered by the program. The newsletter had an option to view online which I did, but still no photos, just the .jpg file names.

    Thanks for your speedy reply, finitarry. Yes, the photos are embedded images in HTML, not attachments, but Thunderbird did not give me the usual alert option for downloading the remote images. I'm hearing now that other recipients of the newsletter are having the same problem so I suspect the problem is on the other end..... the mass email company i used.

  • Per-user Views when Using VMS

    Hi
    I was wondering if anyone knows of a way to provide per-user views within the Firewall MC. I have a large number of PIXs at different sites and I would like each administer at each site to only see their firewall when they log into VMS.
    Any suggestions / links would be appreciated.

    I did not find any such options in the feature guide,
    http://www.cisco.com/univercd/cc/td/doc/product/rtrmgmt/cw2000/mgt_pix/fwmc134/index.htm

  • When filling out online applications browse button freezes not able to send resume

    Computer freezes on browse when filling out online job application not able to send unless copy and paste, but not all jobs offer copy and paste how do i fix the problem

    Hi Luxx,
    I am sorry to hear that trying to reach support has been difficult for you and you had to resort to Chrome. I understand to troubleshoot you have already tried to clear the cache, and disable add ons.
    '''Try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that turns off some settings and disables most add-ons (extensions and themes).
    ''(If you're using an added theme, switch to the Default theme.)''
    If Firefox is open, you can restart in Firefox Safe Mode from the Help menu by clicking on the '''Restart with Add-ons Disabled...''' menu item:<br>
    [[Image:FirefoxSafeMode|width=520]]<br><br>
    If Firefox is not running, you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac: Hold the '''option''' key while starting Firefox.
    * On Linux: Quit Firefox, go to your Terminal and run ''firefox -safe-mode'' <br>(you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.

  • Add code behind functionality that run when the user view the SP 2013 content pages

    I need to add code behind functionality that run when the user view the SP 2013 content pages, What is the best approach to do that?
    is it add Delegate Control to master page?
    is it add code behind to master page?
    is there an event reviver for that?
    Your answer will be highly appreciated

    Hi,
    According to me, for code behind stuff
    Create master page(using module etc..), have the required placeholders in it.
    Then, create a page that inherit from this master page, now you can use that placeholder in you page.
    Lastly, place web parts in that placeholder. So, code behind will come with that master page .
    Hope it helps.
    Thanks
    -Rahul

  • Firefox 4.0 is my default browser, and I am receiving a script error message when I try to view online images in Family Tree Maker 2011, a genealogy program. Have not had problems until Firefox 4.0. Can't seem to find a setting in Firefox to fix this.

    Error is as follows: Line: 63 Char: 4344 Error: Unable to get value of the property 'offsetHeight': object is null or undefined Code: 0 URL: http://yui.yahooapis.com/combo?2.8.0/build/yuiloader-dom- event/yuiloader-dom-event.js&2.8.0/build/dragdrop/dragdrop- min.js&2.8.0/build/stylesheet/stylesheet- Do you want to continue running scripts on this page? Y/N buttons."

    I see. Well, I just tried to make IE my default browser, but it did not solve the problem. I receive the same script error when I view the image. (I may not have explained this thoroughly enough at first - I do get to view the image after answering the error message, but the print button embedded in the window doesn't work. Before, I never had a problem with viewing or printing.)
    I imagine that at this point I will either need to communicate this to the IE people, or possibly revert to an older version of IE.

Maybe you are looking for

  • Adobe Acrobat 9.5.5 issue

    Every time I open any .pdf file it gets hanged after few seconds. Pls. suggest solution.

  • What's a good phone that will sync with iCal?

    I'm in the market for a new phone, but have absolutely no desire to switch to AT&T, so the iPhone is out. (Sob!) I really want to be able to sync with iCal, with support for alarms so I don't forget stuff. (I also want to sync with Address Book.) Can

  • Problem with PDF/X-1a export in illustrator CS6

    I have these huge illustrator files containing a mix of text, vector shapes and placed bitmap pictures cropped using clipping masks. When I used to save as a PDF/X-1a:2001 in Illustrator CS3, the clipping masks were applied and only the visible pixel

  • Polymorphism

    Hai All I hava doubt regrading polymorphism concept . Firstly please look in to this program then explain me clearly class Shape protected Color color; protected int x, y; Shape (Color c, int xPosition, int yPosition) color = c; x = xPosition; y = yP

  • Can't see update in wifi

    I have tried to update my 620 to 8.1 under WiFi with 3 Mbps speed but i didn't get the update , it is said that phone is upto date . I can't understand why it happened, i have about 1.7 Gbphone memory free & currently i am using black AsbUkGs Solved!