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

    Click through to parent application functionality

    I am assessing SSRS as a tool to integrate with my application but I have no SSRS experience. I have a winforms VB.NET application written in VS 2005. I currently use devexpress grids to display tabulated data which allows me to click the grid and perform an action in my applciation (e.g. open...
  2. BDC2

    multiple rows as comma separated list

    Hi, I have 3 tables: T_Template containing a list of templates T_Field containing a list of fields T_Template_Fields containing a list of many field IDs against the Template ID If I try this: select FieldID from T_Template_Fields where templateid = 1 I get 5 rows returned containing 5 Field...
  3. BDC2

    web site on additional IP not running

    I have a dedicated server which had to be rebuilt. It was running several web sites one of which had it's own IP address since it is an ecommerce site with SSL for the checkout. I have tried to set this back up in IIS6 but when I try to view the web site it's not showing through http or through...
  4. BDC2

    Integrate HSBC E-commerce API with XML

    I'm trying to integrate HSBC Bank's e-payment API solution into a re-developed site but I'm not getting any help from them and their documentation is awful, can anyone help? Customer enters their credit card details on my site using a form. I put the order information (not credit card info)...
  5. BDC2

    fopen($url,"r")

    Can anyone tell me if ASP has any kind of similar functionality to PHP's fopen, when getting a URL? BDC.
  6. BDC2

    My client requires a search facilit

    My client requires a search facility for their web site. It doesn't have to be very exotic, but it must index the site on a regular basis and be relatively fast. I am currenlty downloading webinator from Thunderstone (19MB over 56K ouch!!) which I know will suit my needs, but I was wondering if...
  7. BDC2

    Which code editor do you use?

    There have been some recent posts containing references to the code editors which some of you use. I am at a stage where I believe changing my own code editor would perhaps benefit me but I would like to hear some advantages, disadvantages, unique features etc. of the code editors that you use...
  8. BDC2

    Display Euro with LCID

    I'm devloping an international property listings database for a client. If say the property was in the UK I can set the LCID and it will display GPB£, fine. How can I display French properties (or any other Euro converted country) in Euros. The Session.LCID = 1036 displays currency in French...
  9. BDC2

    Shortcut's Target Path

    Hi, Is there any way of retrieving the target path of a shortcut in ASP? BDC
  10. BDC2

    Listing NT User Accounts in a Drop Down

    Hi, I'm developing an intranet which uses Basic Authentication (Anonymous access is disabled) Can I populate a drop down box with a list of all of the NT Account Users? The drop down will be in a form available to anyone with a valid NT Account. Cheers, BDC.
  11. BDC2

    File System Object (Get Author property of file)

    Hi, Is it possible to get the "Author" and "Last saved by" properties of say a WORD file using the FSO? If not, can I use ASP to get this info any other way? Cheers, BDC.
  12. BDC2

    Set a session variable using javascript

    Hi, I'm trying to set a session variable using javaScript which i can then use with ASP. Can someone tell me if this is possible and perhaps supply me with the JavaScript. Many Thanks

Part and Inventory Search

Back
Top