Updated content item highlight when execute the query returns records to prevent

Hello

I use form 10g and I was wondering if it is possible to achieve the effect shows:

The performance of a query for a block of data in data table, the content / the value of the first element in the first record returned is always highlighted. Is it possible to prevent this highlighting, and simply place the focus of the cursor on the 'start' of the field before the first character of the value of the element. Thanks in advance for any suggestions,

Kind regards

Kevin.

Keep the position of the cursor to Yes Dungeon.
Right after the call to the build-in execute_query try a synchronization;

Tags: Oracle Development

Similar Questions

  • Problem regarding content previously highlighted when you view the file in Acrobat DC.

    I have a problem with the content previously highlighted when you view the file in Acrobat DC. There is no problem in earlier versions of Acrobat. I pointed out the portions many documents with a point culminating opacity 50% and now shows the text in black and white and highlighted portions are not readable. This only became an issue when I recently installed Acrobat DC. The system is Windows 7. Y at - it a setting I need to select to make the text readable again?

    To change the color and opacity of the commentary on the matches of the current document, you can use script below.

    Note : this script will replace the opacity settings and the color of all the comments of highlight for PDF files open. Please save documents before store you settings to highlight comments. This script can be used until a fix is available.

    Steps to follow:

    1. open all PDFs in Acrobat DC comments are present in the games.

    2. press Ctrl + j

    3. in the lower part of the text, copy the Script below.

    4. Select all of the text copied in the previous step, and then press Ctrl + Enter

    5 opacity of all comment games goes to 100% and change color to light gray.

    *******************************************************

    var hightlightColor = color.ltGray;

    var highlightOpacity = 1.0;

    DDP = app.activeDocs;

    for (docNum = 0; docNum)< pdd.length;="">

    commentArray = DP [docNum] .getAnnots ();

    for (i = 0; i< commentarray.length;="">

    If (commentArray [i] .Guy == "Highlight": game commentArray [i] == "HighlightNote") {}

    commentArray [i] .opacity = highlightOpacity;

    commentArray [i] .strokeColor = hightlightColor;

    }

    }

    }

    **********************************************************

    You can change the opacity (highlightOpacity in above script ) for any value between 0.0 and 1.0, where 0.0 is transparent and 1.0 is opaque.

    Some possible values for the highlight color (hightlightColor in above script) are: color.blue, color.cyan, color.yellow, color.gray, color.magenta, color.red, color.green.

    Rohit-

  • Issue when executing the planning of business rules

    Hello

    I get the following error when trying to run a Planning Business Rules of EPMA production environment. The same rules of business work without any problem in UAT which is exactly in line with the production.

    Getting the following message while starting business rules:

    Error detected while trying to perform the work: naming rules

    Newspaper:

    [ACTIVE] ExecuteThread FATAL: '2' for queue: com.hyperion.planning.calcmgr.HspCalcMgr '(self-adjusting) weblogic.kernel.Default"- cannot run validateRule(). An error occurred when executing the specified calc script. See the log for more details.
    -Cannot run validateRule(). An error occurred when executing the specified calc script. See the log for more details.

    FATAL Thread-2352 calcmgr.launch - Server/Application/base of data: localhost Business Rule Name: user: M05 FP data planning.     Exception: com.hyperion.planning.InvalidCalcException: an error occurred when executing the specified calc script. See the log for more details.

    com.hyperion.planning.InvalidCalcException: an error occurred when executing the specified calc script. See the log for more details.

    Please could someone tell if you're aware of something like this?

    Thank you
    Jean

    Remove essbase Server console of Regional service,
    Add Server Essbase with IP address or host name and try again.

  • How to implement enter and execute the query in the ADF

    I'm new to ADF and I'm trying to create a simple data entry in ADF 11 g based on a database table. I'm looking to implement the equivalent of the request function enter and execute the query in Oracle Forms. I tried the default operations that are available with the data controls. But they don't seem to have this feature. Can someone help / tell me how this can be implemented.

    Thank you
    Srini.

    How to add a query Panel? Who has the most benefits that the use of Find.

    More info on af:query

    http://docs.Oracle.com/CD/E28389_01/apirefs.1111/e12419/tagdoc/af_query.html

    Arun-

  • Add a string when the query returns all records

    DB version: 11.2

    create table t (empname varchar2 (25), salary number, varchar2 (20) months, number of over_time);

    insert into values t ('JOHN', 2000, "NOVEMBER2014", 0);

    insert into values t ('KATE', 2000, "NOVEMBER2014", 300);

    insert into values t ('HANS', 5000, "NOVEMBER2014", 100);

    insert into values t ("KRISHNA", 2500, "NOVEMBER2014", 0);

    insert into values t ("SIEW", 3000, "NOVEMBER2014", 0);

    commit;

    SQL > select * from t;

    EMPNAME MONTHS SALARY OVER_TIME

    ------------------------- ---------- -------------------- ----------

    JOHN 2000 NOVEMBER2014 0

    KATE 2000 NOVEMBER2014 300

    HANS 5000 NOVEMBER2014 100

    KRISHNA 2500 NOVEMBER2014 0

    SIEW 3000 NOVEMBER2014 0

    SQL > select * from t where MONTH = 'NOVEMBER2014' and OVER_TIME! = 0 ;

    EMPNAME MONTHS SALARY OVER_TIME

    ------------------------- ---------- -------------------- ----------

    KATE 2000 NOVEMBER2014 300

    HANS 5000 NOVEMBER2014 100

    What I need is:

    If the query above returns at least one record, it should display the line ' Yes. We have one or more employees who worked overtime in November2014'

    before the documents are printed

    Thus, the expected production is

    Yes. We have one or more employees who worked overtime at the November2014

    EMPNAME MONTHS SALARY OVER_TIME

    ------------------------- ---------- -------------------- ----------

    KATE 2000 NOVEMBER2014 300

    HANS 5000 NOVEMBER2014 100

    If the query returns no records then usual 'no rows selected' isn't enough

    Lothar G.f. says:

    In fact, sql * more is no good tool for use considered.

    Really?  It may be a good reporting tool if you learn to use it as such...

    for example

    SQL > ttitle left 'Yes. We have one or more employees who worked overtime in November2014.
    SQL > select * from emp where empno = 1234;

    no selected line

    SQL > select * from emp where empno = 7788;

    Yes. We have one or more employees who worked overtime at the November2014
    EMPNO, ENAME, JOB HIREDATE DEPTNO COMM SAL MGR
    ---------- ---------- --------- ---------- -------------------- ---------- ---------- ----------
    7788, SCOTT, ANALYST, 7566 19 APRIL 1987 00:00:00 3000 20

    This is just a basic example.  It is possible to get SQL * more to ask for the required criteria and that the title could adjust according to this criterion, as well as the query building on it also.

    However, the OP did not specify SQL * as the reporting tool, so there is little interest providing a complete solution which, until they specify what user interface that they are actually using.

  • How to execute the query automatically when a query is added, Panel

    Hello

    Jdev: 12.1.3

    I added a queryPanel (af:query) on my Page. Everything works fine when I do a search.

    I wish I had the original Version to run the query that is executed automatically when loading the page. How can this be achieved?

    What I have to do this explicitly, or is it a property that I can use?

    See you soon

    AJ

    You can generate the default display criteria again, setting the mode to automatic query.

    You generate default criteria by adding each attribute to a criterion without specifying and literal bind variable.

    Timo

  • Fill a text element to EXECUTE the QUERY

    Fill a text element when a list item is changed by using the following code in a trigger WHEN-LIST-CHANGED:

    SELECT ROOM_DESC IN: SESSIONS. ROOM_DESC OF ROOMS WHERE ROOM_REF =: SESSIONS. ROOM_REF;

    It works fine but when I start a new form and click on run query that do not appear in the text element data.

    What type of trigger can I use these data through when I press to run the query and if I can use the same code?

    Bravo guys

    Hello

    This because when you pull, the trigger WHEN LIST-CHANGED does not occur. So, write the same line in the trigger after REQUEST of the block.

    Kind regards

    Manu.

    If my answer or the answer to another person has been useful or appropriate, please mark accordingly

  • Error-63101 when executing the FPGA Interface C API Generator in LabVIEW 2012

    I'm using LabWindows CVI 2012 and 2012 LabVIEW FPGA module.  I try to use the FPGA Interface C API generator and I get the following error from a freshly generated .lvbitx bitfile.  I use the local server compiles on my PC.

    Error-63101

    NOR-RIO: A valid .lvbitx bitfile is required. If you are using a valid .lvbitx bitfile, the bitfile maybe isn't compatible with the software you use. Determine which version of LabVIEW was used to make the bitfile, upgrade your software to this version or later, and then try again.

    The problem occurs when executing CVI or LabVIEW.  I was able to do this earlier when I was compiling the FPGA in LabVIEW with the API generator 2011 downloaded from the Web site.

    A bit of weirdness in my setup, it's that I charged it off downloads from the website (latest files after 2012 NIWeek) rather than the normal distribution DVD.  I installed LabVIEW, so NI RIO, then the Xilinx tools compatible with 2012.  It works very well when you talk to the FPGA to a LabVIEW vi running on my Windows PC to the host.

    Any suggestions?

    Problem solved.  I had to download FPGA Interface C API generator 12.0.  It works now.

    I would have thought that if a product was called on the menu in LabVIEW 2012, it would be prompted to upgrade to a compatible version, when I installed LabVIEW.  The old version is not compatible with version 3.0 bitfiles, as identified on the following lines at the top of the .lvbitx file:



     3.0

  • I can't windows media udate player. I get the 0x8007007e error code when executing the validation program.

    I bought this computer new with XP about 5 years ago with no update problems in the past.

    What are the causes of error 0x8007007E ?

    When you use the Windows Update site, you can find that the service is unable to update your computer and returns a "General error":

    0x800a138f

    However, the REAL error code we need is in the Windows Update log.

    The windows update log is in the following locations:

    C:\Windows\Windows Update.log (Win XP only)

    Just copy and paste the above in Windows Explorer and the
    file will open automatically in Notepad on your computer utility.

    Most recent journal entries will be at the bottom. Search for entries of update failed and you will see an error next to him.

    Use the following tips to try to fix the 0x80072EE2 error... After each test point to determine if the problem is resolved.

    The most likely entry that you will see is:

    Error IUENGINE Determining computer configuration (error 0x8007007E: the specified module could not be found.)

    This article explains how to fix the 0x8007007E error code...

    What is the problem of 0x8007007E?

    I don't want to get too technical, but here are the main reasons for this error code is generated:

    (a) there are a number of security and bug issues in Microsoft XML (MSXML) version 3.0 - SP3 Analyzer.

    (b) the 0x8007007E error can also be caused by missing or corrupted dynamic link library (.) DLL files) - CABINET. DLL and URLMON. DLL.

    Here's how to try to solve the problem of 0x8007007E:

    (Step 1) - Windows XP only...

    There are a lot of applications provided with MSXML 3.0. Uninstalling one of these applications on a Windows XP system could potentially remove the MSXML 3.0 assembly files (msxml3.dll and msxml3r.dll).
    We shouldn't have to register only a single file...

    To do this:

    Click on Start menu and then click the icon for the race.
    In the small box that opens, type the three letters: cmd, and then click the OK button.
    In the command prompt window that has just opened (a black background and white text), type the following commands, pressing the ENTER key on your keyboard subsequently:

    regsvr32 msxml3.dll

    Now, type in the word: output and the window will close.
    Now restart and try and Microsoft Windows Update again...

    If it fails with the error 0x8007007E once again try step 2

    (Step 2) - Windows XP only...

    Now lets you update your system with the latest Microsoft XML Parser (MSXML) version 3.0 SP4

    Download here (use the msxml3usa.msi for the English version.)

    Notes...

    (a) you have to reinstall MSXML 3.0 Service Pack 4 If you upgraded to Windows XP to a computer running one of the operating systems following:

    -Windows 98

    -Windows ME

    -Windows NT 4.0

    (b) Windows 2003 Server
    comes with version 3.0 - SP4 and if you do not need to install it.

    (c) occasionally, Setup may need to restart the computer, but fails to inform the user. So restart your machine just in case. Then try Windows Update again.

    (d) to install a localized version (for example English) MSXML 3.0 SP4 on a system different from the previously installed/local (for example the French) version of MSXML 3.0 SP4, follow these steps:

    Cancel the existing record of the installation package by running the following command in a command prompt window:

    msiexec /x {45534579-B75B-4A42-953B-2EF8E1DEB4F3} /qn

    Now, install the new language version of MSXML 3.0 SP4.

    If it fails with the error 0x8007007E once again try step 3

    (Step 3) - Windows XP only...

    Search for missing/corrupted system files...

    Windows XP comes with a wonderful tool called System File Checker (SFC) it scans and verifies the versions of all protected system files after you restart your computer... However, it can sometimes miss a problem, so we can run the tool now to replace the CABINET. DLL and URLMON. DLL, if there is a problem with them:

    To do this:

    Click on Start menu and then click the icon for the race. In the small box that opens, type the three letters: cmd, and then click the OK button. In the command prompt window that has just opened (a black background and white text), type the following command:

    SFC/scannow

    then click OK

    You must be logged on as a member of the Administrators group to run SFC.

    You will need your Windows XP CD during this procedure if SFC needs to get an original file. Remember that Windows XP can have multiple instances of a. DLL to the folder and don't forget what version to which program.

    Notes...

    I was asked if it is possible to have a show of "progress meter" during the execution of SFC... It's the registry hack you need. Please do not go play with your registry if you don't know what you do!

    The system key: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]

    Value name: SFCShowProgress

    Data type: REG_DWORD (DWORD value)

    Value data: (0 = disabled, 1 = on)

    IMPORTANT: This article will cure the problem 0x8007007E for many of you. However if it does NOT then I would like to here from you. Alternatively, have you tried something else that worked? Then send me the fix too!

    You can also find these useful error codes - for future reference, especially trying to understand error messages in the Windows Update log! (They are given here as a guide for general problems and further research on your part to solve the particular problem you may have.

  • -You also get an invalid identifier error when executing this query sql for a data model, but not in TOAD/SQL Developer?

    Hello OTN.

    I don't understand why my sql query will pass by in the data model of the BI Publisher. I created a new data model, chose the data source and type of Standard SQL = SQL. I tried several databases and all the same error in BI Publisher, but the application works well in TOAD / SQL Developer. So, I think it might be something with my case so I'm tender hand to you to try and let me know if you get the same result as me.

    The query is:

    SELECT to_char (to_date ('15-' |)) TO_CHAR(:P_MONTH) | » -'|| (To_char(:P_YEAR), "YYYY-DD-MONTH") - 90, "YYYYMM") as yrmth FROM DUAL


    Values of the variable:

    : P_MONTH = APRIL

    : P_YEAR = 2015

    I tried multiple variations and not had much luck. Here are the other options I've tried:

    WITH DATES AS

    (

    Select TO_NUMBER (decode (: P_MONTH, 'JANUARY', '01',))

    'FEBRUARY', '02',.

    'MARCH', '03'.

    'APRIL', '04'

    'MAY', '05'.

    'JUNE', '06'.

    'JULY', '07',.

    'AUGUST', '08'.

    'SEPTEMBER', '09'.

    'OCTOBER', '10',.

    'NOVEMBER', '11'.

    "DECEMBER", "12."

    '01')) as mth_nbr

    of the double

    )

    SELECT to_char (to_date ('15-' |)) MTH_NBR | » -'|| (TO_CHAR(:P_YEAR), 'DD-MM-YYYY') - 90, "YYYYMM")

    OF DATES

    SELECT to_char (to_date ('15-' |: P_MONTH |)) » -'|| ((: P_YEAR, 'MONTH-DD-YYYY')-90, "YYYYMM") as yrmth FROM DUAL

    I'm running out of ideas and I don't know why it does not work. If anyone has any suggestions or ideas, please let me know. I always mark answers correct and useful in my thread and I appreciate all your help.

    Best regards

    -Konrad

    So I thought to it. It seems that there is a bug/lag between the guest screen that appears when you enter SQL in the data model and parameter values, to at model/value data.

    Here's how I solved my problem.

    I have created a new data model and first created all my settings required in the data model (including the default values without quotes, i.e. APRIL instead "Of APRIL") and then saved.

    Then I stuck my sql query in the data model and when I clicked ok, I entered my string values in the message box with single quotes (i.e. "in APRIL' instead of APRIL)

    After entering the values of string with single quotes in the dialog box, I was able to retrieve the columns in the data model and save.

    In the data tab, is no longer, I had to enter the values in single quotes, but entered values normally instead, and the code worked.

    It seems the box prompted to bind the values of the variables when the SQL text in a data model expects strings to be wrapped in single quotes, but no where else. It's a big headache for me, but I'm glad that I solved it, and I hope this can be of help to other institutions.

    See you soon.

  • How the importance of the "advice" in a SQL query when optimizing the query?

    I'm tuning an application (Documentum) and the query contains advice. See the request below for example... a very simple example to show the point; actual queries are one more page of time with several joins.

    During approval of the application (possibly adding new indexes), how is it important to grant the request WITH ADVICE, or can I get advice from the setting process? It's the FORCE_ORDER indicator.

    Select / * + SORTED * / object_name dm_sysobject_s;

    Welcome to the forum!

    Whenever you post, provide your Oracle 4-digit.
    >
    I'm tuning an application (Documentum) and the query contains advice. See the request below for example... a very simple example to show the point; actual queries are one more page of time with several joins.

    During approval of the application (possibly adding new indexes), how is it important to grant the request WITH ADVICE, or can I get advice from the setting process? It's the FORCE_ORDER indicator.

    Select / * + SORTED * / object_name dm_sysobject_s;
    >
    The overall goal is to have NO clues in the production code.

    Advice would normally be to help determine why Oracle has not chosen the best plan for the work to do. Once you know which plan is best seeks the Oracle to use this plan without the need to add a hint to do.

    Tips are sometimes necessary (e.g. the DRIVING_SITE hint) and for batch processes that operate on independent tables (intermediate tables) APPEND it hint is used oftne.

    Who put the tip in the Documentum query? If she was not part of your own people to be careful if you decide to remove it.

    When you have a query that is already at work that has a hint of make you that get the current execution plan before you make changes to the query. You will need this plan after that any withdrawal "tuning" or suspicion that do you to make sure that the plan has not changed.

  • What happens when executing the statement truncation is canceled

    Hi all

    I executed the statement Truncate table in TOAD by mistake and canceled the execution immediately.
    now I can see that this table has records in there,
    What is exactly? When the executed get statement? in the end, after he has removed all the lines? or after the deletion of each record?

    so just need to know when exactly the get commited statement?

    TRUNCATE is DDL; who undertakes implied.
    Either you have all lines or lines ZERO .
    Since you have a few lines, I find that you have all the lines.

  • Get the error when executing the duplicate command

    RMAN > JEFFDUP duplicate target database;

    From duplicate Db 18 January 11
    using the control file of the target instead of recovery catalog database
    allocated channel: ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: sid = 156 devtype = DISK

    content of Script memory:
    {
    until the SNA 1188531.
    the value of newname for datafile 1 to
    "C:\ORACLE\SYSTEM01. DBF ';
    the value of newname for datafile 2 to
    "C:\ORACLE\UNDOTBS01. DBF ';
    the value of newname for datafile 3 to
    "C:\ORACLE\SYSAUX01. DBF ';
    the value of newname for datafile 4 to
    "C:\ORACLE\USERS01. DBF ';
    the value of newname for datafile 5 to
    "C:\ORACLE\EXAMPLE01. DBF ';
    restoration
    see readonly
    clone database
    ;
    }
    execution of Script memory

    executing command: SET until clause

    executing command: SET NEWNAME

    executing command: SET NEWNAME

    executing command: SET NEWNAME

    executing command: SET NEWNAME

    executing command: SET NEWNAME

    From restoration to January 18, 11
    using the ORA_AUX_DISK_1 channel

    channel ORA_AUX_DISK_1: from datafile backupset restoration
    channel ORA_AUX_DISK_1: specifying datafile (s) to restore from backup set
    restoring datafile 00001 to C:\ORACLE\SYSTEM01. DBF
    restoring datafile 00002 to C:\ORACLE\UNDOTBS01. DBF
    restoring datafile 00003 to C:\ORACLE\SYSAUX01. DBF
    restoring datafile 00004 to C:\ORACLE\USERS01. DBF
    restoring datafile 00005 to C:\ORACLE\EXAMPLE01. DBF
    channel ORA_AUX_DISK_1: reading from the backup C:\ORACLE\PRODUCT\10.2.0\DB_2\FLASH_RECOVERY_AREA\ORCL4\BACKUPSET\2011_01_10\O1_MF_NNNDF_TAG20110110T001815_6L piece
    QJM5_. BKP
    channel ORA_AUX_DISK_1: restored the backup part 1
    room handle=C:\ORACLE\PRODUCT\10.2.0\DB_2\FLASH_RECOVERY_AREA\ORCL4\BACKUPSET\2011_01_10\O1_MF_NNNDF_TAG20110110T001815_6LN0QJM5_. Tag BKP = TAG20110110T001815
    channel ORA_AUX_DISK_1: restoration complete, duration: 00:01:06
    Finished restore-18 Jan 11
    SQL statement: CREATE 'JEFFDUP' of CONTROLFILE REUSE DATABASE RESETLOGS ARCHIVELOG VALUE
    MAXLOGFILES 16
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    MAXINSTANCES 8
    MAXLOGHISTORY 292
    LOGFILE
    GROUP 1 (' C:\ORACLE\REDO01.) LOG ') RE-USE OF SIZE OF 50 M.
    GROUP 2 (' C:\ORACLE\REDO02.) LOG ') RE-USE OF SIZE OF 50 M.
    GROUP 3 (' C:\ORACLE\REDO03.) LOG ') SIZE 50 M REUSE
    DATA FILE
    ' C:\ORACLE\SYSTEM01. DBF'
    WE8MSWIN1252 CHARACTER SET

    **RMAN-00571: ===========================================================**
    * RMAN-00569: = ERROR MESSAGE STACK FOLLOWS = *.
    **RMAN-00571: ===========================================================**
    * RMAN-03002: failure of Db in dual at 18/01/2011 19:10:32 *.
    * Error ORACLE RMAN-06136: auxiliary database: ORA-01503: CREATE CONTROLFILE failure *.
    * ORA-01130: database file version 10.2.0.3.0 incompatible with ORACLE version 10.2.0.0.0 *.
    * ORA-01110: data file 1: ' C:\ORACLE\SYSTEM01. DBF'*.


    Please help me in this...
    Thank you...

    ORA-01130: database file version 10.2.0.3.0 incompatible with ORACLE version 10.2.0.0.0

    Visit this link:

    http://www.orafaq.com/maillist/Oracle-l/2006/12/07/0255.htm

    A similar problem and the reason is a COMPATIBLE lower on the side of the target parameter.

    Werner

  • Obtained at least one appeal of reading when executing the ODI interfaces

    Hi all

    I get 'Got minus one to read call' during the execution of the ODI interfaces... It is a failure when executing interface... Why this error occurs and where to look?
    Appreciate if someone responds.

    Thanks in advance
    RAM

    Check the listener.log.
    If there is a "TNS-12518: TNS:listener could not hand off client connection."
    use Note 550859.1 GUIDE to TROUBLESHOOTING TNS-12518 TNS listener could not hand off client connection

  • Error oracle FRM-40505 unable to execute the query

    Hi gurus,

    When query the values in host order of Super order management user

    The following error is displayed:

    FRM-40505: ORACLE error: cannot perform the query

    What is the solution for this error?

    Concerning

    SBJ *.

    Take a look at Metalink Note: "Troubleshooting FRM-40505 [ID 1004134.6].

    Khan

Maybe you are looking for

  • Console opens when I open new window

    If I open the new window or start Firefox console will pop up. I reinstalled, but the problem doesn't go away.

  • My new HP Officejet 6500 a does not appear in the printers and faxes

    The HP Officejet 6500 a printer is a wireless all-in-one with fax, print, copy, scan.  I don't intend to use the fax and who did not put in place.  But what displays in the start menu > printers and faxes is the fax but not the printer.  So I can't s

  • Disc lost for printer

    Hi, I accidentally threw the disk on my new printer, I had not yet even downloaded. What is the best way to have replaced? Thank you

  • I'm missing Windows Installer.

    Some Windows updates do not work, and also the Apple ITunes updates do not work. I've been on the forums of users of Microsoft and Apple.  I received so many different things to try (I tried all!), but nothing has worked. My simple question is HOW TO

  • Need help to remove viruses

    Original title: need help to get rid of the virus, a little desperate, ive tried many other things! I have an unknown number of virus and for some reason any slipped beyond my antivirus and now they stop my antivirus doesn't let me go on some website