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

    https and images on site

    Hello, I have images in header and footer. When user is redirected to secure part of site (for example during checkout) I need http be substituted by https in image urls. What would be the best way to implement it? Thanks, Denis
  2. dstepans

    New browser window wiht larger image of the product

    Hello, I have a product detail page with small product image, when this image is clicked or link below (view larger image) is clicked I would like to open a new window with this product's larger image in it. So I would have to call a new aspx page with the product ID as a parameter...
  3. dstepans

    adding variable to HTTP query string from code

    Hello, is it possible to add a variable to the HTTP query string? For examle the requested URL was www.somewebsite.com/page.aspx, but in the page.aspx I have a control that queries the request.querystring("ID"), so what I need is to somehow in the code add an ID variable and set it to lets say...
  4. dstepans

    Problems installing application, during setup it asks to restart the p

    Please help! I created an install package. But during installation it says that some files have to be updated and the computer must be restarted in order to continue the setup, without it it will not continue. If I click on OK, the computer gets restarted, then when I try to install the project...
  5. dstepans

    Get Windows install directory

    Hello, how could I get a path to the directory where windows is installed. I am using vb6. TIA, Denis
  6. dstepans

    Moving CR 8.5 report horizontally or diagonally from VB6

    Hello, I need to print a report on a preprinted form. Sometimes the text boxes on a preprinted form are moved a little left/right or up/down, so I need to enable the user to move the report fields as well (from 1 to 20 mm) from my VB6 application. Is it possible to do? TIA, Denis
  7. dstepans

    Weird date problems

    Hello, I have this in a formular: stringVar result := ""; result := cstr(Year ({Claim.ServiceTo})); result; For the date: 1/1/03 it returns 2,003.00 Why is it formatting it like that? How could I get 2003 or 03? I also get the same format for the Day and Month (1.0 instead of 1 or...
  8. dstepans

    Parsing a date

    Hello, I need to get a day, month and year out of the date field. For example todays is 11/21/03 so i will need to get: month 11, day 21, year 03 Any suggestions? Thanks, Denis
  9. dstepans

    Distributing CR 8.5 Report with TTX file

    Hi, I will need to distribute a CR 8.5 report which uses ttx files. It looks like it needs ttx files for it to run. Is that so? If yes how do I set their (ttx fileS) location dynamically (depending where the user installs the app?). Would a better solution be integrating the report into VB6...
  10. dstepans

    Convert from CR9 to CR8.5

    Hello, I have both CR9 and CR8.5 installed. I need to convert reports done in CR9 so that they can be opened in CR8.5 is that possible? TIA, Denis
  11. dstepans

    Printing multiple records in 1 row

    Hello, I have a table that has only 2 fields. Printing 1 record per row, is a waste of space. I would like to print 2 records per row. Ex: record1 | record2 record3 | record4 record5 | record6 Is that possible to do? Thanks, Denis
  12. dstepans

    Complex Problem

    Hello, I have a rather complex problem (at least it is for me). I need to populate a form. It is a very strict form consisting or 2 pages. Page one is Order page, and page 2 is Order Details page. On the Order page there is a very detailed customer information and general order...
  13. dstepans

    No charts showing on reports

    Hi, I use vb6 and crystal reports 8.5. My vb app creates several reports using crystal reports designer, these reports include charts. On the development pc where crystal reports 8.5 installed i can view reports fine including charts, but on a client pc when i install the app reports come out...
  14. dstepans

    CR 8.5, when vb app. deployed no charts showing on reports

    Hi, I use vb6 and crystal reports 8.5. My vb app creates several reports using crystal reports designer, these reports include charts. On the development pc where crystal reports 8.5 installed i can view reports fine including charts, but on a client pc when i install the app reports come out...

Part and Inventory Search

Back
Top