Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Billybonga
  • Content: Threads
  • Order by date
  1. Billybonga

    Form Validation

    Hi, I'm unsure if this is a Javascript or ASP question but hopefully someone here can help. I have a dynamic form that holds a Radio Button. Depending on the number of records in the database you have have 2-7 options/radio buttons to select from. From a programming perspective my form code...
  2. Billybonga

    Can't determine variable in IF statement

    Hi all, I have a strange issue with an if statement. In a page i have done an include to and external file variables.inc In this file i have an asp statement <% max_questions = 9 %> </code> In my vote page I have an If statement : [code] <form action="cast.asp?ID=<%=lAnketID%>"...
  3. Billybonga

    Determine if last record

    Hi all, I've scratching my head trying to figure this out and hope you can help. I have voting script that displays the question in a file vote.asp?ID=X where X is the question from that database record. These records are processed in cast.asp?ID=X I have a few things going on in this file...
  4. Billybonga

    SMTP Relay - MX Problem?

    We experiencing an extrememly puzzling problem and I hope someone may be able to shed some light as to what is happening. We have a mailbox (Global Support) which has a number of email addresses tied to it e.g. europe@domain.com, asia@domain.com etc. All of these email addresses are tied to...
  5. Billybonga

    Select from Database by name and group

    Hi, I'm workign on a project where I have hit a stumbling block with an SQL query. I want to search a MS Access database table (tbl_company) which contains Usernames & Department for every employee. I have the system working so far in that search the database and determine if a user is in a...
  6. Billybonga

    re-enable disabled Radio Buttons

    I have a form of 3x3 radio buttons. I want to select button Column1/Row1 and have all other buttons in Column1 disabled and all other buttons left unchecked. I have come up with the following: <SCRIPT LANGUAGE="JavaScript"> function Disab (val) { if(val=="11") {form1.r1_1.disabled=false...
  7. Billybonga

    Preference Voting - Radio Buttons

    Is it possible to or has some ever done so: I designing an Intranet site to allow e-polling on employees. There may be 3 users with preferences 1, 2, 3 i.e. NAME | 1 | 2 | 3 ------------------------- TOM | O | O | O ------------------------- MARY | O | O | O...
  8. Billybonga

    If Record Exists - redirect

    I've only begun playing with SQL and ASP this week so any code I've written may be completly incorrect. What I'm creating is an e-poll system where users of our Intranet register this votes. I am logging thier domain usernames to a table and wish to query this table when the submission form is...
  9. Billybonga

    Detect Telnet Output

    Hi all, I'm developing a mini-app for my company that will detect the status of printers via Telnet ... let me explain... We have a number of OCÉ Printers which when you telnet to their IP on port 7000 it displays the printers status e.g. "Idle", "Paper Jam on Tray 4", "Toner Low" etc. Using...
  10. Billybonga

    Outlook cache

    Our company has a number of laptop users who occasionaly connect to our domain (mainly they are on the road). Their Outlook profiles are set with cache enabled (to allow for offline viewing of their emails) but what we have noticed is that when the user plugs their laptop into the network they...
  11. Billybonga

    Printer Status over network

    Hi all, I'm working on a project where we have 4 OCE printers on our network. What happens on a frequent basis is that one of the printers may get a paper jam etc and people continue printing to this printer. When they finally discover the problem the decide to call us but send their job to...
  12. Billybonga

    checkbox values

    I'm trying to create a value screen (basically where the user must agree to the terms and conditions) I have printed by t&c's and have a "I Agree" check box at the bottom called chk_dsk. On the same page i have a "Next" button with the following code: on (press) {FCheckBox.getValue()...
  13. Billybonga

    PPPoE connection script

    Hi, I'm just a minor VB coder some foundation knowledge in its scripting. I wish to create a programme that will create (in Windows XP) a Windows PPPoE dialup connection that is then set as the default dialup connection and set Internet Explorer to then use this connection as "Always Dial my...
  14. Billybonga

    php Inputs only 1/2 my data

    I'm working on a project where i have a "Census" database running in Mysql. Its fields are: ID|Name|Surname|Townland|Area|county|code|group|tel|mobile|email|notes I'm having a problem in that when I submit and new record using my php form, only ID|Name|Surname|Townland|Area|county get added...
  15. Billybonga

    Load Image

    What I'm trying to do with the code is rather than having text saying "You are currently on-line" / "You are currently off-line", I want to show a small on/off image Here is what I've come up with - only thing is : It doesn't work. <html> <head> <script type="text/javascript"> <!--...
  16. Billybonga

    Server / Site Status

    Hi I'm working on a project at the moment for a captive portal for our wireless network (i.e. if someones IP address is not registered they get a Captive Portal Page). On the captive portal page I have two links which I want to show the status of (if they are alive/accessible or not) I am able...
  17. Billybonga

    Outlook 2000 - Sharing Contacts and Categories

    Hi I'm wondering if it is possible to publicily share contacts in Outlook 2000 keeping them in master categories. At the moment I have made public a "Marketing" contact list which we will be sharing with some of our staff. The contacts in this list as put into Categories using the Outlook...
  18. Billybonga

    Display Next 10 of Database Entries

    I'm trying to display enteries of a database in a list in multiples of 7 lines. (I'm using a handheld scanner that display a maximum of 10 lines) I have two "scroll buttons" for going forward to the next 7 or back to the previous 7. I know a bit about VB but not to the advanced level so any...
  19. Billybonga

    Type Mismatch - Please help

    I'm writing an application that uses allows me to receive data from a PiccoLink wireless barcode scanner. I'm have difficulty searching and displaying data from a table. What I want to do is, on the hand held scanner there is a Supplier field. If the user does not enter a supplier field then...
  20. Billybonga

    String formatting

    I'm writing a program to handle the scanning of barcodes. I want to include an if statement checking the length of the input string. A valid barcode is either 8 or 13 characters long, anything else is invalid. Can someone help me on this. This is the code I've been trying be it does not work...

Part and Inventory Search

Back
Top