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

    Clear texbox inside a panel

    Hi guys I am new to javascript and I need a little help with clearing just textbox's inside a particular panel my .aspx page has about 3 panels inside I would prefer to use a loop rather than type out individual code for each box Thanks in advance My cat's name is sprinkles...
  2. thefox149

    Maintence moving forward with easy development

    Hi guys I have a couple of websites that are exactly the same for two differnt companies these apps are identical except the data that the companies store in them. These have been working fantastcally as there is only two but I have some plans to expand soon. once I start getting to five or 6...
  3. thefox149

    is it me or is this useless

    I am new to asp.net I am really enjoying it however I have found something very inefficent when using sql server. I have a dataset now I can poulate this in many ways but for this argument I will use 2 a sql string and calling a stored procedure 1. sSQL = "SELECT * FROM tblCustomers WHERE...
  4. thefox149

    ASP.net Security Problem

    Hi tippers I have a machine a do my development on (I am new to asp.net). I used the login in control added a users and on successful login I get redirected to the correct page this works fine on my development machine. When I copied ("directly copied all the files from my working folder") to...
  5. thefox149

    Update Web Form Field Using Dropdownlist

    I have a form that is bound to my dataset from my sql server with a relationship across two tables customer and state. I have a dropdown that has a list of states I would like to update the state field in my form from the value of the dropdownlist and ideas for this access was great for this...
  6. thefox149

    Simple ImageButton Problem

    Simple I have some imagebutton simulating a tab on a masterpage. When the user clicks the button I take them to another page and wit the code behind I change the imageurl but nothing happens.... Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load...
  7. thefox149

    Rolling 12 in a Pivot table

    I am putting together a pivot table and rather then just summarizing the data for each month I would like each months results to be a rolling 12 eg RTM Amount Jun 05 1250 this amount is the sum of(Jul 04 to Jun 05) Jul 05 1100 this amount is the sum of(Aug 04 to Jul 05) Aug 05 1200...
  8. thefox149

    Mimic Continous form in vb.net app

    I know this can be done in asp.net and even access. but there seems to be now control to do this for desktop applications....any suggestions? how could I make my own I am old timer with vba ...new comer to vb.net...I have read something about creating a user control then adding it to a panel ...
  9. thefox149

    Update Textbox on datagrid click

    I am new to vb.net please be gentle.. I have a datagrid i use for searching. When the user clicks the record they want I want the textbox to reflect the record selected. I want them to be bound so that I can call the adapters update method for minimal coding. I am sure I can code this the long...
  10. thefox149

    Assistance with Deployment

    I am a newb to sql server and vb.net I have created a program that uses a sql server express dbase. I know wish to deploy this to users. The app will be depolyed in small offices of about 5-10 users. Hers come the questions 1. I would like to put the actual database on one of the networked...
  11. thefox149

    Add Table to Exisiting Project

    I am an absolut noob to visual basic I have been a vba programmer now have made the attempt at .net. I have visual studo express connect to my database and all is fine however now I have created another table but i cannot find where I add or refresh the changes so I can see the table in my...
  12. thefox149

    Creating Dockable Windows

    Hi All I have created a dbase and I am ready to start the UI I am using vb.net 2005 express and I am really interesteing in creating forms that are dockable and movable just like the IDE however I can't find any straight forward info on it. eg is there a control you need to use etc or do you...
  13. thefox149

    Excel Named Range with a twist

    Hi all I am comfortable with creating dynamic named ranges for charts but I wouls like to create a named range that uses the last 12 rows in the column...any suggestions I know you can use offset but my usual dynamic My cat's name is sprinkles -Ralph Wigam
  14. thefox149

    VBA Excel Data SQL question

    I have been "ORDERED" to created an excel reporting tool I have created many in access. However this time I must created it in excel I basically want to query data in excel as I do in access eg queries etc. I know I could create pivot tables but have been told not to those as well Basically...
  15. thefox149

    Null Recordset Date Value

    I have a recordset that I am trying to edit all the fields except the date get updated The Date/ Time fields in set to not required, with no default value When saving I get a data type conversion error I have tried using nz on the recordset value but it still throws the same error. It does...
  16. thefox149

    Create Gantt Form

    I am trying to create a gantt that contains times for day. I have experiment with continious forms but to no avail has anyone tried this before? My cat's name is sprinkles -Ralph Wigam
  17. thefox149

    Time Query

    Stuck on this on (I bet PHV) will know it I have a table that stores appointments Name George Date 27/02/2006 Start 27/02/2006 09:30:00 AM End 28/02/2006 11:30:00 AM I am trying to create a query that would "xtab" all of the half hour time slots between the two times so that I can use a...
  18. thefox149

    Need an ActiveX Calendar Time Picker

    I am creating a an access database that needs to handle booking times etc I would like to use a "FREE" calendar control like outlook has anyone seen or heard of one My cat's name is sprinkles -Ralph Wigam
  19. thefox149

    the best piece of code for new users

    Just wanted to start a thread helping the new users out their The best piece of code i ever learnt was the loop thru of controls on a form if only i had know it 6 databases ago....I use this so much and has been the best peice of code for me EG For Each ctl In (MyformName).Controls If...
  20. thefox149

    Use Outlook calendar as data entry screen

    I am trying to create a scheduler to book staff for meetings and I have come up with some very ugly designs I would like to use the outlook calendar inside my form and use that to write to my table. Is this possible is there a outlook calendar activex. I have read posts that automate and link...

Part and Inventory Search

Back
Top