Re: limit pdf accessing only to 100 users Programming Web Development by diafol Restrict "100 at a time" is a bit ambiguous. … Re: Collecting web visitor information Digital Media UI / UX Design by Shanti C restrict your user to download only after providing his/her information... this is done by sessions concept in php or provide login form.... Re: F5 inserts data again problem? Programming Web Development by Shanti C restrict your query with the name of your entries and show … Re: Homework Help???? Programming Software Development by ithelp Restrict the textbox to accept number only. Re: problem in registration Programming Software Development by vb5prgrmr Restrict the user from entering those wildcard characters that you need to look up in M$ Access's help files in the keypress event, which I know you have seen before if you have been reading this forum...) Good Luck Re: Disabling Copying Of Windows File Programming Software Development by cguan_77 restrict access to your usb ports..search google on how to do that :) Re: Textbox value mutliply by label value ?? possible ?? Programming Software Development by ChrisHunter Restrict your test box to only except ints so that the user can't enter charactors into the textbox. Restrict Access to page. Programming Web Development by vishalsomani Hi, I am trying to create a restrict access to page function in ASP on Dreamweaver. I have … username, password, and Security Level. When I try to implement restrict access to page, on one page say, the admin success…, which I only want members to see, since I have restrict access to page, the page will be restricted not only… Re: Restrict access based on activation Programming Web Development by mgn2683 …, and is working with a User table. [code]//Start Restrict Access To Page $restrict = new tNG_RestrictAccess($conn_nscar, "../"); //Grand Levels: Level… $restrict->addLevel("0"); $restrict->Execute(); //End Restrict Access To Page // Start trigger $formValidation… Restrict Access to Page defined by user name Programming Web Development by ibakir … { session_start(); } $MM_authorizedUsers = "name"; $MM_donotCheckaccess = "true"; // *** Restrict Access To Page: Grant or deny access to this page…); if (in_array($UserName, $arrUsers)) { $isValid = true; } // Or, you may restrict access to only certain users based on their username. if… Re: Restrict Access to Page defined by user name Programming Web Development by ibakir …($_SESSION)) { session_start(); } $MM_authorizedUsers = ""; $MM_donotCheckaccess = "true"; // *** Restrict Access To Page: Grant or deny access to this page…); if (in_array($UserName, $arrUsers)) { $isValid = true; } // Or, you may restrict access to only certain users based on their username. if… Re: Restrict Access to page. Programming Web Development by vishalsomani … be accessible by logged in users. I have put a restrict access to page behaviour. I haven't added any code…;%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% ' *** Restrict Access To Page: Grant or deny access to this page… Restrict Paste in RichTextbox Programming Software Development by danasegarane Dear All, How Can I restrict the paste option in Richtextbox.(Ctrl+Shift+Keydown).If I … able to insert the text in that.I want to restrict the input from sendkeys.But I want the user to… Restrict access to web pages on Windows Server Hardware and Software Microsoft Windows by chicago1985 … Network login to get into the Intranet. I need to restrict who can view Intranet web pages which are located in…] [b]C:/webServerApps/restrictedDirectory/dirTwo[/b] I would like to restrict the access to view all web pages in the above… Restrict Users from Running Specific Applications Hardware and Software Microsoft Windows by francisabey … in: [B][URL="http://www.tomstricks.com/how-to-restrict-users-from-running-specific-windows-programs/"]How To… restrict RAM usage Hardware and Software Hardware by sunki Hi, Is there any way to restrict the usage of memory of RAM used in the system? i.e. If i have a 1GB RAM used in a computer, can i restrict the OS to use only a part of the RAM (may be 256MB) and remaining as inaccessible, so that the computer shows only RAM capacity as 256MB. Please suggest me whether this is possible?? Re: Restrict Access to Page defined by user name Programming Web Development by Stefano Mtangoo … with item/profile. If they match, allow edit. If not restrict edit! Since I have no Idea of what you are… Re: Restrict Access to Page defined by user name Programming Web Development by ibakir yes that's right :D [QUOTE]If they match, allow edit. If not restrict edit![/QUOTE] i would like to write this in php code , but unfortunately i still beginner in writing functions, any way thank you a lot man :D Restrict number of customer from database Programming Software Development by Sturdy Hi All, How i can restrict the numbers of customer from database? I use adodb with access. I know how to retrieve customers from database but i don't know how to restrict it to spesific numbers. Best Regards. Sturdy restrict size of file upload Programming Web Development by mani508 how to restrict size and restrict format of fileupload control in asp.net? how its possible....?? Restrict Adding Duplicate Files MYSQL PHP Programming Databases by cigoL..:) … apps. I would to ask if is it possible to restrict adding duplicate data in your table. for Example i have… App2) but anyway, Is there any way in SQL to restrict that?! since the Primary key for App2_Invoice is Auto Increment… Re: Restrict number of customer from database Programming Software Development by Sturdy Yes, this my query to retrieve data : Dim rs As New ADODB.Recordset rs.Open "SELECT * from Customers", Conn,adOpenStatic ,adLockOptimistic However, i want to restrict all data to recordset is just only 50 customers. How i can do this? Please help. Re: restrict size of file upload Programming Web Development by Philippe.Lahaie here is a tutorial that restrict file type and length! :) [tutorial](http://asp.net-tutorials.com/controls/file-upload-control/) Restrict copying through USB Programming Software Development by sheeja_k Can any body help me by providing the VB Code to restrict copying through USB Port Re: Restrict copying through USB Programming Software Development by Marikanna Hi, I am not sure about your pupose to restrict copying files but if you like to disable the USB drive you can change the following registry key to achieve it. "HKLM\system\currentcontrolset\services\USBstor\start" to 4 using the RegWrite method in wsh. Regards Mari restrict access to disk Hardware and Software Microsoft Windows by bharatshivram i have win xp pro ed orig ed installed in my system. i have 2 hard disk drive one of which i use to store backups using sync toys and the other for regular purposes. is there any way to restrict access to this disk by other users. restrict source view Programming Web Development by ashercharles hai guys.................. hey anybody got i dea abt how to restrict the user from viewing the JS source .......... pls help Restrict access based on activation Programming Web Development by mgn2683 Right now the site I am working on has a restrict access set up for two levels, but the way they … Re: Restrict access based on activation Programming Web Development by mgn2683 I'm using ADDT to do this, when I click on the Restrict Access under Server Behaviors, where would I go to add activation=1 and the sessions ? Thanks. restrict files access with PHP Programming Web Development by vinnyroundfoot … a solution for that issue. I know that a can restrict access to directories (and thus files) using .htAccess but in…