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 John Tel 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: *

  1. shadow02

    Listview - Locking Columnheader

    How then? I have tried, listview.columnheaders(1).locked = true No go there, Suggestions? Shadow
  2. shadow02

    Listview - Locking Columnheader

    Hi yall, Was wondering if you can lock a column similar to that in Excel, where by when they scroll horizontally the locked column, (in this case will be column 1) will remain whilst the others hide to the left etc etc. I am working on the presumption that it cannot be done. Thanks Shadow
  3. shadow02

    All shares access denied

    OK, new to running a server but not new to the whole thing. Set up a 2000 Server at home and I am connecting via XP Home. Now I know you cannot log onto the server with Home, but I have had no problems access shared folders, my internal websites etc etc. I could always see the server on my XP...
  4. shadow02

    One form, multiple submits

    I worked out my problem with this. I am new to Forms in ASP so now I understand that if your are referencing the ofmr make sure what you POST or GET is within the form area. Basically <FORM NAME="Form1" method="POST"> was beloe the drop down box, hence it was not being posted. Either way I...
  5. shadow02

    One form, multiple submits

    Thanks Dan, the method attribute works when I only have the one submit, the java code is designed to do the same thing just dependant on which button is pressed. The attribute wont work in the java code, well I tried and it did not work. Cause it is HTML. What I need is a method function to...
  6. shadow02

    One form, multiple submits

    Ok, in my efforts to use the posts on here to solve my problem, I have gone mad and have resorted to a post. I am very good at VB and getting good at VB script but my first attempt at using javascript is, well, yeah you know. Basically I am trying to have multiple search buttons on one page and...
  7. shadow02

    Age in a form

    Age = DateDiff("d", DOB, Now())/365 Gives your pretty acurate. I may get the dates around wrong, if you get a negative result swap them. If you wanna account for leap years, you can divide by 365.25. Try that. Shadow
  8. shadow02

    Outlook calendar appt creator

    Ok, thanks for the reply, now I have no idea how to use it. Without asking you to take me through how to interact progammtically with OUtlook, do you have a link that can educate me. Thanks Heaps. Shadow
  9. shadow02

    Outlook calendar appt creator

    Hi yall, I am using Outlook 2000 with exchange server. We are also using calendar in public folders. Is it possible to retrieve who created the appointment and then paste it into the appointment some how. I imagine you must be able to as the permission allow you to delete your own so...
  10. shadow02

    Multi-line ListView Column Headers

    Did you ever get a solution to this? I am curious to implement the same. Thanks Shadow
  11. shadow02

    Sum Items in Listview Column

    Thanks for confirming.
  12. shadow02

    Sum Items in Listview Column

    Hi yall, Is there a function within the listview ActiveX that allows you to sum the values within a column. Pseudocode like Listview.Column(1).columnSum If not and I am off with the fairies, no probs, I can always run some SQL sums to compensate. Thanks Shadow
  13. shadow02

    Get Listview column widths

    Guys thanks heaps. That will work a treat. One of the annoying thing about ActiveX is finding any information on them and then working out the syntax etc. Appreciate your time. Shado
  14. shadow02

    Get Listview column widths

    Hi yall, I am using a listview and after people resize the columns to however they like, I want to record those column widths so that the next time they open the form the columns will be in the width they then left them in. I only need to know how to reference the column width in a listview...

Part and Inventory Search

Back
Top