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

    Converting a Label template into Column template v10

    Hi everyone! Currently I have a report using Crystal Reports V10 that was customized to be used as label template. Now, my company would like to have this template converted into a tabular or Column format. One way is to recreate the report but is there an easy way in Crystal v10 to do this? If...
  2. cvasquez

    Creating a running total and breaking at a certain change

    Hello everyone. I have created a report that breaks currently on state field,{SYSCUST.STATE} by having a group header. Now I am being asked to have a running total to also break on state field. The running totals field data information is coming from {SYSCUST.YTD_PURCH}. Please help thanks.
  3. cvasquez

    New Page Break on State Change

    1. How do I break a next page based on State change, {SYSCUST.STATE}. 2. I would like to add the state field ontop as a header document but to print only when there is a change of state. Please help.
  4. cvasquez

    Supressing Data to first occurance

    Hello everyone. These are the fields that I am using on the report. CustomerID, Company Name, Order Date, YTD Purchase I am getting multiple occurances on CustomerID because I am using a date Range using Order Date field. The data is not duplicated in reality because within that Date Range...
  5. cvasquez

    Getting data from group header

    From a report that I created, there are two group headers item number and totals. I want to now create a summarization at the end of the report with the totals from group header. How do I do that?
  6. cvasquez

    Combine two tables into one based on a search criteria using Access 03

    Hi everyone. Currently I have the following scenario using Microsoft Access 2003. TABLE A style# description vendor country TABLE B Item description vendor country I would like to combine both tables by using the TABLEA.style# and TABLEB.item into TABLE A, since table A has additional...
  7. cvasquez

    Searching thru one field using more than a hundred values

    Hi everyone. I am encountered with a problem when searching thru a single field and only getting results based on those values. Here is a short version of that statement being used: {INVENTOR.ITEM_ID} in ["180860","180960","180871"] Here, I only have three values but I need to search over 3000...
  8. cvasquez

    Select single field with multiple values problem CRv10

    I am using Crystal Reports V10. I am trying to select a single field, which is an integer, with multiple values. The only possible way I could do a select statement is by selecting the a single field in the Formula Editor. This is the current select statement that works: {INVENTOR.ITEM_ID} in...
  9. cvasquez

    Setting Up DNS Public or Private

    Currently we have an IP who is issuing us two DNS servers. We have a T1 connection coming in. In our facility we have two Servers. One serving as the main server for all uses which includes, virus protection, SQL server 2000, Database enterprise management, BackUp, on and on. Now I am new in...
  10. cvasquez

    Uploading Large Table Issues

    Hello everyone. I am using SQL 2000 Server on two servers. One Local and one Remote. Everytime I upload a large table to the remote server I get a time-out error message. This only happens when I upload a large table. By being large I am talking about just 5 megs. Has anyone come accross this...
  11. cvasquez

    Error exporting single table(s) and also using DTS

    Setup: Currently we have two servers. One local and one remote. Local and remote server are using Windows 2000 server and SQL 2000 server enterprise w/ SP4. In the past this has always been a problem. But now it is even worse. I tend to believe the problem is in our side and not the remote...
  12. cvasquez

    Windows XP Annoying User ID & Password Request!

    I have 3 computers on a shared network. 1 computer is using Windows 98, the other Windows 2000 Pro and the last one is Windows XP Home edition. The computer that has Windows 2000 Pro is sharing a folder that can be access thru the Windows 98 machine without a problem. The one using Windows XP...
  13. cvasquez

    Clearing the Radio Button once submitted

    I am having a hard time clearing a Radio button once a user hits the submit button. On the result page the user hits the back button on the browser and the previously selected radio button is still checked. I don't want this radio button to be checked. Here is a quick sample of a similar logic...
  14. cvasquez

    Download a file automatically using JavaScript

    I want to be able to allow my customers to download a text (*.txt) document onto their PC using the same scheme http://www.download.com is using. If the download for some strange reasons fails then I will allow you to click on a link for a manual download. I understand that I the in you click...
  15. cvasquez

    Download a file automatically using ASP

    I want to be able to allow my customers to download a text (*.txt) document onto their PC using the same scheme http://wwww.download.com is using. If the download for some strange reasons fails then I will allow you to click on a link for a manual download. I understand that I the in you click...
  16. cvasquez

    System Log Event ID 42 History.hsh can not open

    It has been a few months now that I have been getting this error and it is consistant. What happens is that the ASP pages are not accessible and a reboot normally takes care of the problem. But I don't want to do this anymore, I want to resolve the problem. I have looked just about everywhere...
  17. cvasquez

    How do I run ASP Code in SQL Job Scheduler?

    Under SQL Server Agent Job, I currently I have a file xxx.js and inside the command window I start with wscript [d:/location-nameoffile]. I tried to run this file also from the DOS prompt and I am getting an error on this line: var fso =...
  18. cvasquez

    Displaying Images using FSO and a Paging structure

    I have read many help documents in ASP that show a list of images and paging properties using ADO. An example of what I am talking about is this link: http://www.crateandbarrel.com/store/show_products.asp?category=40 My problem is that I am trying to simulate this exact same paging structure...
  19. cvasquez

    Multiple Image Loader

    Where can I get a multiple image loader such as this? Link: http://www.pathmark.com/circular/main.asp?FromPublic=True&CircZip=11554&Submit.x=15&Submit.y=22 Note: They have coded around so you can not view the source code but there are other ways of viewing it. I saw the source code but...
  20. cvasquez

    I have never seen this type of coding

    I would like to know how this website generated this type of coding structure. Here is the link: http://www.waldbaums.com/waldspecials.asp. If it asks you to enter a zipcode, enter anything or 11040. ( notice how the link turns to an IP address, try deleting everything and just leaving the IP...

Part and Inventory Search

Back
Top