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

    CRYSTAL ERROR 692

    I am using Coldfusion 6.1, Crystal 9.0, XP, and I keep getting an error. ERROR: An unexpected error occurred while using the Crystal Engine. Error number 692 ocurred (Error in File C:\INETPUB\WWWROOT\ASAFE\REPORTS\REPORT1.RPT: Invalid export DLL or export format.). I have read about copying...
  2. Wes98765

    Sum A Group Field

    I am very new to Crystal. I have a group from the database and I need to add it together with the groups second value. How do I do this? I tried to create a formula and use Sum(Group #6) but it does not work. Thanks Wes
  3. Wes98765

    Crystal Reports cache

    I have a couple crystal reports in my project. Crystal asks the user for a date range to pull the reports. For some reason once the date range is entered Crystal will not prompt for dates again until the entire project is closed and reopened? Is there an onunload method that I need to use to...
  4. Wes98765

    Set Focus to a combo box

    How do I set focus to a combo box VB 6. You know when you click on a combo it is blue then the user can type ect. I can't get it to work and I can't find information on it. Thanks Wes
  5. Wes98765

    Email .doc as text

    I want to allow a user to upload a .doc or .rtf ect. and send an email that will include the text in the .doc file into the body of the email. I am using <cfmail> Thanks Wes
  6. Wes98765

    Laptop Display VS Desktop

    I have a strange problem. I have a calendar and for some reason when you view it on a laptop all the day <TD>'s collapse or they appear different sizes? The calendar looks fine on a desktop? I tried putting &nbsp; in the <TD> when they were blank and it still did not fix the issue. I need...
  7. Wes98765

    DEVNOTES

    Has anyone ran into a problem with MX Server 6.1 with devnotes? This is the error I keep Getting and it only seems to appear on pages where I am using url variables. You have attempted to dereference a scalar variable of type class java.lang.String as a structure with members. Thanks Wes
  8. Wes98765

    CFGRAPH

    Does anyone know of a way to link data in a graph? Like itemcolumn= &quot;firstname&quot;. Or is there another way to display a graph that has this ability. Thanks Wes <cfgraph type=&quot;BAR&quot; query=&quot;rpt_sum_acc_time&quot; valuecolumn=&quot;AccTime&quot...
  9. Wes98765

    HELP CFINDEX

    I have never used cfindex before but I have a site that uses it. I had to reload cfadministrator onto a new server and transfer all the webs. CODE: <CFQUERY NAME=OBJECTS DATASOURCE=&quot;#SITENAME#&quot;> SELECT OBJECTS.OID, OBJECTS.SID, OBJECTS.TYPE, OBJECTS.TITLE, OBJECTS.TEXT...
  10. Wes98765

    Secondary mirror SQL

    Hey guys, I need to know how to make a fail safe like cluster with sql server. With webs I just make a secondary dns and switch to another server if one goes down. How do I have one database contain all the same information as another so if one server goes down the data will be the same...
  11. Wes98765

    NEW to .NET

    Can anyone show me a sample code to create a connection to a sql database and how I would output that information into a form. I can't seem to get any connections to work. Thanks for any help Wes
  12. Wes98765

    Get current page as variable

    How do I get the current page from the url to include any url variables? Ex. www.google.com/index.htm?lookup=test I use <cfoutput>#GetFileFromPath(GetTemplatePath())#</cfoutput> and get index.htm I need to get index.htm?lookup=test THanks for any help WEs
  13. Wes98765

    Hosting Pearl pages

    Hey Everyone, I need some help here. I have a client with a web page coded in pearl and I am not a pearl programmer. Can someone tell me what I need to do to host pearl pages on my server? Right now the pages are just showing the code and I can't find any good information on it. Thanks a...
  14. Wes98765

    refresh fields

    Is there a way to refresh 1 or 2 specific fields in a form? I have a form and I want to have an add button next to it where the user can go to a page and add a record in the database. They then should return to the form and the record needs to be listed in the drop down and all the other...
  15. Wes98765

    Split current page into frames

    Hey guys I know I have done this before but I can't remember how. I need to be able to have a link on a page and when that link is clicked split the current page into frames with one child frame on the left in response to the link. Thanks for any help Wes
  16. Wes98765

    Dreamweaver MX 2004

    I use Dreamweaver to create simple forms so I don't have to then I build on from there. ex. I will use create insert form and select fields. MX 2004 will not let me it says field does not take a value????>>>> Does this mean I have to build the whole form before it will work?? I really hope...
  17. Wes98765

    .SHTML Quit working?

    I am working with a company that has some .shtml webs. One server crashed and the new one will not run shtml pages? What do I need to setup in IIS or whatever to solve this problem? The error is file not found. Thanks for any help Wes
  18. Wes98765

    String functions

    Ok I need some kind of string function or method to remove something like this. <head> fdsfsdfdsfdsf fdsfdsfds </head> How would I go about removing the <head> tags and keeping all the other data? Without doing a Replace(x,'<head>','','ALL') bc this would get really tricky if there were 5...
  19. Wes98765

    Read Text

    Hey guys does anyone know of a way to read text from another website? Is this possible without buying some program if there is one around. A little code idea or some where to start would be great. Thanks
  20. Wes98765

    SSN Text field

    What is the best way in vb to automatically have a - in a text box for a ssn? EX. 325-75-2934 the - can already be there or show up on keypress. Thanks Wes

Part and Inventory Search

Back
Top