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

    Set up mail/web server

    I have been hosting our company's mail and webserver with a webhost for the last while, but it is time to bring the mail and webhosting in house. We have a webserver setup and ready in house with mail accounts ready and the site working at our IP, but I have never personally hosted a website or...
  2. SirLars

    joining two tables in database results.

    I am using front page to create a site with a database containing tables for teachers, classes and locations. Starts with a drop down form that selects from a table of instructors. Comes to display instructors "bio page" now I need to use a field in the instructor table (classes_id) to display...
  3. SirLars

    finding Next Sunday's date for SQL statement

    I am new to php and have come across my first real obstacles... meaning I need to populate a table with names from ANOTHER table of volunteers. organized by volunteer_ID, name, phone_num I am putting up a schedule online and each field is organized by date, position1, position2, position3 etc...
  4. SirLars

    Question about purchasing Visual Studio.NET

    I am a programmer, currently enrolled in a course to learn and get certified in Visual Studio.NET and want to install Visual Studio.NET here on my home machine to learn/work building my website and web applications. I have been using the 60 day demo version of Visual Studio Professional that...
  5. SirLars

    Using an array as an index...

    Ok, this may seem like a stupid question, but... it just doesn't make sense to me... even when looking at the MSDN site and through my C++ textbooks... here's the sample code i am having problems grasping the logic.... VARIANT _stdcall retVariantArray(void) { COleSafeArray saRet...
  6. SirLars

    Microsoft Press - Desktop App with MS Visual C++

    book errata i'm currently using this book to learn visual C++ but am finding some difficulty with the OBVIOUS errors according to Microsoft Press there ARE no errors Page 200-203 there is a simple project to create a Worker thread by implementing a timer in the sample "MyApp&quot...
  7. SirLars

    Broadcasting Quality Video over Home Network

    I was considering using a PC (with dvd player and s-video capture card with s-video out) next to our T.V. to watch dvd's, play games or surf the net on our t.v in the living room... so if i input the satelite dish or digital cable into the tv capture card, we can watch tv/dvds on the tv through...
  8. SirLars

    Accessing/Editing an Excel Worksheet

    i am working on a vb program to enter information into an excel worksheet... i have a function to retrieve a value from a specific cell GetCellValue(strCellAddress) and a subroutine to ENTER a value into a specific cell PutCellValue(strCellAddress,strCellValue) but i am having problems how...
  9. SirLars

    Programmatically Setting Display Settings

    Hello, i'm looking for a way to programmatically set the Display settings to 1024x768 i share this computer with another user who is constantly setting the graphics display DOWN to 800x600 whenever he uses it.. but i need/prefer it at 1024x768 it's a windows 2000 machine and i would like to...
  10. SirLars

    dynamic button text

    is there a way to make the text that appears on a button graphic change dynamically per user? i have an asp page which has content depending on the user... i have been using "text" buttons because the one of the "buttons" is different on each user (a database field) (as...
  11. SirLars

    HELLLLP...

    ok this should be a simple project.. but it has become so frustrating as i am not familiar with macintosh computers.. i have been using a PC for a few years on the internet and was using a dialup to access the internet i wanted a laptop and wanted to access the internet with it as well... so i...
  12. SirLars

    printing and margins

    i am a little new to this visual basic and i'm working on a simple little project i am trying to print a textbox to the printer... this textbox contains a series of instructions the problem is that if one of the instructions is too long and there isn't a carriage return in the text the printer...
  13. SirLars

    Quick question....

    if using microsoft front page themes when designing a commercial/corporate website, am i violating copywrite laws, using the provided microsoft front page button/border graphics?
  14. SirLars

    Problems Printing on Network

    I have a laptop with XP installed, and another computer upstairs with WIN ME installed... both these computers are connected to my 'old' pc (a pII 333 w/256MB ram) which is connected to the internet via cable modem... this 'old' computer is my "server" and has a printer...
  15. SirLars

    what's wrong with this sql???

    ----code clip starts------- <% 'this file is to create an array called players to delete then delete's them from the list dim playercount playercount=Request.form(&quot;playercount&quot;) dim playerstodelete playerstoconfirm=Request.form(&quot;confirm&quot;) paid=&quot;paid&quot...
  16. SirLars

    fields in a database

    I was curious as to how to make a field in a database support either an array of strings... (a text list)... or an array of ip addresses, collected from a form, or added in from an asp page after a form. i.e. collecting game statistics from a group of friends keeping track by an asp page/form...
  17. SirLars

    automatically creating a table within a database

    i have an access database created with front page.. in this database is a simple table (the &quot;main&quot; table) where records are added with an online form... now... the tough part... i wish to create a new table within this database for each record in the &quot;main&quot; table... i...
  18. SirLars

    creating a table in a database

    i have an access database created with front page.. in this database is a simple table (the &quot;main&quot; table) where records are added with an online form... now... the tough part... i wish to create a new table within this database for each record in the &quot;main&quot; table... i...
  19. SirLars

    Database checking...

    ok i am creating a membership database for online users... i would like to use frontpage's gui without hacking up the generated code, and have created a form that will add people to this membership database... now how can i prevent someone from signing up using a membersname that is already in...
  20. SirLars

    edit front page database

    i created a database using front page 2K, it was created using a front page form, has entries added via a front page form, and can be viewed using the database results in front page 2k. i.e. Name Address Deposit paid? Confirmation # now i wish to be able to edit a couple of the values...

Part and Inventory Search

Back
Top