Call with the lexical parameter report

I have this report

Select & P_1, P_2, P_3 & emp P_4

How to call form with the box when I check ename, empno, sal deptno appeare on my report
What is the code for this

I have your request is

SELECT &P1, &P2
  FROM EMPLOYEES;

the value of P1 is LAST_NAME and the value of P2 is FIRST_NAME, then your query results to

SELECT LAST_NAME, FIRST_NAME
  FROM EMPLOYEES;

And if you want to pass the value of P1 and P2 through forms, you just have to put them accordingly, so in the example, your call would be:

VIEW_REPORT('test.REP','P1="LAST_NAME" P2="FIRST_NAME"');

And, if you do not want to hardcode the value, but take from a block.item in the forms, it could be:

VIEW_REPORT('test.REP','P1="' || :BLOCK.ITEM1 || '" P2="' || :BLOCK.ITEM2 || '"');

Tags: Oracle Development

Similar Questions

  • Portege M400: Is it possible to receive and make calls with the SIM card

    Is it possible to receive and make calls with the card SIM module in the Portege M400?

    I know that you can send and receive sms messeges, which, according to me, the software is not all good because you can't hold much, and you can't send to ems or mms.

    But there may be other software here?

    Hello

    What software do you mean exactly?

    As far as I know that the MobiLink was preinstalled on some units Portege M400.
    This software supports these features:
    Send and receive SMS, composition and read TEXT messages in several languages, compose and send to multiple recipients, the mobile contacts address book support, Rich edit for the launch of URL and Email using embedded addresses.

    As you can see that you can not use this software to make calls!
    And unfortunately other software does not know me :(

    With regard to the MobiLink Communications Software Suite;
    The details can be verified here:
    http://www.novatelwireless.com/products/solutions/MobiLink.html

    Greetings

  • hostsvc: called with the DISP invalid/missing entry

    If I try to follow links in one of the e-mails I get from Big Brother, I get the following message is displayed:

    hostsvc: called with the DISP invalid/missing entry

    This is the full URL.

    Please see: http://servername/bb/cgi-bin/hostsvc.exe?HOSTSVC=server1, companyname.svcs, & DISP

    I noticed that the text of the e-mail message contains an = sign, which is not part of the hyperlink. If I understand the = the link works then. For example:

    See example: http://servername/bb/cgi-bin/hostsvc.exe?HOSTSVC=server1, companyname.svcs, & DISP=

    I did the search. Here's what's happening with the Outlook 2007 SP2 calendering of BB notifications, so that the & DSP = part of the bond is converted to & DSP without the = in the link to the notification.

    This deformation occurs only when a SMS is received, which has a text version of a link HTML in there and it is received by Exchange 2007 with Outlo0k 2007.

    When outlook 2007 (sp2 in our case) will receive an email with a link inside HTML text, it makes a "best body format.

    Conversion. You always have an email in text format, but there is a HTML link truncated in the recipe, which has not only = inside.

    This only happens when the text is converted to HTML.

    I even tried hard put forced HTML or RTF format on the mailbox... no go... He did force these formats. but the text to html conversion happens broken Similarly, regardless of the size of the mailbox.

    If messages would be in HTMl, it would work perfectly. Maybe one day you could make this an option... the message in text or html format. (development

    request)

    If I paste the link in an html format email, it works very well. Also, if I find the message and click the link in the notification with Outlook Web Access, it works very well.

    Only from Outlook 2007, Microsoft changed the default HTML rendering, used by Word 2007 engine. That's the problem. It is this rendering engine that has the problem, a lot of people are very annoyed and Microsoft does not care to fix it.

    So far we have the option for sending to HTML, or Microsoft fixes some of this.

    the only option we have is to get the wrong message from: hostsvc: called with the DISP invalid/missing entry, then to go into the browser and add in the '=' manually, and it will then visit the link in the notification.

    Any ideas or suggestions? Thank you

    Hi Milt

    Well, in hostsvc.exe, he could accept a missing DISP (or deformed) and defaults to «» This should be the solution. I don't think that it could break anything if it were this way.

  • Syntax for taking export with the "Query" parameter

    Hi all

    Please help me about the syntax for export with the query parameter taking

    Hello

    exp file=d:\exp.dmp log=d:\exp.log tables=scott.emp query='where empno=10'
    
    exp file=d:\exp.dmp log=d:\exp.log tables=scott.emp query='where ename='''SCOTT''
    

    Salman

  • report do not work by using the lexical parameter

    Hello!

    I am using oracle 10g and I have my request I laxical parameter as follows

    .......
    and to_date

    After paramform, we have

    IF: P_DATE_TO IS NOT NULL THEN
    : TO_DATE: = ' AND to_date (head.updated_date,'|) Chr (39) | "DD/MM/RRRR ' | Chr (39) |') between TO_DATE (t2.term_start_date,'|) Chr (39) | "DD/MM/RRRR ' | Chr (39) |') AND TO_DATE('||) CHR (39) | : P_DATE_TO | CHR (39) | «, » || Chr (39) | "DD/MM/RRRR ' | Chr (39) |') ';

    -OTHER
    -: TO_DATE: = NULL;
    END IF;

    After compiling this report when I run this report then I get following error

    REP-304: '&' in the statement SELECT was not followed by a valid lexical parameter.

    can any body tell me how I can fix it.

    Hello

    To_date is a reserved word. Could you try to name your P_TO_DATE setting?

    Concerning

  • Oracle report with the optional parameter

    Hi all

    I have a question.

    I have to write a report in which I view the report of quantity on hand.

    I develop the following query

    SELECT msib.segment1Agenda,
    OOD.organization_codeOrganization,
    MOQ. Review,
    Sum (MOQ.transaction_quantity)total_primary_quantity,
    MSIB.primary_unit_of_measureprimary_uom,
    Sum (MOQ.primary_transaction_quantity) total_reserve_quantity,
    MSIB.primary_unit_of_measurereserve_uom,
    Sum (MOQ.primary_transaction_quantity) total_transact_quantity,
    MSIB.primary_unit_of_measuretransact_uom
    OF mtl_system_items_bMSIB,
    org_organization_definitions ood,
    mtl_onhand_quantities_detail moq

    WHERE 1 = 1

    AND ood.organization_id = msib.organization_id

    AND msib.inventory_item_id = moq.inventory_item_id

    AND msib.organization_id = moq.organization_id

    AND msib.segment1 = nvl (& item, msib.segment1)

    Ood.organization_code = & org

    GROUP BY ood.organization_code,
    MSIB. Segment1,
    MOQ. Review,
    MSIB.primary_unit_of_measure,
    MOQ.transaction_uom_code

    As you can see I'm passing 2 parameters (Org and point) on which element is the optional parameter.

    My question is what nvl condition are suitable for this scenario and why

    1 msib.segment1 = nvl (& item, msib.segment1)

    2 msib.segment1 = nvl (& point, '0')?

    I think you should use the condition because you want that all the values of msib.segment1 to be considered for the calculation of the result when no value for the parameter element is passed which is & element is null.

    MSIB. Segment1 = nvl (& item, msib.segment1)

  • Phone call from the company that reported that they received our Support for Internet Protocol details for computers.

    Is there such a thing as Technical Support for Internet Protocol for computers? I got a call (Friday, September 10, 2010) a business (have the name and number) informing that they received our Support for Internet Protocol details and virus/malicious Trojan horses have been making my computer that caused our Microsoft programs down and they would help solve the problem.  I refused the offer - took the name and number (has managed to find the name/site of the company on the Internet).  The Internet provides support and they would use other companies to communicate with customers to fix their computers.  Either way, we ran a scan on the computer ourselves and found no viruses etc.

    Citing Hazr:

    Microsoft will never cold call users asking for personal information or gain access to your PC. As much as possible these calls should be reported to your local association of consumer protection agency.

    In the United States, you can visit the Web site of the FTC to report issues like these:
    http://www.ftc.gov/bcp/edu/pubs/consumer/telemarketing/tel19.shtm

    For more information and useful tips on how you can protect yourself against fraud, please visit:
    http://www.Microsoft.com/protect/yourself/default.mspx

    Cody C
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Someone help please with the eyre audit report?

    EtreCheck version: 2.9.10 (261)

    Report generated 2016-04-08 21:36:12

    Download EtreCheck from https://etrecheck.com

    Time 02:45

    Performance: Excellent

    Click the [Support] links to help with non-Apple products.

    Click [details] for more information on this line.

    Click [delete] to remove the adware.

    Problem: Computer is too slow

    Hardware Information:

    MacBook Pro (13-inch, mid-2012)

    [Data sheet] - [User Guide] - [warranty & Service]

    MacBook Pro - model: MacBookPro9, 2

    1 2.5 GHz Intel Core i5 CPU: 2 strands

    4 GB of RAM expandable - [Instructions]

    BANK 0/DIMM0

    OK 2 GB DDR3 1600 MHz

    BANK 1/DIMM0

    OK 2 GB DDR3 1600 MHz

    Bluetooth: Good - transfer/Airdrop2 taken in charge

    Wireless: en1: 802.11 a/b/g/n

    Battery: Health = Normal - Cycle count = 785

    Video information:

    Graphics Intel HD 4000

    Color LCD 1280 x 800

    Software:

    OS X Mavericks 10.9.5 (13F34) - since startup time: less than an hour

    Disc information:

    HTS547550A9E384 disk HARD APPLE disk0: (500,11 GB) (rotation)

    EFI (disk0s1) < not mounted >: 210 MB

    Macintosh HD (disk0s2) /: 499,25 (Go 460,16 free) - 36 errors

    Drive failure!

    Recovery HD (disk0s3) < not mounted > [recovery]: 650 MB

    MATSHITADVD-R UJ - 8À8)

    USB information:

    Apple Inc. FaceTime HD camera (built-in)

    Apple Inc. BRCM20702 hub.

    Apple Inc. Bluetooth USB host controller.

    Apple Inc. Apple keyboard / Trackpad

    Computer, Inc. Apple IR receiver.

    Lightning information:

    Apple Inc. Thunderbolt_bus.

    Guardian:

    Mac App Store and identified developers

    Adware:

    ~/Library/Caches/com. Apple.Safari/extensions/Omnibar.safariextension

    ~/Library/Caches/com. Apple.Safari/extensions/Searchme-2.safariextension

    ~/Library/LaunchAgents/cinema-plus-1-1.ver

    ~/Library/LaunchAgents/cinema-plus-1-1_enabler.plist

    ~/Library/LaunchAgents/cinema-plus-1-1_updater.plist

    found 5 adware files. [Remove]

    Kernel extensions:

    / Library/Extensions

    [loading] com.symantec.nfm.kext (6.4.1f36 - SDK 10.9-2016-03-30) [Support]

    / System/Library/Extensions

    [loading] com.symantec.internetSecurity.kext (6.4f36 - SDK 10.8 - 2016-03-30) [Support]

    [loading] com.symantec.ips.kext (6.4f36 - SDK 10.8 - 2016-03-30) [Support]

    com.wibu.codemeter.CmUSBMassStorage [no charge] (1.0.7 - 2016-03-30) [Support]

    Launch system officers:

    [loaded] 5 tasks of Apple

    [loading] 142 tasks Apple

    [operation] 37 tasks Apple

    Launch system demons:

    [failure] com.wibu.CodeMeter.Server.plist (2013-11-15) [Support]

    [loaded] 50 jobs Apple

    [loading] 140 tasks Apple

    [operation] 59 tasks Apple

    Launch officers:

    [loading] com.symantec.errorreporter - periodicagent.NFM.plist (2015-09-28) [Support]

    [operation] com.symantec.uiagent.application.NFM.plist (2015-09-11) [Support]

    [loading] org.gpgtools.Libmacgpg.xpc.plist (2015-09-23) [Support]

    [loading] org.gpgtools.gpgmail.enable - bundles.plist (2015-03-08) [Support]

    [loading] org.gpgtools.gpgmail.patch - uuid - user .plist (2015-03-08) [Support]

    [loading] org.gpgtools.gpgmail.updater.plist (2015-09-23) [Support]

    [loading] org.gpgtools.macgpg2.fix.plist (2015-03-08) [Support]

    [market] org.gpgtools.macgpg2.shutdown - gpg - agent.plist (2015-03-08) [Support]

    [loading] org.gpgtools.macgpg2.updater.plist (2015-03-08) [Support]

    Launch demons:

    [loading] com.adobe.fpsaud.plist (2016-03-07) [Support]

    [loading] com.malwarebytes.MBAMHelperTool.plist (2016-04-08) [Support]

    [failure] com.symantec.SymLUHelper.NFM.plist (2015-09-11) [Support]

    [loading] com.symantec.UninstallerToolHelper.plist (2015-04-21) [Support]

    [operation] com.symantec.deepsight - extractor.NFM.plist (2014-09-10) [Support]

    [loading] com.symantec.errorreporter - periodic.NFM.plist (2015-09-28) [Support]

    [failure] com.symantec.liveupdate.daemon.NFM.plist (2015-09-11) [Support]

    [operation] com.symantec.sharedsettings.NFM.plist (2015-09-11) [Support]

    [operation] com.symantec.symdaemon.NFM.plist (2015-09-11) [Support]

    org.eyebeam.SelfControl.plist [no charge] (2014-12-26) [Support]

    [loading] org.gpgtools.gpgmail.patch - uuid.plist (2015-03-08) [Support]

    User launch officers:

    [no charge] cinema-more-1 - 1.ver (2014-10-28) Adware! [Remove] 

    [failure] cinema-more-1 - 1_enabler.plist (2014-11-06) Adware! [Remove] 

    [loading] cinema-more-1 - 1_updater.plist (2014-11-06) Adware! [Remove] 

    [loading] com.citrixonline.GoToMeeting.G2MUpdate.plist (2014-10-17) [Support]

    Items in user login:

    iTunesHelper Application (/ Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)

    iTunesHelper UNKNOWN (missing value)

    uTorrent UNKNOWN (missing value)

    Genieo UNKNOWN (missing value)

    TuneupMyMac UNKNOWN (missing value)

    Other applications:

    [ongoing] com.etresoft.EtreCheck.70432

    [loading] 442 tasks Apple

    [operation] 284 tasks Apple

    Plug-ins Internet:

    FlashPlayer - 10.6: 21.0.0.182 - SDK 10.6 (2016-03-10) [Support]

    QuickTime Plugin: 7.7.3 (2015-01-30)

    Flash Player: 21.0.0.182 - SDK 10.6 (2016-03-10) obsolete! Update

    Default browser: 537 - SDK 10.9 (2015-01-30)

    Silverlight: 5.1.40728.0 - SDK 10.6 (2015-08-24), [Support]

    NortonInternetSecurityBF: 6.4 - SDK 10.9 (2015-09-28) [Support]

    JavaAppletPlugin: 14.9.0 - 10.7 (2014-09-07) check the version of the SDK

    User Plug-ins internet:

    CitrixOnlineWebDeploymentPlugin: 1.0.105 (2013-04-25) [Support]

    Safari extensions:

    Norton Security (2016-02-11)

    Searchme (cache only) (2015-11-08) Adware! [Remove] 

    Omnibar (cache only) (2015-02-23) Adware! [Remove] 

    AdBlock (2016-03-18)

    3rd party preference panes:

    CodeMeter (2013-11-15) [Support]

    Flash Player (2016-03-07) [Support]

    GPGPreferences (2016-01-04) [Support]

    Time Machine:

    Time Machine not configured!

    Top of page process CPU:

    5% fontd

    3% kernel_task

    3% WindowServer

    0% com.apple.WebKit.WebContent

    0% aosnotifyd

    Top of page process of memory:

    Kernel_task 483 MB

    315 MB SymDaemon

    PluginProcess 217 MB

    180 MB Safari

    Mds_stores 94 MB

    Virtual memory information:

    1.04 Go free RAM

    2.96 used GB RAM (1.34 GB being cached)

    Used Swap 0 B

    Diagnostic information:

    April 8, 2016, Self test - 21:17:24

    Hello Chocbar648,

    Your hard drive may be faulty.

    You do not have a backup.

    You have adware.

    You must:

    (1) buy an external hard drive and make a Time Machine backup

    (2) use EtreCheck to remove your adware and perform another backup.

    (3) get rid of the antivirus software which obviously does you no good.

    (4) operate your machine for a week or two. Then run another EtreCheck. If you have disk errors, then you should get your hard drive replaced. It is possible that your antivirus is causing these errors.

    (5) If you continue to encounter disk errors, download your hard drive replaced in an Apple Store or Service Center authorized Apple. I suggest a Service authorised Apple Centre and see if they update your RAM and give you an SSD too. You don't need really to do with the Mavericks, but if you want to go to Yosemite or El Capitan, you'll thank me. Given that you need to open the machine

  • don't use not webcam. can I use video calls with the status of "invisible"?

    If I use no webcam, can I make a video call with Invisible"like status?

    In Invisible mode, you can do exactly the same thing as in online mode.

    Without a webcam, you can not start video calls, but you will be able to receive another person's video.

  • CopyFileEx calling with the COPY_FILE_NOBUFFERING flag is no longer works; the computer CRASHES

    Earlier this month, MS published KB3121255. One of the two issues he said to resolve: when you call the CopyFileEx function with the COPY_FILE_NO_BUFFERING option to copy files to a read-only Windows Server 2012 volume, Volume Shadow Copy Service (VSS) backup of the IP data server fails with an "ERROR_INVALID_PARAMETER" error message

    I started running in CopyFileEx + COPY_FILE_NO_BUFFERING problems in the last days. It is part of a supercharged version of the Replace.exe I've been using and improve for years. Because I wanted to see where each file has been COPIED with success, I always turn off the COPY_FILE_NO_BUFFERING. I tried to use my code to replace it today, and as soon as he informed me that he copied, it blocks HARD. So I loaded into the debugger and instrumented to it like crazy, particularly emphasizing the CopyFileEx calls. These calls are pass on only one computer, although I also use replace software update on other Win 7 (32 & 64-bit) machines on my home network.

    Of course, CopyFileEx is where it hangs. Allow me to set hanging for you (Replace is a console application):

    1. Call CopyFileEx with the COPY_FILE_NO_BUFFERING option (btw, my code tests the version of the OS to make sure that the option is supported before you use it).
    2. The deaths of the sytem STOPS; If I try to open an another command prompt, which weighs too much.
    3. Use Ctrl-Alt-pause to break into the debugger (running under VS 2012). She broke out and note that the system is in an impasse. Therefore an impasse that you are unable to force even a shutdown. VS works very well, and I see the stack of calls, variable in the sources of files, etc.. While I can close several applications, including VS, the app to replace launched by VS's not going anywhere. You must press the PC power button to do a forced stop, then walk back again.

    I installed KB3121255 hoping it would cure the problem, but he did not. In an attempt to learn more about when and where it crashes, I then coded a CopyProgressRoutine() reminder for I can see a little more on what Windows was done before she suffocated and hooked hard. For those who are familiar with CopyProgressRoutines, I was able to see a single entry, advising me of the first stream. Not ready to copy data, all notifier recall a stream was found. As soon as I return from CopyProgressRoutine() to the BONE, it's on. An impasse & hung.

    When I no longer use the COPY_FILE_NO_BUFFERING option, all this goes away. I'm tired and I have no more time for testing (almost 05:00 and I've been chasing this for the last hours 7 - when you have to restart several times it really drags things).

    HEY MICROSOFT: I hope that someone is going to look on this. KB3121255 has NOT this problem in Windows 7!

    Thank you...

    -dennis

    I'm running Windows 7 x 64 SP1. I have install all security updates as they come out and other optional as well (such as KB3121255). Here are a series of SYSTEMINFO, in case it's useful:

    Host name: DENNIS
    Name of the operating system: Microsoft Windows 7 Professional
    OS version: 6.1.7601 Service Pack 1 Build 7601
    OS manufacturer: Microsoft Corporation
    OS configuration: Standalone Workstation
    OS Build type: multiprocessor Free
    Registered owner: dennis
    Registered organization:
    Product ID: 00371-177-6350957-85666
    Original installation date: 27/04/2011, 20:52:36
    Starting system: 12/04/2016, 03:51:11
    Manufacturer: Lenovo
    System model: IdeaCentre K330
    Type of system: PC x 64
    Processor (s): 1 processor installed.
    [01]: Intel64 family 6 model 42 Stepping 7 GenuineIntel ~ 2584 Mhz
    BIOS version: LENOVO DKKT18AUS, 15/02/2011
    Windows directory: C:\windows
    System directory: C:\windows\system32
    Starting device: \Device\HarddiskVolume1
    Local system: en - us; English (United States)
    Input locale: en - us; English (United States)
    Time zone: (UTC-08:00) Pacific (U.S. & Canada)
    Total physical memory: 12 271 MB
    Available physical memory: 8 899 MB
    Virtual memory: Max size: 24 539 MB
    Virtual memory: available: 20 715 MB
    Virtual memory: in use: 3 824 MB
    Office (s) swap file: C:\pagefile.sys
    Area: HOME
    Logon server: \\DENNIS
    Corrections: 413 fixes installed.
    [01]: KB2849697
    [02]: KB2849696
    [03]: KB2841134
    [04]: KB2670838
    [05]: KB2830477
    [06]: KB2592687
    [07]: KB971033
    [08]: KB958559
    [09]: KB2305420
    [10]: KB2393802
    [11]: KB2479943
    [12]: KB2491683
    [13]: KB2492386
    [14]: KB2506014
    [15]: KB2506212
    [16]: KB2506928
    [17]: KB2509553
    [18]: KB2511455
    [19]: KB2515325
    [20]: KB2533552
    [21]: KB2534366
    [22]: KB2536275
    [23]: KB2536276
    [24]: KB2541014
    [25]: KB2544893
    [26]: KB2545698
    [27]: KB2547666
    [28]: KB2552343
    [29]: KB2556532
    [30]: KB2560656
    [31]: KB2563227
    [32]: KB2564958
    [33]: KB2570947
    [34]: KB2574819
    [35]: KB2579686
    [36]: KB2584146
    [37]: KB2585542
    [38]: KB2603229
    [39]: KB2604115
    [40]: KB2619339
    [41]: KB2620704
    [42]: KB2621440
    [43]: KB2631813
    [44]: KB2639308
    [45]: KB2640148
    [46]: KB2644615
    [47]: KB2645640
    [48]: KB2647753
    [49]: KB2653956
    [50]: KB2654428
    [51]: KB2660075
    [52]: KB2661254
    [53]: KB2664825
    [54]: KB2667402
    [55]: KB2676562
    [56]: KB2679255
    [57]: KB2685811
    [58]: KB2685813
    [59]: KB2685939
    [60]: KB2690533
    [61]: KB2698365
    [62]: KB2699779
    [63]: KB2705219
    [64]: KB2709630
    [65]: KB2709715
    [66]: KB2709981
    [67]: KB2712808
    [68]: KB2718704
    [69]: KB2719857
    [70]: KB2724197
    [71]: KB2726535
    [72]: KB2727528
    [73]: KB2729094
    [74]: KB2729452
    [75]: KB2732059
    [76]: KB2732487
    [77]: KB2732500
    [78]: KB2735855
    [79]: KB2736422
    [80]: KB2742599
    [81]: KB2743555
    [82]: KB2750841
    [83]: KB2756921
    [84]: KB2757638
    [85]: KB2761217
    [86]: KB2763523
    [87]: KB2770660
    [88]: KB2773072
    [89]: KB2785220
    [90]: KB2786081
    [91]: KB2789645
    [92]: KB2790655
    [93]: KB2791765
    [94]: KB2798162
    [95]: KB2799494
    [96]: KB2799926
    [97]: KB2800095
    [98]: KB2803821
    [99]: KB2807986
    [100]: KB2808679
    [101]: KB2813170
    [102]: KB2813347
    [103]: KB2813430
    [104]: KB2813956
    [105]: KB2820197
    [106]: KB2820331
    [107]: KB2832414
    [108]: KB2833946
    [109]: KB2834140
    [110]: KB2834886
    [111]: KB2835361
    [112]: KB2835364
    [113]: KB2836502
    [114]: KB2836943
    [115]: KB2839894
    [116]: KB2840149
    [117]: KB2840631
    [118]: KB2844286
    [119]: KB2845187
    [120]: KB2845690
    [121]: KB2847311
    [122]: KB2847927
    [123]: KB2849470
    [124]: KB2852386
    [125]: KB2857650
    [126]: KB2861191
    [127]: KB2861698
    [128]: KB2861855
    [129]: KB2862152
    [130]: KB2862330
    [131]: KB2862335
    [132]: KB2862966
    [133]: KB2862973
    [134]: KB2863058
    [135]: KB2863240
    [136]: KB2864058
    [137]: KB2864202
    [138]: KB2868038
    [139]: KB2868116
    [140]: KB2868623
    [141]: KB2868626
    [142]: KB2868725
    [143]: KB2871997
    [144]: KB2872339
    [145]: KB2875783
    [146]: KB2876284
    [147]: KB2876331
    [148]: KB2882822
    [149]: KB2883150
    [150]: KB2884256
    [151]: KB2887069
    [152]: KB2888049
    [153]: KB2891804
    [154]: KB2892074
    [155]: KB2893294
    [156]: KB2893519
    [157]: KB2893984
    [158]: KB2894844
    [159]: KB2898857
    [160]: KB2900986
    [161]: KB2901112
    [162]: KB2904266
    [163]: KB2911501
    [164]: KB2912390
    [165]: KB2913152
    [166]: KB2913431
    [167]: KB2913602
    [168]: KB2913751
    [169]: KB2916036
    [170]: KB2918614
    [171]: KB2919469
    [172]: KB2922229
    [173]: KB2923545
    [174]: KB2926765
    [175]: KB2928562
    [176]: KB2929437
    [177]: KB2929733
    [178]: KB2929755
    [179]: KB2929961
    [180]: KB2930275
    [181]: KB2931356
    [182]: KB2937610
    [183]: KB2939576
    [184]: KB2943357
    [185]: KB2949927
    [186]: KB2957189
    [187]: KB2957503
    [188]: KB2957509
    [189]: KB2957689
    [190]: KB2961072
    [191]: KB2962872
    [192]: KB2965788
    [193]: KB2968294
    [194]: KB2970228
    [195]: KB2971850
    [196]: KB2972100
    [197]: KB2972211
    [198]: KB2972280
    [199]: KB2973112
    [200]: KB2973201
    [201]: KB2973337
    [202]: KB2973351
    [203]: KB2976627
    [204]: KB2976897
    [205]: KB2977292
    [206]: KB2977629
    [207]: KB2977728
    [208]: KB2978092
    [209]: KB2978120
    [210]: KB2978668
    [211]: KB2978742
    [212]: KB2979570
    [213]: KB2980245
    [214]: KB2981580
    [215]: KB2982378
    [216]: KB2984972
    [217]: KB2984976
    [218]: KB2984981
    [219]: KB2987107
    [220]: KB2990214
    [221]: KB2991963
    [222]: KB2992611
    [223]: KB2993651
    [224]: KB2993958
    [225]: KB2994023
    [226]: KB2998527
    [227]: KB2999226
    [228]: KB3000061
    [229]: KB3000869
    [230]: KB3000988
    [231]: KB3001554
    [232]: KB3002885
    [233]: KB3003057
    [234]: KB3003743
    [235]: KB3004361
    [236]: KB3004375
    [237]: KB3005607
    [238]: KB3006121
    [239]: KB3006137
    [240]: KB3006226
    [241]: KB3008627
    [242]: KB3008923
    [243]: KB3009736
    [244]: KB3010788
    [245]: KB3011780
    [246]:
    Network adapters: 1 card installed.
    [01]: Intel 82579V Gigabit Network Connection
    Connection name: local connection
    DHCP enabled: Yes
    DHCP server: 192.168.1.1
    IP addresses
    [01]: 192.168.1.221
    [02]: fe80::a962:4d4c:1f37:afef
    [03]: 2601:602:8f01:1900:5105:b4fb:7ace:c8cd
    [04]: 2601:602:8f01:1900:a962:4d4c:1f37:afef

    This issue is beyond the scope of this site (for consumers) and to be sure, you get the best (and fastest) reply, we have to ask either on Technet (for IT Pro) or MSDN (for developers)

    If you give us a link to the new thread we can point to some resources it
  • Internet link with the GET parameter

    I try to make a link to a Web page at the end of my session of e-Learning with GET - parameters e.g. http://www.MyPage.com?PAR1=name & PAR2 = Surname

    Is it possible to do that - I tried to use custom variables (NAME, first NAME) and try to make a link to a URL like

    NAME of http://www.mypage.com?par1=$ $$$ & par2 = NAME$ $$$ but the url with the content of the Captivate process variables won´t.

    You can not do like this directly from Captivate unfortunately.

    You must create a JavaScript function instead (and put in your HTML) and then call this function from Captivate. With the help of JavaScript, it is possible to recover the user defined and variable system in Captivate, then you can build your link as you please.

    / Michael

    Click here to visit the blog of www.captivate4.com

  • Browser launch a call with the active cache

    We did a simple Web site, with a simple link to site.com/logout url.

    When I turn off the cache of the browser the request starts and ends without any problem.

    When I activate the browser cache demand begins to site.com/logout page is updated with a 302 code (I don't have 302 redirections in the Web site) and I am unable to connect to the application by the developers of the browser tools.

    Chrome all works well, just to Firefox if the cache is enabled, it launches the GET request to site.com/logout

    How can it be possible?

    You can check the HTTP response with the Live Http Headers extension headers

  • Block calls with the Expressway CPL script custom field empty

    We currently have a CPL script in place on our highway E we use to restrict access to certain devices.  We found that we had a call from h323 come in which the field is empty, it is somehow making it through scripting and is able to call anything.  Here are our current config:

    -

    -

    -

    -

    http://www.w3.org/2001/XMLSchema-instance"xmlns:taa ="http://www.tandberg.net/cpl-extensions">."



    -

    -

    -

    We tried to change the rules where the origin is empty, or just simply have a *, but it doesn't seem to work.  Anyone have ideas on how to match a call when the field is empty?

    Thanks in advance!

    I get the these calls all the time. the CPL script that I use to block is attached.

    Question of the use of the good source and destination, for example in the attached CPL, I use:

  • Is Portege R600 - possible to make a call with the SIM card?

    Hello

    I wonder if its possible to use 5 wireless connections Manager and to make or receive a call?

    Hello

    I m not very good but in my opinion, you can use the internal 3G modem for data transfer only. The 3G modem supports UMTS frequency band and allows you to use your mobile phone card and connect to internet with higher speed.
    But I doubt that you can use your R600 like mobile phone

  • Select the list with the pagination in report Interfactive

    Hi all

    IAM using apex 3.2.1.

    IAM using interactive report, it contains 15 thousand documents. By default, only two options are there related interactive x to y and x to y of z paging. It is very difficult to find the lines of the given scope.

    In the report selection list Sql with pagination and search (defined according to the pagination) engine are provided.

    I want to use these options in my interactive report

    I f anyone knows the solution please inform me.


    Thanks in advance

    Balu

    Hello

    OK, the issue seems to be with IE.
    I try to check what I can do about it.

    I'll publish the solution later

    Kind regards
    Jari

Maybe you are looking for