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

    Re-size Pie Charts dynamically

    Hi All, I am fairly new to reporting services. I want to create a report, whereby there are 9 pie charts which would need to dynamically vary in size dependant on the number of records returned for each pie chart data. (i.e. the pie charts size would need to be proportionate to the total...
  2. partymong

    Generate sub report from pie chart segment

    Hi All, I am new to reporting services. Is there any way to launch a subreport that I have from a pie chart segment. (i.e. jumpto on pie chart segment rather than the whole pie chart?) Thankyou in Advance for your help! P
  3. partymong

    Add/edit records to parent and child nested datagrid

    Hi All, I would like to be able to create nested datagrids where I can add and edit a record of both the parent and child datagrids inline. I am able to add/edit the datgrids on there own i.e. Not nested - I have created a datagrid that I can add and edit rows. I am , however,unsure of...
  4. partymong

    get current function name

    Hi All, Is there a way of retrieving the name of the currently running function? i.e function x is running and within that function I want to return it's name. Return x (the name of the function) Thankyou in advance for your help
  5. partymong

    Update smalldatetime fields in all tables

    Hi All, I want to update(increment) the year in all smalldatetime fields in all tables of a database. Is there an easy way of doing this? There are 1000's of these fields. Can I use sysobjects to do this? Any help would be appreciated. Thanks in advance for your help! Regards, Peter
  6. partymong

    Stored proc to search multiple words and dropdowns

    Hi All, I want to create a stored procedure to deal with a multiple word search (via an input box) but allow the search to be narrowed down via 3 drop down lists. I want to search for the inputted words, but where the values in drop down lists are met... I am sure I could be approaching...
  7. partymong

    varchar to datetime...out-of-range

    Hi All, I have the query below which doesn't seem to work, I get the following message: The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value. NOTE:- The "creation date" is a varchar field.... I have tried using cast with the same...
  8. partymong

    Search multiple words with paging

    Hi All, I have searched through the forum but have not currently found a full solution to my problem. I want to be able to create a multiple word search on various fields in a database table and page the results. I can page a one word search.. I can multiword search without paging...
  9. partymong

    spaces in filename cookie

    Hi All, I have a problem I hope you can help me with... I am running windows, IIS5. I have an upload form, where the user is allowed to browse for a file to upload.($_FILES['file1']['name']) I then use a php script to put the filename that they choose in a cookie and retrieve it later...
  10. partymong

    File_exists

    Hi All, I have a remote ftp server, which is specified as a virtual directory(unc path) on my webserver. I want to check if a file exists on the ftp server/my webserver virtual directory (unc path) before I run a script to upload a file. (basically I want to throw out a message if the...
  11. partymong

    ftp upload php/html form

    Hi All, I am new to php so any help will be appreciated. I want multiple users to be able to upload a file using ftp via a html form. The file that is chosen(with the form), will then get ftped to the remote server using a php script (I want to hard code the ftp server, user and...
  12. partymong

    FTPing put

    Hi All, I want to create a web script that allows users to choose a file(on their local machine) to ftp to a designated folder on an ftp server. Is there an easy way of doing this? I can create an ftp link for users to download files, but not sure how I can allow them to upload files...
  13. partymong

    FTP using IE

    Hi All, Is it possible to 'put'/upload files to an ftp server using a URL in IE? Thanks in advance for your help! P
  14. partymong

    FTP upload local vs remote

    Hi All, I'm new to perl but I want to create ftp uploads for users via the web. (it has to be ftp as the files will be large) I am using Net::FTP and the following... $remotefile = "c:\\blah.zip"; $localfile = "blah.zip"; $ftp->put($remotefile, $localfile) or die...
  15. partymong

    Newbie q Making databases downloadable

    Hi, I hope someone can help me, I'm new to SQL server. What I want to do is make the databases I have on my server downloadable via the web. I have IIS installed. I can get a list of all the databases querying the sql server master database, but can't make them downloadable because the SQL...

Part and Inventory Search

Back
Top