Using key-exeqry to fill the block, next_record draws FRM-41009

I use the database to web forms 6.0.8.18.3 (patch9 6i) and 10 g
I'm a new form of another very similar screen
format but presenting it as child of parent data view
(inversion even parent child format screens)
The new screen has 2 t tabs, 2 blocks per tab (no master/detail)
I want to preserve the prior form even
Query_data_source_name block property selects (if possible)
(This preserves the enter-query/run the query on the block (works fine))

I want to fill a block table (table based) (query only)
based on the user to enter a (child) number, one or several lines back
(the first field is entrable (control number) and the rest are display)
aim: so that the user can query by numeric field and get data of parent/child.
I can do a direct 'select' in the fields and create an ok record.
But fails if to_many_records returns (error)

That's why I need the game cursor, loop, extraction, next_record
To return the number of records.


In a process called by a trigger key_exeqry to fill the block.
I use next_record in my loop, but get FRM-41009
How can I do this via a key_exeqry?
If it isn't
is there a way to "break with the key_exeqry."
make the loop (in a place where I won't have a mistake)
based on the parameters passed to fill the block?

Here's my logic-(not ideal) block/Key-exeqry

If the input field is null then
Null; -allows to f7/f8 any request NICU query data source name (ok)
Elsif not null
Validate select--post number with select
If no data found error message (ok)
Would be - for as many lines can
Record proc call loop multi
Make the cursor of procedure record (Programs Unit) multi select/loop/fetch(fails /no next_record allowed!)
I'm a rotation of the loop and land on the last record
(The problem is that the next_record is not allowed.)
If the non-null field and a flag not on(=N)
Call single_record_populate (select into) (works fine-ok) procedure
End if;
I saw A. Weiden post that "key-exeqry is triggered once for the request,
so you will not have a chance to make an operation due to a recording inside "."
(so there is a better way)
But is there a way to do this - do a block populate (with loop) based on a trigger key-exeqry?
(75% of the srcreen needs work well so far)
Thank you.
Here's the real KEY-EXEQRY

declare
number of v_parent_mode_id;
v_ep_num varchar2 (4);
v_ep_description varchar2 (120);
number of v_cd_Id;
v_cd_capture_percent number (6.3);
number of dummy_alt;
v_error_flag varchar2 (1);
action varchar (80);
p_out_parent_mode_id number (10): = v_parent_mode_id;
p_out_cd_Id number (10): = v_cd_Id;
p_out_ep_num varchar2 (4): = v_ep_num;
p_out_cd_Id_Num varchar2 (4): =: emission_points.cd_id_num;
Start
v_error_flag: = 'n';
If (: emission_points.cd_id_num is null) then
execute_query;
v_error_flag: = 'Y ';
ELSIF
(: emission_points.cd_id_num is not null) validate and then - check if entry (chld) exists under parent
Start
Select parent_mode_id, cd_id, cd.capture_percent, ep.num
in v_parent_mode_id, v_cd_id,: emission_points.capture_percent, v_ep_num
OF EMISSION_POINTS EP,.
EP_MODES EMP,
CAPTURING_DEVICES CD,
CONTROL_DEVICES CDT
WHERE EP.ID = EMP. EP_ID AND
EPM.ID = CD. PARENT_MODE_ID AND
CD CD_ID IS NOT NULL AND
CD PARENT_MODE_ID IS NOT NULL AND
CD STACK_ID is null and
CD. FAC_ID =: FACILITIES.ID and
CD.cd_id = cdt.id and
CDT.num =: emission_points.cd_id_num;
exception
When no_data_found then
disp_warn ("" control number ' |: emission_points.cd_id_num |' does not exist in the parent for id_number points "")
|| (: facilities.scr_fac1);
raise form_trigger_failure;
v_parent_mode_id: = null;
v_cd_id: = null;
: emission_points.capture_percent: = null;
v_ep_num: = null;
When too_many_rows then
v_error_flag: = 'Y ';
-process multiple records returned
populate_emission_points (p_out_parent_mode_id, p_out_cd_Id, p_out_ep_num, p_out_cd_Id_Num);
end;
end if;

If (: emission_points.cd_id_num is not null) and v_error_flag = n then
DISP_WARN (': emission_points.cd_id_num = > ' |: emission_points.cd_id_num: ' v_error_flag = > ' | v_error_flag);
-returned single registration process
emission_points_record;
end if;

end;

Published by: Doug Galayda on April 16, 2009 12:36

Select item1, item2, item3
From (select item1, item2)

This is the normal way that a query form-clause is built. To avoid the 'standard' be applied WHERE you may have to "Cancel".

I need a 0031 value in a variable binding for the query to work.

Why? (Ok, do not use a variable binding can cause hard-additional analysis of the declaration)

Instead of

cd.num = :BIND

You can use

cd.num = ''' || :BIND || ''''

Tags: Oracle Development

Similar Questions

  • How to set point without the use of fields values in the block of the branch action?

    Well, I'll try to say this in an easy way, isn't weird.

    I created a button, RECORD, which is a branch of the type of management: management of the function return A Page. This is my code for the branch:

    If: P2008_NAP_SUPPORTING_MATERIALS = "Yes" then
    return "2092";
    on the other
    return '2040';
    end if;

    The code for this type of service is stored in the block the ACTION of the direction of the page. The ACTION block for a branch of the type of direction: direction to the function return A Page is different from that of the ACTION block for a branch of type branch: branch Page or URL.

    I need to set some values of point with specific values, which I can do with a type of branch: branch Page or URL. This is not possible with the type of direction: direction of the function return A Page. The ACTION block is totally different.

    How can I set certain values on Page 2040 of 2008 Page say without using field block action of the branch?

    Thank you in advance,
    Maggie

    You must change the Source used to "only,...". "If you want the value passed to use instead of the value of the extraction of the line. However, in case you go to the page and look for the value of line-extraction used, you must pass in a flag of some sort, the presence or the absence of which can report a process header before or calculation to set the item null, allowing the extraction line value to use.

    Scott

  • How to fill out (display) values for several blocks in which there is no relationship between the blocks (tables).

    Hello.

    Is it possible to fill in the values (execute_query) several blocks where there is absolutely no relationship between the tables in the same form?

    There is no relationship between the tables. All are separate tables with different columns. None of the names of columns match

    & also the values of the columns do not match. I created blocks for all tables. When I click on run, only the first block of values (first picture) is filled.

    other values of block did not get filled. Is it possible to fill in the values for all of the blocks where there is not relationship, or when there is no master block?

    Is there something I can do for this? It is mandatory for me to put all the blocks in a single form.

    Help me, please. Please do not respond.

    Thank you.

    Create a key-EXEQRY-trigger on the block where 'throw you' the quers. In it, put something like

    GO_BLOCK ('BLOCK1');

    EXECUTE_QUERY;

    GO_BLOCK ('BLOCK2');

    EXECUTE_QUERY;

    ...

  • How to fill the space between the brush strokes, like you can with a direct trace of paint?

    Hello

    I'm currently under OS X El Captain on my Mac, v. 10.11.1. I use the version of Illustrator 2015.

    I imported a sketch and drawn on a calligraphic brush. (I've created a new for the effects of pulling on my Tablet pressure sensitivity). I assumed that I would be able to use live paint tool to fill in the spaces with the color as you can with a path created from the pen tool. I do not speak only to fill a closed shape, but when the incomplete paths touch. Except when I'll make the paint option, it is up to my strokes applied to regular paths - the pen tool. I used the brush to get the effects, so I really want that stay the same and not be uniform in the thickness of line.

    Basically, is it possible that I can use paint dynamic to fill the white spaces between the lines created with a brush, while keeping the effects of this brush? If I can't use the live paint is there another way I can fill in these spaces as I'm using live paint?

    Thank you very much!

    You will need to develop stories, or duplicate your layer, expand that, make your form of direct painting and delete everything on your new layer, but your new form.

  • "The product key you entered has been blocked use by Microsoft.

    My hard drive crashed I am reinstalling Windows 7 64 bit with my original product key and I get this error

    Please don't tell me that I have counterfeit software, I use your downloaded media and my original key so it does not http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_install/the-product-key-you-typed-has-been-blocked-from/8e05c260-dffc-483c-a106-deac3362aad8?auth=1&rtAction=1460655039931

    Also if you can please use my e-mail address ordinary since I'm on; have a Microsoft e-mail address, because I have to deal with Microsoft

    Thank you

    Have you tried to restart by phone?

    How to activate Windows 7 manually (activate by phone)
     
    1) click Start and in the search for box type: slui.exe 4
     
    (2) press the ENTER"" key.
     
    (3) select your "country" in the list.
     
    (4) choose the option "activate phone".
     
    (5) stay on the phone (do not select/press all options) and wait for a person to help you with the activation.
     
    (6) explain your problem clearly to the support person.
     
    http://support.Microsoft.com/kb/950929/en-us

  • The product key you entered has been blocked for use by Microsoft

    Last fall, I bought Windows 7 for my new computer. I bought it from Microsoft, so I knew it would be authentic. Last week my computer crashed and I had to reinstall Windows 7 from the CD. When I type in my product key, he said, "the product key you entered has been blocked for using Microsoft." WHY?
    I don't know what other information you might need. But here's what I can tell you. I have the 32-bit software. I don't know what else you need. It's frustrating to seriously. I don't want spend more money to buy another product key. This would make me happy.

    Lydia

    Have you tried to restart by phone?

    How to activate Windows 7 manually (activate by phone)
     
    1) click Start and in the search for box type: slui.exe 4
     
    (2) press the ENTER"" key.
     
    (3) select your "country" in the list.
     
    (4) choose the option "activate phone".
     
    (5) stay on the phone (do not select/press all options) and wait for a person to help you with the activation.
     
    (6) explain your problem clearly to the support person.
     
    http://support.Microsoft.com/kb/950929/en-us

  • I received a message which reads "the product key you entered has been blocked the use of Microsoft. I bought the original Windows 7 Professional SP1. Why do I get this message?

    Hello
    I received a message which reads "the product key you entered has been blocked the use of Microsoft. I bought the original Windows 7 Professional SP1 a year ago. Now, I get this message. What is the reason?

    Where did you bought it?

    Please run the Microsoft Genuine Diagnostics Tool then copy and paste the results into an answer here for further analysis:
    http://go.Microsoft.com/fwlink/?LinkId=52012

    Have you tried to restart by phone?

    How to activate Windows 7 manually (activate by phone)
     
    1) click Start and in the search for box type: slui.exe 4
     
    (2) press the ENTER"" key.
     
    (3) select your "country" in the list.
     
    (4) choose the option "activate phone".
     
    (5) stay on the phone (do not select/press all options) and wait for a person to help you with the activation.
     
    (6) explain your problem clearly to the support person.
     
    http://support.Microsoft.com/kb/950929/en-us

  • Hi, I tried to type in my CD key, but I get the answer that the product key has been blocked by using Microsoft

    Image: http://postimage.org/image/ls65prq4t/

    MGAD tool as follows:
    Diagnostic report (1.9.0027.0):
    -----------------------------------------
    Validation of Windows data-->

    Validation code: 0
    Code of Validation caching online: 0x0
    Windows product key: *-* - FVVRT - 7W26J-B7T9P
    The Windows Product Key hash: tYMxwHgsIteVzEAq4RoBI5/Yrvc =
    Windows product ID: 00426-069-5362804-86374
    Windows product ID type: 5
    Windows license type: retail
    The Windows OS version: 6.1.7601.2.00010100.1.0.001
    ID: {09BF6D9E-8B2C-4645-A88C-8BB1659F5BB9} (3)
    Admin: Yes
    TestCab: 0x0
    LegitcheckControl ActiveX: N/a, hr = 0 x 80070002
    Signed by: n/a, hr = 0 x 80070002
    Product name: Windows 7 Ultimate
    Architecture: 0 x 00000009
    Build lab: 7601.win7sp1_gdr.120830 - 0333
    TTS error:
    Validation of diagnosis:
    Resolution state: n/a

    Given Vista WgaER-->
    ThreatID (s): n/a, hr = 0 x 80070002
    Version: N/a, hr = 0 x 80070002

    Windows XP Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    File: No.
    Version: N/a, hr = 0 x 80070002
    WgaTray.exe signed by: n/a, hr = 0 x 80070002
    WgaLogon.dll signed by: n/a, hr = 0 x 80070002

    OGA Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    Version: N/a, hr = 0 x 80070002
    OGAExec.exe signed by: n/a, hr = 0 x 80070002
    OGAAddin.dll signed by: n/a, hr = 0 x 80070002

    OGA data-->
    Status of office: 101 non-active
    Microsoft Office Home and Student 2007-101 non-active
    OGA Version: N/a, 0 x 80070002
    Signed by: n/a, hr = 0 x 80070002
    Office Diagnostics: 025D1FF3-364-80041010_025D1FF3-229-80041010_025D1FF3-230-1_025D1FF3-517-80040154_025D1FF3-237-80040154_025D1FF3-238-2_025D1FF3-244-80070002_025D1FF3-258-3

    Data browser-->
    Proxy settings: N/A
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Win32)
    Default browser: D:\Firefox\firefox.exe
    Download signed ActiveX controls: fast
    Download unsigned ActiveX controls: disabled
    Run ActiveX controls and plug-ins: allowed
    Initialize and script ActiveX controls not marked as safe: disabled
    Allow the Internet Explorer Webbrowser control scripts: disabled
    Active scripting: allowed
    Recognized ActiveX controls safe for scripting: allowed

    Analysis of file data-->

    Other data-->
    Office details: {09BF6D9E-8B2C-4645-A88C-8BB1659F5BB9}1.9.0027.06.1.7601.2.00010100.1.0.001x 64*-*-*-*-B7T9P00426-069-5362804-863745S-1-5-21-1731058519-457740432-2762225805MSIMS-7751American Megatrends Inc.. V17.3 20120914000000.000000 + 000A5CD3107018400FE48090409Malay Peninsula Standard Time(GMT+08:00)03101101Microsoft Office home and Student 2007121vvzDOFfdLPfR1eHFrXFcjAPaPc =81602-902-6551614-684771 3CE79AA1FD3A70C

    Content Spsys.log: 0 x 80070002

    License data-->
    The software licensing service version: 6.1.7601.17514

    Name: Windows 7 Ultimate edition
    Description: operating system Windows - Windows (r) 7, retail channel
    Activation ID: a0cde89c-3304-4157-b61c-c8ad785d1fad
    ID of the application: 55c92734-d682-4d71-983e-d6ec3f16059f
    Extended PID: 00426-00172-069-536280-00-18441-7601.0000-3642012
    Installation ID: 008001379480856190248026565621841591713406144925672504
    Processor certificate URL: http://go.microsoft.com/fwlink/?LinkID=88338
    The machine certificate URL: http://go.microsoft.com/fwlink/?LinkID=88339
    Use license URL: http://go.microsoft.com/fwlink/?LinkID=88341
    Product key certificate URL: http://go.microsoft.com/fwlink/?LinkID=88340
    Partial product key: B7T9P
    License status: initial grace period
    Time remaining: 38340 minute (s) on (26 day (s))
    Remaining Windows rearm count: 4
    Trust time: 21:48:22 12/29/2012

    Windows Activation Technologies-->
    HrOffline: 0x00000000
    HrOnline: 0x00000000
    Beyond: 0 x 0000000000000000
    Event timestamp: 12:24:2012 22:45
    ActiveX: Registered, Version: 7.1.7600.16395
    The admin service: recorded, Version: 7.1.7600.16395
    Output beyond bitmask:

    --> HWID data
    Current Hash HWID: MAAAAAEAAgABAAEAAAACAAAAAgABAAEAln2U + JS14IESwl450FqKm7xDN3 + eh5Zj

    Activation 1.0 data OEM-->
    N/A

    Activation 2.0 data OEM-->
    BIOS valid for OA 2.0: Yes, but no SLIC table
    Windows marker version: N/A
    OEMID and OEMTableID consistent: n/a
    BIOS information:
    ACPI Table name OEMID value OEMTableID value
    ALASKA APIC HAS M I
    FACP ALASKA A M I
    HPET ALASKA A M I
    ALASKA MCFG A M I
    FPDT ALASKA A M I
    SSDT Intel_ AoacTabl
    SSDT Intel_ AoacTabl
    SSDT Intel_ AoacTabl
    SSDT Intel_ AoacTabl

    Windows product ID: 00426-069-5362804-86374

    The ID of the product - 069 - indicates a not for resale MSDN account. If you are not the account holder and you bought it in a box at retail, the box and its contents is counterfeit. Request an immediate refund from the seller

    For more information, see this:

    http://social.Microsoft.com/forums/en-us/genuinewindows7/thread/a2444f34-0AFF-4f29-a8ac-67e28b0c0285

    And this:

    http://social.Microsoft.com/forums/en-us/genuinewindows7/thread/309bb621-92d5-43d6-98c1-2bb51b35607f

    To see how these counterfeits are more, see:

    http://www.YouTube.com/watch?v=hzqNNiOM0cs

    You can buy a legitimate windows from a legitimate retailer.

  • How can I fill the records using the value LOV

    Create a form based on the use of the following output Table EMP

    Create a database block IE control-> Dept No. block


    Create a database block - EMP
    Create a LOV to the Dept not according to the dept table.
    For the current No. Dept. Complete records of the employees

    How can I fill the records using the value LOV?


    Thank you

    Hello

    Create trigger KEY-LISTVAL for control_block.dept_no with code similar to the following:

    IF SHOW_LOV ('LOV_NAME') THEN
            SET_BLOCK_PROPERTY ('EMP_BLOCK', DEFAULT_WHERE, 'DEPT_NO = ' || :CONTROL_BLOCK.DEPT_NO);
         GO_BLOCK ('EMP_BLOCK');
         EXECUTE_QUERY;
    END IF;
    

    Hope this helps

    Best regards

    Arif Khadas

  • I'm currently developing the feature keys on my MacBook. In the process, he asked that I enter a code sent by message to a phone number (only the 2 last digits are revealed) that I do not have access to.   How can I fill the activation?

    I'm currently developing the feature keys on my MacBook. In the process, he asked that I enter a code sent by message to a phone number (only the 2 last digits are revealed) that I do not have access to.   How can I fill the activation?

    See "change how the new features can be approved" here:

    OS X Yosemite: Configure iCloud keychain

    As you can see, this allows you to change the phone number.

  • Yahoo gave me the block www site; now unable to use firefox on computer laptop win7

    looking for something on yahoo mail. announcement above asked me if I wanted to block - stupid me clicked on it. Now impossible to open what anyone with Firefox. Internet Ex and other work programs. Ran AVG and MBAM and hard reboot, not change. I can try to uninstall Firefox and reinstall but worried this virus can do additional damage to computer laptop may.

    Ideas? I'm in the middle of trying to sell the property out of State.

    You use the extensions (Firefox/tools > Modules > Extensions) that can block content (e.g., Adblock Plus, NoScript, Flash Block, Ghostery)?

    If you then click on their icons in toolbar and search the blocked items.

  • I can't use the tab key to move to the next field or use the shift and tab to move to the previous field in the forms.

    After update to 7.0.1 I can't always use the tab key to move to the next field or use the shift and tab key to move to the previous field in forms. He has always worked in previous versions and it is essential for my type of work. Does anyone know of a setting to enable this? If this is not the case, can the developers of Firefox is working on this issue (please). I love Firefox but desperately need this feature to work properly. Thank you!

    No - because it works in Mode safe mode, this means an extension is probably to blame. See http://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes

  • Satellite A210 - 11 p point of freezing by using the FN + F5 key - how to remove the VAP

    Hello

    I had a problem with my A210 - 11 p gel when I use the f5 function key to switch between the LCD and the tv.
    I read other posts and people talk about updating the value Pack.

    I downloaded it but it tells me to uninstall the old version by using Add or remove from the control panel.
    But the added value pack is not listed here. I thought that I would try to remove the utility Flash Cards, but that did not help and I had to install the 64-bit driver to get them back because once they have been removed I couldn't use the function keys!

    Flash cards are back so the 64-bit driver seems to work, but I think I have a 32-bit of Windows Vista.

    The other reason that I was updating the value Pack is that when I go to the TV and LCD, flash cards are not displayed and I have to use the f5 function and it is when the computer crashes.

    So, how can I uninstall the old VAP?
    Where he's hiding?

    Someone eles suffer this?

    And how do I know if I use 32-bit or 64?
    Sorry for the string of questions

    Thank you

    Mickey

    Hello

    Perhaps I should clarify that;

    First and foremost your laptop must belong to the PSAELE series.
    If you are not sure, check the bottom of the unit.

    The VAP may be withdrawn from Vista in Control Panel-> programs & features

    On my laptop A210 the PPV could be found at the end of the list of installed programs.
    I could easily remove it. But note that I used the Vista 32 bit.

    The VAP for _Vista 64bit_ is not available!
    On the European disc of Toshiba, you will only find programs simple but * not full * VAP package!

    I think it's the reasons why you don t see the PPV and cannot be removed.

    concerning

  • Use the space key to switch in the navigation key

    I want to use the SPACEBAR as a start stop button in my application. It is not listed under navigation key is there a way to do it by programming?

    You can use a structure of the event to a key event down to the VI.  Compare the Keydown with the space character, and act accordingly.

  • Windows live Family Safety web reporting most used web site and is also in the blocked list

    Weekly activity report
    More popular Web sites)

    (64% of all websites visited Bekah)

    ? i%3D1da01558-bf31-468E-94fd-88ed6a0ea76f%26vwt%3D%26vdmn%3Dyoutube.com">YouTube.com 0 66 132 198 264 330 396 462 528 594 660
    Number of pages visited
    Web of change for filtering
    Last pages blocked)
    ? 3% Dhttp://www.facebook.com/Wonderwall%26layout%3Dbutton_count%26show_faces%3Dfalse%26width%3D90%26action%3Dlike%26font%3Darial%26colorscheme%3Dlight%26height%3D20 href "> Facebook"
    Latest research)
    Facebook
    http://static.AK.Facebook.com/connect/xd_arbiter.php?version=11
    Facebook
    Likebox
    Facebook
    Latest research)
     

    It is a history of the shortcut of the copy of the websites more blocked on my web Safey family girls reports by e-mail.

    https://Familysafety.Microsoft.com/tracking/redir.ashx?FID=b57d115e-75b8-E111-9887-d8d3855da4df&et=1&LNT=1&URL=http://static.AK.Facebook.com/connect/xd_arbiter.php?version%3D11

    https://familysafety.microsoft.com/tracking/redir.ashx?fid=b57d115e-75b8-e111-9887-d8d3855da4df&et=1&lnt=1&url=http://www.facebook.com/plugins/like.php?api_key%3D%26locale%3Den_US%26sdk%3Djoey%26ref%3D.UI8Xus9Jnzs.like%26channel_url%3Dhttp%253A%252F%252Fstatic.ak.facebook.com%252Fconnect%252Fxd_arbiter.php%253Fversion%253D11%2523cb%253Df3b3f7173022ef%2526origin%253Dhttp%25253A%25252F%25252Fwww.flvto.com%25252Ff3537c616267834%2526domain%253Dwww.flvto.com%2526relation%253Dparent.parent%26href%3Dhttp%253A%252F%252Fwww.flvto.com%26node_type%3Dlink%26width%3D55%26font%3Darial%26layout%3Dbox_count%26colorscheme%3Dlight%26action%3Dlike%26show_faces%3Dfalse%26send%3Dfalse%26extended_social_context%3Dfalse

    It is a cut and paste more popular sites, 64% of all my girl visted sites. Family safety reports as being visited Facebook.com

    660 times since 25/10/12-10/31/12.

    This dough is 18/10/12 to! 0/24/12.

    More popular Web sites)

    (59% of all websites visited Bekah)

    0 50 100 150 200 250
    Number of pages visited
     
     
    I checked my daughters computer that Facebook is blocked, I check the Family Safety website to my Facebook account that is on the list locked for my daughter. WHY SO FACEBOOK MOST VISITED WEBSITE?
    Parental control still works?  I am extremely frustrated with this weekly report when the sit is blocked.
     
    Can someone tell me about this?
     
    Last pages blocked)
    Facebook
    Facebook
    Facebook
    Facebook

    Hello

    Can you please confirm the version of the parental controls installed in your daughter's computer? To check the current version, login your account in Windows parental controls, click on the blue circular button with question mark in the top right of the window and then click parental controls.

    Please also check if Web filtering for your children is set to Allow list only in Windows parental home page? If no, please address to safe list only, this option only allows Web site that you have added to the green list.

    1. connection of the parent in http://fss.live.comaccount.

    2. under the child's name, click change settings.

    3. Select the Web filtering.

    4. adjust the slider for web filters in list only .

    5. click on Save.

    6. go to the list of Web filtering.

    7. Enter the website in the box, and then click block.

    8. ensure that the blocked site applies to everyone by clicking on the drop-down list button.

    9. click on Save.

    We also wish to inform you that if your daughter has visited websites with Facebook Add-ins, e.g. for application sharing, and she tried to share something from this site via the component snap, Facebook is recorded in the reports. This scenario does not indicate that the child accesses the site, but an indication that she is trying to access a site blocked from using the other Web site.

    You can also try to use the child's account to check if it can access the blocked site successfully, then we can isolate if the problem is with the client or the weekly reports.

    Thank you!

Maybe you are looking for