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

    can this code be run without the a href?

    The link below does just great at reloading the parent frame. However, I would like the code to be run without the user being required to click the link. Can you help? <A HREF="javascript:window.parent.frames[2].location.reload()">Reload</A>
  2. dlkraft

    How to refresh parent frame, then jump to anchor in parent?

    I am working on an ap written by a vendor. The ap uses frames. The vendor is not available for questions. I am able to use javascript provided by the vendor to get the page I want to open in the parent frame and can even get to the appropriate anchor on the page. Problem is, the page in the...
  3. dlkraft

    mouseover window - location error

    I can use javascript functions to open and close text windows. My problem is one of location. When the user mouses over the text, the window opens directly over the link. How can I specify where the window will open to avoid this? All of my users are on an intranet running IE5 and IE6. I am...
  4. dlkraft

    Sum of subtotals

    I am examining occupancy for rental properties. My report has three groups: 1 - location 2 - year 3 - sublocation I have an average daily occupancy figure which I suppress in details. The average daily occupancy is the basis of my summaries. I average occupancy by year for each sublocation -...
  5. dlkraft

    In 4.5, associate htm with CF server?

    I have a server running CF 4.5. An application on it has dynamic index files located in directories. I would like these index files to have htm extensions to make them visible to the users. The index files should process directory contents dynamically. I have tested the indexes and they work...
  6. dlkraft

    Help! Need to read a Progress &quot;Editor&quot; field

    I'm trying to read a Progress RDMS &quot;Editor&quot; field that appears to have a datalength of 8 characters. In the Progress ap my company uses, I can see whole lines of text. Yet in the text I pull from a SQL query it is truncated at 8 characters. The lead Progress programmer emailed me...
  7. dlkraft

    val() error after converting Access-&gt; SQL Server

    What is the correct syntax, please? I have a varchar field that, in Access, could be converted to a number within queries, for ex: WHERE VAL(ROOM) < 0200 Now that I've converted to SQL Server, my queries are throwing an error: ODBC Error Code = 37000 (Syntax error or access violation)...
  8. dlkraft

    Crystal Smartviewer - how to remove prompts w/ refresh??

    I have a report with two parameters that I call using a hyperlink. When I refresh the report using the ActiveX Smartviewer, I am prompted to enter the parameters. How can I suppress the prompting of parameters, so the report will simply refresh on the parameters included with the hyperlink...
  9. dlkraft

    Can I change datasource calling web report with ASP?

    I have a report I call using ASP to view with CR8 web reports. The same report could be applied to 20 different datasources I have with identical structure to the original. And yes, I need to run the report against each source - lucky me!! Can I use ASP to change the datasource when calling...
  10. dlkraft

    problem in rounding, concatenation

    I am reporting from a query. I am trying to concatentate two numeric values into a formula field I am naming &quot;account&quot; and insert a 0 between the two values. Extra decimals are appearing. The fields I am concatenating are &quot;Gldept&quot; and &quot;Natcl.&quot; I am trying to...
  11. dlkraft

    Recrystalize - tried it, liked it

    I received Recrystalize this week. Finally I can create a dynamic web based Crystal report with multiple parameters! The great thing about the application is its simplicity. It's essentially a wizard that creates scripts on the fly. Process: 1 Create Crystal Report. Use parameters to request...
  12. dlkraft

    What's the word on Recrystalize?

    What's the word on Recrystalize? Have you tried it or heard about how it performs? I'm thinking of using it in conjuction with Crystal Web Reports. Please take a second to jot a few sentences if you can help with my decision. Dave Kraft
  13. dlkraft

    Kindly see what's wrong with my selection formula...

    I'm using the web reporting system. Works well, except, in my two part record selection formula only one of the parameters is being understood. I'm trying to get:{aphist.period]='11'. I also want:{aphist.Glyear}='2000' Only the ={aphist.Glyear}='2000' is working, the system is ignoring the...
  14. dlkraft

    Advice needed about large db with lousy indexes

    I have a vertical ap whose data I report on. Databases are written in Progress 9, OS is Unix. I can get to this data easily with Crystal using ODBC. In one table of 360,000+ records, the indexes are not conducive for reporting. My options are: 1 Import to Access and reindex and use Crystal to...

Part and Inventory Search

Back
Top