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 bkrike 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: webstaff
  • Content: Threads
  • Order by date
  1. webstaff

    IIS6 running but site not showing up!! Please help.

    Hi Guys First time here so I hope im in the right place. Anyway........ I got Broadband this week and decided that I would run my own webserver to host my homepages and my friends sites. I set up IIS and can view the sites locally with no problems, my ASP cod is all working fine. My web...
  2. webstaff

    Create Link Depending On Value In Recordset VBS/ASP

    Hi Guys, Im a little stuck with my VBS on my ASP pages. I have a recordset that gets pulled, and depending on the value of one of the returned fields I want to show a link or not. Here is the HTML code that I want to be displayed <td height="14" bgcolor="#00FF00"> <div align="left"><font...
  3. webstaff

    Null Values in a list box

    Hi Guys, List Box question, using DW MX on winXP To populate the list and values are no problem, Say the list hold a list of titles to pick from Doctor value= Dr. Minister Value = Rev. No Title value = Etc Etc But I want the initial value of the list to be blank and hold a null value, so...
  4. webstaff

    Change font colour of dynamic text from a recordset

    Hi Guys, Im a bit of a newbie to VBScript and wondered if someone could help me out. I have some fields that are taken from a recordset on an ASP page. If one of the fields has a value I want the other field to show in RED. Im not realy sure how to do this?? This is what I want to say...
  5. webstaff

    Problems with Application Var

    Hey Guys, I have a log in page and from that I take the username and stuff it into Session("username") When I want to say at the top of a page hello username I can use this session var Session("username") to get the name for me, this works fine in the root of the web pages, but when I call a...
  6. webstaff

    If statment/condition....but unsure how to say it?? [Newbie]

    Hi Guys Im trying out some C and I find I need an IF statment Im just not sure how to put my condition and wondered if someone could guide me?? Thanks again if(number is between 10 and 15)<< stumped on correct systax { printf("whatever here"); }
  7. webstaff

    Newbie to C, convert lowercase to uppercase

    Hi all, Im very new to C and I have a problem that requires the user to input a letter in lowercase and the programe needs to convert this letter to uppercase EG: 'a' to'A' Any help is appreciated W
  8. webstaff

    Large table on page is making things very slow at design time.

    Hi Guys, I have a page with a very large table on it, It has roughly 1023 table cells ,, I need to add 32 recordsets to this page and have completed the first 2 adding all the fields to the page in the correct places. The problem im having is that its dreadfully slow at design time...
  9. webstaff

    Running A Database App without installing MS Office

    Hi Guys, Ive written my first database application, and am delighted with it, Its just for fun and friends but id like to improve it more yet if i can. At the moment it will only work on a windows PC if MS Office is installed. I realy would appreciate it if someone could point me to what to...
  10. webstaff

    References &amp; Controls removing themselves (VB6)

    Hi Guys, Im having the stranges problems with controls and references removing themselves from my app. One minuite they are fine and the next time i load up my app in VB6 they are missing and a get a load of errors thrown at me!!! The main ones are the DBGRID32.ocx and the ADODC data...
  11. webstaff

    Object Varaible or With block varaible not set (VB6/AccessDB)

    Hi Guys, One of my forms just wont work when my programe is installed and ran on other puters. The connection string I set for the ADODC in its properties is PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source=sbt.mdb; This works on the machine im making the app in but no other the form will simply...
  12. webstaff

    Gathering totals from RS with vbs on ASP pages/stored in Access

    Hi Guys, Im sticking a little on an ASP page im doing on my site, the sequence of pages allow the members to add records and then be displayed. In each record a user can add there are scores which i total up in the last colum to give total pionts for that event. My problem is when there are...
  13. webstaff

    Help with trapping an error. (VB6) &amp; Access2000

    Hi Guys, I have a textbox(txtkcnamesearch2) that has an auto search sub attached to it, This auto search uses a datacontrol(Data2) to find the records i want to compare to bring up the closest match letter by letter as the user types in ther the textbox, the results are sent to a list box when...
  14. webstaff

    Hi Guys, I have a textbox(txtkcn

    Hi Guys, I have a textbox(txtkcnamesearch2) that has an auto search sub attached to it, This auto search uses a datacontrol(Data2) to find the records i want to compare to bring up the closest match letter by letter as the user types in ther the textbox, the results are sent to a list box when...
  15. webstaff

    Comparing Access fields to give value to another field

    Hi guys Im in need of a little Access help?? I have a field in my table that needs to be filled by comparing two other fields and if they match take the value of a third field.. Does that make sence? I tryed the following as the empty fields default value but its not correct...
  16. webstaff

    Passing a value to a text box from a list box

    Hi Guys, I have a list box on a form with a text box. The list box draws names using DAO from my database, and I want to click on a name in the list box and in doing so I want that records id number to appear in the text box. Is that possible? Thanks again In advance les The code im using...
  17. webstaff

    Lable Captions not showing

    Hey Guys, Here is my first attenpt to manually connect to my database in VB6, I have a global var called &quot;dname&quot; The code is running without errors, but the lables i have on the form do not show any captions?? Can anyone suggest what i have missed. Thanks in advance Les Private...
  18. webstaff

    varaible not passing the correct record.

    Hi Guys, This is my first time here, Im very new to VB6 I have followed some tutorials on using the data control, data grid etc, So I have these data Controlls with some text boxes on 1 Form hooked up to my database, i can scroll through the records with the datagrid or the Data control...
  19. webstaff

    variable being passes is not the current record.

    Hi Guys, Im very new to VB6 I have followed some tutorials on using the data control, data grid etc, So I have these data Controlls with some text boxes on 1 Form hooked up to my database, i can scroll through the records with the datagrid or the Data control, I want to be able to choose...
  20. webstaff

    Converting a Website database app in VBS/asp into a VB6 app

    Hi Guys, With a little help I hope to convert my homepages database application into a standalone app that can be installed from a CD.(I Hope) http://www.bullhawk.co.uk/nesbtcData/index.asp I wondered if anyone could guide me to some good VB6 tutorials that relate to manipulating Access...

Part and Inventory Search

Back
Top