Can interactive maps of report be customized?

I work in the APEX 4.0.2 and I have a request to increase the size of the font of labels in charts in the IR. It doesn't seem to be a way to do this but there are in flash charts created by the user by changing the XML template. XML templates for the IR graphics hidden somewhere, or am I just missing something obvious?

Hi Keith

It is possible to change the interactive graph to XML report using some tricks. Here's a blog that I wrote on the topic, which intercepts the XML and allows you to manipulate using DBMS_XMLDOM.

http://application-express-blog.e-DBA.com/?p=1733

See you soon
Matt Nolan

Tags: Database

Similar Questions

  • Reporting on custom fields

    I have a custom field created in the company information screen in CRM. This is a drop-down list that allows the user to select a value. I can't create a report using custom reports on this field. The area, which I just created does not appear in the field selectors in sections of custom reports.

    Anyone know where Im going wrong here?

    Thank you for posting.

    Custom form fields does not appear in the field selector. You have to go to the next screen, and then select the shape in question from the dropdown list the custom filter to the CRM form.

    Kind regards

    Scott Raj Rouanet

  • Creating an interactive map?

    Good afternoon

    I'm hoping to create an interactive map, where if you hover over a part of the photo card appears.

    Many years ago, I used to be able to design a similar thing using the Macromedia Flash software, I realize account changed to Adobe Flash, then animate CC. This sounds like something that I would be able to do now in Adobe animate CC and if so, I am easily able to save interactive as HTML5 file, so that it can be viewed on different devices?

    Any help most appreciated.

    Thank you very much

    Yes, you can use animate pro for this.

    you would animate pro and start creating an html5 project.  your interactive map could be created using any code if you use the buttons to the constituent parts of your card and add the popups for the frame.

    If you want it to work with touch devices, you probably want to use the code to toggle popups on touch or mousedown events.

  • How to create an interactive map?

    How to create an interactive map using digital publishing suite in InDesign? Basically, it's a map of the amusement park and when you click on a button I want a page of description of a turn to show that has interactivity on him and then it can be closed and another button on the map can be clicked to view another page of description of a different turn. Is this possible?

    Use a multi state object. According to how many point of interest you want on this map, it can become quite involved.

  • Interactive map of manufacturing?

    Hello world

    For a project, I think to do an interactive map of the cemetery on my College campus. I would like that the plan of the function as this map here: http://www.hamilton.edu/virtualtour/index.cfm I will start by making the plan in Illustrator, but here I'm not really sure where to go because I am new to Flash. I want the name of the element, the mouse is no longer to be displayed and then when clicked on a box comes up with additional information. If the item the mouse is on can change the color that would be nice too. Pan and zoom would also be great if they are not incredibly difficult. Are there tutorials for these sorts of things?

    Thanks in advance,

    Nick

    The stuff of movieclip and table is pretty basic, so it can be hard to find tutorials.  If you want to try to find a tutorial you should search Google using terms such as "Tutorial AS3 Array".  What I recommend is that you will become familiar with these classes by looking through the help of Flash under their sections of class documentation.  Search for properties, methods, and events that support in order to familiarize yourself with what they involved.

    To control the visibility of a movieclip, it has a visible property... so set movieclipName.visible = true; It brings up and setting it wrong does disappear.

    If you were to place a textfield inside the movieclip, so you can target the textfield object to assign the text to help...

    movieclipName.textFieldName.text = "of the text."

    As far as tables go, if you have any familiarity with them, a table is essentially a set of data elements, each of which is targetable by an index (from 0 to length-1) number.  There are a number of ways to assign data, but maybe in your case you can do it manually one by one, using an object...

    var yourArray:Array = new Array();

    yourArray.push ({doc: 'some short text presentation 0', longText: ' some long blurb 0 ""});

    yourArray.push ({doc: 'some short text presentation 1', longText: ' some long blurb 1 ""});

    During this time, you need a way to representatives of each element (movieclip) with which you want to interact with the data in table, so that can be done by assigning the index number of its data as a property of them point (movieclips allow you to dynamically)

    Item0.indexNum = 0;

    item1.indexNum = 1;

    Then, when you rollover one element, you can acquire this indexNum property and use it to get the data and plant it in the textfield of the rollover movieclip...

    Item0.addEventListener (MouseEvent.ROLL_OVER, backImgKey);

    item1.addEventListener (MouseEvent.ROLL_OVER, backImgKey);

    function rolloverItem(evt:MouseEvent):void {}

    movieclipName.text = [evt.currentTarget.indexNum] yourArray;

    movieclipName.visible = true;

    }

    Item0.addEventListener (MouseEvent.ROLL_OUT, rolloutItem);

    item1.addEventListener (MouseEvent.ROLL_OUT, rolloutItem);

    function rolloverItem(evt:MouseEvent):void {}

    movieclipName.text = "";

    movieclipName.visible = false;

    }

  • interactive map problems

    I'm doing an interactive map and I'm in trouble. Home is so far my card, but I can't figure out how to make sure that when each button is clicked, it is pushed in front of the other buttons so that it covers the. Any help please?

    It is strange that you say you found how to use swapDepths for buttons, because there is no swapDepths for buttons! But it's not important because you say you use MovieClips as buttons and it's good.

    If the code you showed is on a keyframe on the timeline, they you use an appropriate style of code. Do you properly use the swapDepths method. And if you use too vague you might get into trouble. We will first address because it's the easiest.

    You're talking about covering a 'sex' and using the code for each 'layer '. The layers that you see in the authoring environment are just a tool to help you stack things and keep your work organized. When you publish your swf layers to go and there is no way to access it with actionscript and do something with them. Articles are published, they receive a depth (stacking order) based on the order of the layers, but the layers themselves disappeared. Then swapDepths manipulating layers he manipulates movieclips.

    It is a small distincition, but it is important to understand how Flash works. If you want to learn more about the extraction of this article.

    http://www.Kirupa.com/developer/ActionScript/depths.htm

    Very well. So if you discover swapDepths you will see that it belongs to the movieclip class and that it only takes a single argument, and argument can either be an another movieclip or a number.

    So, it won't work. (As you already know!)

    someClip.swapDepths (clip1) (clip2) (clip3);

    I think that what you are trying to say is that when they click on flash 'North' should share upward and the South, East and West, must be less than North. But you can not just shortened it how you have by adding extra bits on the method. There are many ways to deal with this and really they all depend on what you spent and what other points you have and where they are.

    Personally, I would probably watch the second way to use swapDepths and use it.

    this.swapDepths (1000);

    I tell you by using a number of flash to enjoy "this" (I'll explain that in a moment) and put it on a depth of 1000, and, if there is anything 1000 already to make the depth 'that' came from. So for each of my clips, I would have this code:

    north.onRelease = bringIt;

    south.onRelease = bringIt;

    east.onRelease = bringIt;

    etc.

    Then, I would define a function:

    function bringIt() {}

    this.swapDepths (1000);

    }

    Notice what I did here. I attributed to the same function to manage the output for each of the elements. This will save me from having to keep event handlers four update every time I want to make a change. A function handles all and so they will all do the same thing and I can avoid typos in one place, but not the other, etc. It's a good thing.

    The next bit is that since I made a function to manage them all I have to do this more general and less precise function. I can't very well have:

    north.swapDepths (1000);

    Inside the fuction because what happens when South has been clicked? So I use 'this' to refer to the element that was clicked.

  • Interactive map with Flash

    I'm a bit new to Flash.

    I am creating an Interactive map of the State of Tennessee, reflecting every county in Tennessee. Below the interactive map will be a list of the names of all counties. When a user places the mouse over a name, then the county on the map will change color. Essentially a substitution effect. When the user clicks on the name of the county or county on the map, then the user will be directed to a page that displays information about that country. The information is retrieved from a database.

    All information is useful at the beginning of this interactive map.

    My main problem is to create the animated buttons on the interactive map in flash.

    Aasin,

    I would like to start off the coast with a detailed map of good quality in tennessee that all counties marked on it and is of a size suitable for your final flash. Then put this in Flash and use the drawing tool to draw around a County, press F8 to convert it to a symbol, converts it to a button and then use keyframes in the button to give it different roll on, and then click effects. Repeat for all counties, delete the original image that you used to draw around and then you have an interactive map. You can thenassign actions to buttons which loads to the top a movie clip under the plan and that fill with the contents of your database. I did something to it earlier, and even if it's your time shouldn't be too difficult for you. He just keep this high building of button and save and test regularly.

  • Interactive map of cruise

    My wife and I started a 3-year cruise on our sailboat. We would like the trip with a map of the northern hemisphere, showing the highlights of our trip as links that can be clicked on the map.

    We use a Mac with Dreamweaver MX. I'm flying blind here because I am a sailor and not a webmaster. What I would like is essentially points (or other) on the map which can automatically open a small JPEG file when the cursor is over them. Once the picture is open, you can click on the image that would take you to a html page photo essay of what we have lived in this area or this port.

    What I'm doing so far is to make a page with a map, then add "layers" within each layer are a Radio "button when the cursor is above, it displays a jpeg image by"behavior"called"window open fever". It works pretty well so far, but I can't make a connection in the JPEG file. Here is the page that I have (this does not as much as I'll probably start again). Here is the link http://www.svtropicaldance.net/Cruisemap/interactivemap1.html

    Any ideas as a way to achieve what I want to do? I'd appreciate any help, even a purchase program that would make it easy. The problem is to get the link to the page of Photojournalism.

    Thanks in advance.

    This is our main Web page for our adventure. http://www.svtropicaldance.NET

    Success,
    After 7 hours, I was able to replicate what I did 4 hours ago. Once you get something there are moments where you don't know what you've done and have to retrace steps, it seems like more work than it should be.

    Here is the link to replicate what you have done, I have only one link and I quit for the day. Maybe have a beer.

    http://www.svtropicaldance.NET/cruisemap/interactivemap1.html

    I have some basic steps in the process that I did. I still think it should be easier.

    Indications of the interactive map, I did with Radio button and links Studio VII

    1. open the new page
    2. Insert the image or a background set, as in the map page, map. (save)
    3. Add the layer and move the layer nearby where you want
    4. click inside the layer and insert - Form object - 'Radio button' and click on 'Back' once.
    5. Select INSERT, then click on 'Studio VII'
    6. follow the Add instructions to display and image shim,
    have a caption and descriptive text or not.
    * Don't forget to place the photo in the chassis OK click.
    (Note: I can reposition the offbeat photo by entering in the upper left corner)
    corner and moving it where I want) I can also make the visible layers
    by clicking on the yellow markers (c) at the bottom of the page. (Save)
    7. click inside the popup box offset to select and add the behavior of studio VII
    ' showpick by PVI "enter the same photo.
    8. in "Advanced Layout" (layers) write them eyes closed and click on it to open it
    each of them
    7. all of the popup box offset to highlight and note "image at the bottom of the frame bar and.
    Add the link you want.
    8. Finally, together the original box between the ' radio button and add once more the
    behavior of Showpick by PVI and add the same photo that is in the popup of offset
    Once again

    A lot of work, but then I have a lot of time on the passage.

    Thank you, Tim. If you have any other suggestions or if I do a lot of work busy please let me know.

    Thank you, thank you.

  • Do you know if the assessment filter fields can be used for reports?

    Do you know if the assessment filter fields can be used for reports?
    I have a filter of assessment field in contacts that he use to capture information relavant contact. Because I thought that we could use it as another list of choice. But when I create a report I can find it in the list of available fields for the report.

    Thank you very much
    Catalina Valadez
    Concerning

    Catalina, the fields of the assessment filter is not available in reports. I suggest using a custom drop-down list, or among indexed lists. If this is going to be a key field you want to filter in reports, I suggest a list of indexed choices.

  • Apex can we download the reports in .txt format?

    can we download the reports in Apex .txt format? because only word, excel, html, xml is given as an option, but I want in text format...

    Hello

    Excel is csv you can read with a text editor. No you want?
    In an interactive report you can not give an extension with it (happens automatically), but in a normal report, you can call ex .txt which will cause a text editor open the file automatically.

    Kind regards
    Dimitri
    ----------------------------------
    http://dgielis.blogspot.com/
    http://www.apex-evangelists.com/
    http://www.apexblogs.info/

  • Can someone interpret my report of kernel panic?

    A couple of days my end 2011 MacBook Pro running El Capitan began to restart for no apparent reason. After doing some research on various forums I discovered it was the panic of the nucleus at the origin of the problem. On a few last fo days I followed the advice and made sure that the software is to date, made a soft reboot and then reinstalled El Capitan. It seemed that it was using Safari that was the problem, so I started to use Firefox. She was fine f ro a few hours but had the same problem again. So I was wondering f any of you smart people can interpret the accident report and tell me what I need to do. Thank you.

    Anonymous UUID: I was advised to leave it blank?

    Sat 6 Feb 07:36:36 2016

    Panic report *.
    panic (cpu 0 0xffffff7fae2c350e appellant): "MCO GPU REGISTRY RESTORE FAILED: rdar://7254528, VendorID invalid"@/Library/Caches/com.apple.xbs/Sources/AppleGraphicsControl/AppleGraphi csControl-3.12.6/src/AppleMuxControl/kext/AGCPowerManagement.cpp:1158.
    Backtrace (CPU 0), frame: return address
    0xffffff80c4483db0: 0xffffff802c0df792
    0xffffff80c4483e30: 0xffffff7fae2c350e
    0xffffff80c4483e70: 0xffffff7fae2c6324
    0xffffff80c4483ea0: 0xffffff802c6bb883
    0xffffff80c4483f00: 0xffffff802c113afa
    0xffffff80c4483fb0: 0xffffff802c1ccf77
    Extensions of core in backtrace:
    com.apple.driver.AppleMuxControl (3.12.6) [44D361A1-4938-3AA5-9F73-9C909B66214B] @ 0xffffff7fae2b8000-> 0xffffff7fae2cbfff
    dependency: com.apple.driver.AppleGraphicsControl (3.12.6) [1654475C-9A4B-386C-AFA8-0A530194A 2F9]@0xffffff7fae2a2000
    dependency: com.apple.iokit.IOACPIFamily (1.4) [5D7574C3-8E90-3873-BAEB-D979FC215A7D] @0xfffff f7facf7d000
    dependency: com.apple.iokit.IOPCIFamily (2.9) [F398CE94-0FBD-3E8E-A7AB-55F7F05A81ED] @ 7fac92c000 0xffffff
    dependency: com.apple.iokit.IOGraphicsFamily (2.4.1) [429C688E-8DDA-3D15-9C6E-6F3F4855C424] @0 xffffff7fadaef000
    dependency: com.apple.driver.AppleBacklightExpert (1.1.0) [70C85E35-16FC - 3 B 76-A3B1-1862573201 3B]@0xffffff7fae2b3000

    Corresponding to the current thread BSD process name: kernel_task

    Mac OS version:
    15 D 21

    Kernel version:
    15.3.0 Darwin kernel version: Thu Dec 10 18:40:58 PST 2015; root:XNU-3248.30.4~1/RELEASE_X86_64
    Kernel UUID: DECC9F02-27D7-31F0-9599-A9EF2873902C
    Slide kernel: 0x000000002be00000
    Text of core base: 0xffffff802c000000
    Text __HIB base: 0xffffff802bf00000
    Name of system model: MacBookPro8, 2 (Mac-94245A3940C91C80)

    Availability of the system in nanoseconds: 31276386296623
    last load kext to 30623817077180: com.apple.driver.AppleXsanScheme 3 (addr 0xffffff7fadb45000 size 32768)
    Finally unloaded kext to 30789801323033: com.apple.driver.AppleXsanScheme 3 (addr 0xffffff7fadb45000 size 32768)
    kexts responsible:
    com Trusteer.Wado - d 1507.54
    com Apple.filesystems.afpfs 11.0
    com Apple.NKE.asp - tcp 8.0.0
    com.apple.driver.AppleHWSensor 1.9.5d0
    com.apple.driver.AudioAUUC 1.70
    com Apple.Driver.pmtelemetry 1
    com.apple.iokit.IOUserEthernet 1.0.1
    com.apple.iokit.IOBluetoothSerialManager 4.4.3f4
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleUpstreamUserClient 3.6.1
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.driver.AGPM 110.20.22
    com.apple.kext.AMDFramebuffer 1.4.0
    com.apple.driver.AppleHDA 272.51.3
    com.apple.driver.AppleIntelHD3000Graphics 10.0.0
    com.apple.driver.AppleMikeyDriver 272.51.3
    com.apple.driver.AirPort.Brcm4331 800.20.24
    com.apple.driver.AppleOSXWatchdog 1
    com.apple.driver.AppleHV 1
    com.apple.AMDRadeonX3000 1.4.0
    com.apple.driver.AppleThunderboltIP 3.0.8
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.4.3f4
    com.apple.driver.AppleSMCPDRC 1.0.0
    com.apple.iokit.AppleBCM5701Ethernet 10.1.12
    com.apple.driver.AppleLPC 3.1
    com.apple.driver.AppleIntelSNBGraphicsFB 10.0.0
    com.apple.driver.AppleSMCLMU 208
    com.apple.driver.AppleMuxControl 3.12.6
    com.apple.driver.ACPI_SMC_PlatformPlugin 1.0.0
    com.apple.driver.AppleIntelSlowAdaptiveClocking 4.0.0
    com.apple.kext.AMD6000Controller 1.4.0
    com.apple.driver.AppleMCCSControl 1.2.13
    com.apple.driver.SMCMotionSensor 3.0.4d1
    com Apple.filesystems.autofs 3.0
    com.apple.driver.AppleUSBTCButtons 245,4
    com.apple.driver.AppleUSBTCKeyboard 245,4
    com.apple.driver.AppleIRController 327,5
    com.apple.iokit.SCSITaskUserClient 3.7.7
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0
    com.apple.BootCache 38
    2.8.5 com.apple.iokit.IOAHCIBlockStorage
    com.apple.driver.AppleSDXC 1.7.0
    com.apple.driver.AppleFWOHCI 5.5.2
    com.apple.driver.AppleAHCIPort 3.1.8
    com.apple.driver.usb.AppleUSBEHCIPCI 1.0.1
    com.apple.driver.AppleSmartBatteryManager 161.0.0
    com.apple.driver.AppleACPIButtons 4.0
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 4.0
    com.apple.driver.AppleAPIC 1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient 218.0.0
    com Apple.NKE.applicationfirewall 163
    com Apple.Security.Quarantine 3
    com.apple.security.TMSafetyNet 8
    com.apple.driver.AppleIntelCPUPowerManagement 218.0.0
    com.apple.security.SecureRemotePassword 1.0
    com.apple.iokit.IOSurface 108.0.1
    com.apple.iokit.IOSerialFamily 11
    com.apple.driver.CoreCaptureResponder 1
    com.apple.driver.DspFuncLib 272.51.3
    com.apple.kext.OSvKernDSPLib 525
    com.apple.iokit.IOAcceleratorFamily2 205,1
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.4.3f4
    com.apple.iokit.IOBluetoothFamily 4.4.3f4
    com.apple.iokit.IOEthernetAVBController 1.0.3b3
    com.apple.driver.AppleHDAController 272.51.3
    com.apple.iokit.IOHDAFamily 272.51.3
    com.apple.iokit.IOAudioFamily 204.3
    com.apple.vecLib.kext 1.2.0
    com.apple.kec.Libm 1
    com.apple.driver.AppleSMBusPCI 1.0.14d1
    com.apple.iokit.IOFireWireIP 2.2.6
    com.apple.iokit.IO80211Family 1110.26
    com.apple.driver.mDNSOffloadUserClient 1.0.1b8
    com Apple.Driver.corecapture 1.0.4
    com.apple.driver.AppleBacklightExpert 1.1.0
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.driver.AppleGraphicsControl 3.12.6
    com.apple.driver.IOPlatformPluginLegacy 1.0.0
    com.apple.driver.IOPlatformPluginFamily 6.0.0d7
    com.apple.iokit.IOSlowAdaptiveClockingFamily 1.0.0
    com.apple.kext.AMDSupport 1.4.0
    com.apple.AppleGraphicsDeviceControl 3.12.6
    com.apple.driver.AppleSMBusController 1.0.14d1
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.driver.AppleSMC 3.1.9
    com Apple.kext.Triggers 1.0
    com.apple.driver.AppleUSBMultitouch 250,5
    com.apple.iokit.IOUSBHIDDriver 900.4.1
    com.apple.driver.usb.AppleUSBHostCompositeDevice 1.0.1
    com.apple.driver.usb.AppleUSBHub 1.0.1
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.7.7
    com.apple.iokit.IOBDStorageFamily 1.8
    com.apple.iokit.IODVDStorageFamily 1.8
    com.apple.iokit.IOCDStorageFamily 1.8
    com.apple.driver.CoreStorage 517.20.1
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.driver.AppleThunderboltDPInAdapter 4.1.3
    com.apple.driver.AppleThunderboltDPAdapterFamily 4.1.3
    com.apple.driver.AppleThunderboltPCIDownAdapter 2.0.2
    com.apple.iokit.IOAHCISerialATAPI 2.6.2
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.7.7
    com.apple.driver.AppleThunderboltNHI 4.0.4
    com.apple.iokit.IOThunderboltFamily 5.1.0
    4.5.8 com.apple.iokit.IOFireWireFamily
    com.apple.iokit.IOAHCIFamily 2.8.1
    com.apple.driver.usb.AppleUSBEHCI 1.0.1
    com.apple.iokit.IOUSBFamily 900.4.1
    com.apple.iokit.IOUSBHostFamily 1.0.1
    com.apple.driver.AppleUSBHostMergeProperties 1.0.1
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com Apple.Security.sandbox 300.0
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.AppleMobileFileIntegrity 1.0.5
    com.apple.driver.AppleCredentialManager 1.0
    com.apple.driver.DiskImages 417.2
    com.apple.iokit.IOStorageFamily 2.1
    com.apple.iokit.IOReportFamily 31
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 4.0
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com Apple.KEC.pthread 1
    com Apple.KEC.corecrypto 1.0

    System profile:
    Airport: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.98.100.24)
    Bluetooth: Version 4.4.3f4 16616, 3 services, 18 aircraft, 1 incoming serial ports
    Bus crush: MacBook Pro, Apple Inc., 25.1
    Memory module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353737334448302D4348392020
    Memory module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353737334448302D4348392020
    USB device: USB 2.0 Bus
    USB device: Hub
    USB Device: IR receiver
    USB device: USB 2.0 Bus
    USB device: FaceTime HD camera (built-in)
    USB device: Hub
    USB device: Apple keyboard / Trackpad
    USB device: Hub BRCM2070
    USB Device: USB Bluetooth host controller
    Serial ATA Device: APPLE HARD HTS545050A7E362, 500,11 GB disk
    Serial ATA Device: MATSHITADVD-R UJ - 8à8
    Model: MacBookPro8 2, MBP81.0047.B2C of BootROM, 4 processors, Intel Core i7, 2.2 GHz, 4 GB, MSC 1.69f4
    Network service: Wi - Fi, AirPort, en1
    Graphics card: integrated Intel HD Graphics 3000, Intel HD Graphics 3000,
    Graphics card: AMD Radeon HD 6750 M, AMD Radeon HD 6750 M, PCIe, 512 MB

    Uninstall

    com Trusteer.Wado - d 1507.54

    Know to cause problems.

  • Can I install MS Reporting Services to another location, like E:\Program files?

    Can I install MS Reporting Services to another location, like E:\Program files?

    Hello

    To improve assistance to this topic, I suggest you post your question here.

    SQL Server Reporting Services

    http://social.technet.Microsoft.com/forums/en-us/sqlreportingservices/threads

  • How can I activate the report for individule family members?

    How can I activate the report for individule family members?

    Hello Dan,.

    Activation of activity reports to the members of the family security is easier than the steps below.

    To activate the activity tracking

    1. on any computer, sign in to the Family Safety website with your Windows Live ID.

    2. on the family summary page, click view activity report next to the name of the child, you can turn on activity reports.

    3. Select turn on activity monitoring.

    4. click on Save.

    To learn more, follow this article to the solution and go to the section find out what your kids have been up to on their computer .

    Protect your kids with parental controls

    Note: Whenever changes are on our parental control settings, we need to update it so that the changes take effect. Click on the button Refresh (located on the left side of the ?) top right of parental control window (the client installed on your computer) to refresh and get the last parameters.

    Thank you and best regards.

  • How can I get a report by fax on Fax output hp jet pro L7580 all-in-one desktop?

    How can I get a report by fax on Fax output hp jet pro L7580 all-in-one desktop?

    You click on the "Setup" button on the front panel of the printer, highlight "Print report", you should have an option to print a newspaper 'Fax' in this menu.

  • I created actions on my xp machine, but I can't map of these actions

    I created actions on my xp machine with the appropriate settings for each user. Then, when I try the mapping of these actions on another computer, the problems occur. I can't map to actions that require me to use another username and password. When I look at the session of shared folders, it shows that the connection is as a guest. The actions that I have created have the same permissions as the ntfs permission.

    Hi Paulo,

    Thanks for posting your question in the Microsoft community forum!

    I'm sorry to hear that you found a mistake in trying to map to the shares on the windows XP computer.

    1. What is the full error message?

    2 is this a wired or wireless network?

    3. are you connected to a domain network?

    4 have have there been recent changes made on the computer before the show?

    I suggest to check the following links and check if it helps.

    How to connect and disconnect a network drive in Windows XP

    http://support.Microsoft.com/kb/308582

    How to configure Internet connection sharing in Windows XP

    http://support.Microsoft.com/kb/306126

    Troubleshooting Internet connection sharing in Windows XP

    http://support.Microsoft.com/kb/308006

    How to use Simple file sharing to share files in Windows XP

    http://support.Microsoft.com/kb/304040

    Your response is very important for us to ensure a proper resolution. Please get back to us with the information above to help you accordingly.

Maybe you are looking for