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: *

  1. groundclutter

    MICROS Red 3700 v4.7

    I have a new client who uses this system for a small, bar & restaurant. The problem is that once the server checkout autosequencer runs, the touch screen locks up and you constantly get "employee must sign in"-message. Then, the station needs to be rebooted. The report runs fine and kicks out...
  2. groundclutter

    ValidatorCallOutExtender issue with borders around images

    Hi,I am using the callout extenders on my validators on a web form. Works fine except that the default warning icon and close icons have borders around them. I've tried overriding the default css class but nothing seems to eliminate the borders around those images. Has anyone else ever had this...
  3. groundclutter

    Ajax callout extender issue

    Hi, I am using the callout extenders on my validators on a web form. Works fine except that the default warning icon and close icons have borders around them. I've tried overriding the default css class but nothing seems to eliminate the borders around those images. Has anyone else ever had...
  4. groundclutter

    Server configuration question

    Here is our configuration...the first server (server123) 'points' to production database (Oracle 8) while the second server (server 456) 'points' to our test server. Input server123 Output server123 server123.aps server123:6412 Crystal APS server123.cacheserver server123Crystal...
  5. groundclutter

    Oracle newbie question

    Hi and thanks for reading. <b><u>Problem:</u></b> Our current Oracle8 database schema has a table, e.g. "header", that has two related detail tables, e.g. "detail1" and "detail2". They are related in the following way: <i>header.key --> detail1.header_key</i> and <i>header.key -->...
  6. groundclutter

    How to determine if a particular worksheet (if any) is open in code?

    I must be having a brain-cramp because this shouldn't be difficult to do. But, I've been away from VBA for a while and can't seem to remember which object/property I should be evaluating to determine whether or not I should continue with the rest of my code. Thanks!
  7. groundclutter

    How to distribute and license reports in a .NET web application?

    We are creating a web application using .NET for a customer. The reports are to be written in Crystal Reports 9. Currently, I believe we need to use the Advanced Edition to create and deploy these reports. However, does the client need a license too? Can someone explain to me what I need as...
  8. groundclutter

    Scheduling multiple instances of one report with different parameters

    Hi! I am unclear as to what the best method for my problem would be using CE 8.5. I have one report with a parameter, e.g. &quot;Day of Week&quot;. In the report itself, the selection criteria is: tablename.fieldname Like {?DayofWeek} where the parameter can have a &quot;*&quot; indicating...
  9. groundclutter

    How to detect selected documents in a view (from code)?

    Can anyone enlighten me as to how to detect documents that are selected in a view in Lotus Script? Thanks!
  10. groundclutter

    Spreadsheet functionality in a Notes' database

    Here is my design problem... I have a requirement to take downloaded client fee information from a mainframe database and load it into a Notes database. From there, I need to email each group project leader a notification that they are to &quot;maintain&quot; their assigned clients' fees. The...
  11. groundclutter

    Using excel spreadsheets to calculate data sets

    Here is my design problem... I have a requirement to take downloaded client fee information from a mainframe database and load it into a Notes database. From there, I need to email each group project leader a notification that they are to &quot;maintain&quot; their assigned clients' fees. The...
  12. groundclutter

    Dynamic data views in FoxPro - How to access from Crystal Reports?

    I am developing fairly complex reports in Crystal Reports 8.5 against an accounting software package called &quot;ProcessPro&quot; which integrates with AccPac Pro Series erp systems. It utilizes several Visual FoxPro (vers 6) free tables that reside in folders on the database server. I have...
  13. groundclutter

    Dynamic data views in FoxPro - How to access from Crystal Reports?

    I am developing fairly complex reports in Crystal Reports 8.5 against an accounting software package called &quot;ProcessPro&quot; which integrates with AccPac Pro Series erp systems. It utilizes several Visual FoxPro (vers 6) free tables that reside in folders on the database server. I have...
  14. groundclutter

    Multiple value parameter OR select all

    Here's the problem: I have a parameter, e.g. {?BookName} that is set up to be a discrete, multiple-value parameter. The selection criteria is set up so that {db.fieldname} = {?BookName}. What if I want to &quot;select all&quot; book names? The only way I've been able to get this to work is...
  15. groundclutter

    Subreports and EvaluateAfter()

    Okay, here's the scenario... I have a very complex report in which I am displaying (suppressed) detail rows that contain three 'value' columns. The next three columns are going to be 'high value', 'low value', and 'something else'. To get the values, I had to use sub reports (due to data...
  16. groundclutter

    How do I read registry keys from an ActiveX UserControl on a web page?

    How do I read registry keys from an ActiveX UserControl on a web page? I have a usercontrol that needs to read the user's pc registry to determine a path for a specific application and then run that application. How do I go about doing this? Thanks in advance!
  17. groundclutter

    How do I read registry keys from an ActiveX UserControl on a web page

    How do I read registry keys from an ActiveX UserControl on a web page? I have a usercontrol that needs to read the user's pc registry to determine a path for a specific application and then run that application. How do I go about doing this? Thanks in advance!
  18. groundclutter

    What is best method to integrate CR8 with 50+ reports into VB 6?

    I am writing a module in VB6 for a bigger project to access approximately 50 reports that will be converted over to CR8 from CR3.<br><br>I have created a form with a listbox that is going to reference a table with all of the report titles in it.&nbsp;&nbsp;As the user selects a report, I would...

Part and Inventory Search

Back
Top