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 Mike Lewis 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. RussellDonders

    word - replacing character with new line?

    thanks Gerry - I was hoping to keep it simple as it seems like it would be quite a common task. I have never used VBA inside word - i am a capable programmer and I'm sure i'll be able to get the code out once i get started. Could someone point me in the right direction of where i would write...
  2. RussellDonders

    word - replacing character with new line?

    Hi, I have a data source with contact details in it with fields such as name, phone, address etc. This is from an MS SQL database that is used by another legacy application and structure can not be changed. Problem is the address field is complex in that it is stored all on one line seperated...
  3. RussellDonders

    accessing exchange tasks and calender

    Hi, I work in an organisation that uses exchange server for all email, and also maintains tasks lists and calender via outlook/exchange. I am a developer responsible for a portal for the organisation and one of the things I would like to do is display the users current tasks/calender events...
  4. RussellDonders

    load text file externally from users computer

    Hi Wangbar, The problem is that I can't use LoadVars to get/download the data if the file is on the users computer - or can I ? I am unable to find a way to do this. I have no need for flash to write anything to the users computer, I just need to retrieve a large input data set from them...
  5. RussellDonders

    load text file externally from users computer

    Hi, I have a situation whereby I need to give the user the ability to define a range of variables via a text file (it's a non trivial dataset so it's not an option to just have the user input these directly via a flash form). Basically I'd like them to type in a text box a location on their...
  6. RussellDonders

    Multiple Function Calls

    thanks for the tip, I didn't even think to check for errors as I was re-using code from anbother page - but the form name had changed! thanks a lot
  7. RussellDonders

    Multiple Function Calls

    Thanks for your reply. Yes only the first alert pops up, the other 3 functions don't get called at all. I've included all portions of the page that this affects (it's a pretty complicated php/mysql page so i won't confuse you with the rest). Do I need to do some special sort of return from...
  8. RussellDonders

    Multiple Function Calls

    Hi, I have a function on load page that I want to use to call several other functions to set up my page. The problem I have is that it only executes the first function I put in the list and latter ones get ignored - it's like after it goes off into one of the subfunctions it never gets...
  9. RussellDonders

    Does Flash support file input output (file creation - writing)?

    Hi, I was hoping to do this same thing, I need to be able to run flash in the standalone player with no internet connection and save different variables to a text file - to be read back in two flash on a complete seperate location. Basically I am looking for read file / write file ability with...
  10. RussellDonders

    Asp Form.Request server error when values are blank

    Thank You all very much .. you were extremely hot in giving me the correct answer and made me look where I should have to find it. My access database did not have the values set to "Required" but DID have the "Allow zero length fields" to NO, I changed this and it looks like...
  11. RussellDonders

    Asp Form.Request server error when values are blank

    Hi LadyHawk, I'm not too sure what Set does .. but i did before and I tried it again now - to get rid of the set like you suggested and it still came with the exact same error. so my problem remains. Thanks, Russell
  12. RussellDonders

    Asp Form.Request server error when values are blank

    Hi, Thanks for that. well i do have more code .. the only bit that references these variables is when i write them to the database with the below code - could this be what is causing the error ? if it's trying to write a null value ? Thanksm Russell <% set conn =...
  13. RussellDonders

    Asp Form.Request server error when values are blank

    Hi, I tried searching for an answer to this but couldnt find a suitable solution. I have 2 pages, one with a form to collect details about a person and a second that reads in this data and does stuff with it. When all the values are entered on the form and submitted all works fine so I know I...
  14. RussellDonders

    response.redirect with hidden sensitive info

    Hi, Ok I need to integrate our system with a third party CGI script. I have collected all the info I need on our side and put it into a DB etc and have all the variables to send. Everything is working fine EXCEPT the user can see our reseller ID and password in the QueryString being sent with...
  15. RussellDonders

    Search on my site

    Perl is Crap ????? woha! .. what don't you like about Perl ? It can do anything! ASP can do exactly what you want easilly - just need an ODBC connection. There is a Perl Module that will read Access files as well. You could even do this easilly with a text file tab delimited. General...
  16. RussellDonders

    Deadly Slow Editing in Dreamweaver

    Asked some more questions and got another reply - are you using the demo ? They said that the demo version or version 4.00 has this conflict, 4.01 the free update patch has this fixed - but unfortunately it can not be applied to the demo. I am using the demo. Russell
  17. RussellDonders

    Deadly Slow Editing in Dreamweaver

    Hi Rick, Just contacted Macromedia with this question as i wanted an answer before i purchased. They said that there are conflicts with some GeForce cards - and that more often than not a driver update to your vid card will fix this. They suggested trying to change your graphics settings to a...
  18. RussellDonders

    Deadly Slow Editing in Dreamweaver

    I have 512MB RAM and have a 32mb vid card .. I am running WIN2000 - are you too Rick ? Maybe it's a prob with Win2000 compatability .. I can't see the product having so many users to be able to let this happen - so I am sure there is a solution out there!
  19. RussellDonders

    Deadly Slow Editing in Dreamweaver

    I've only got the demo version - but yes ive noticed it really slow down my computer - which is normally quite zippy! .. It is a great program and i want to buy it - but this is a serious flaw - and with so many dreamweaver solutions around there MUST be a fix for this ..
  20. RussellDonders

    Sorting after a split - but not on the first value

    Hi, I need to sort a file alphabetically - but not on the first chars of the line .. I have set up a flat file text delimited database ie VAL<DELIMITER>VAL2<DELIMITER>VAL3<DELIMITER> etc etc now I want to be able to sort the file - but not on Val1 - rather alphabetically on VAL2 .. anyone...

Part and Inventory Search

Back
Top