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 Wanet Telecoms Ltd 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. mgason

    sound plays locally, downloads on site

    Hi, yes I have 2 questions up related to audio! Not sure Javascript is the problem. I am trying 2 completely different methods. Either would be OK if they worked. With this method the audio works fine testing locally in the browser, popping up a window with a helper player BUT when on the site...
  2. mgason

    sound plays locally, stops after a couple of seconds on site.

    Hi, Not sure if the problem is Javascript, but seems plausible. I am a complete noob to Javascript. I have a page with some mp3 audio. Rough working version can be found here. All the buttons call the same sound at the moment, it's not a bug. http://museum.spps.org/audio_testing.html The sound...
  3. mgason

    suppress based on another field?

    I have a database field that is set to "suppress if duplicated" in the format field dialog. Can I have TEXT fields in the same section suppress if that database field is duplicated? How would I do that? thanks Mark
  4. mgason

    Suppress if immediately preceding record is the same.

    Thanks, I decided on the lbass solution, mainly because my brain was heading that way already. I was under the wrong impression that 'suppress if duplicated" would suppress ALL A's after the first. Now I have another problem though which I failed to include in my first post. Recipe A could have...
  5. mgason

    Suppress if immediately preceding record is the same.

    Hi, can I suppress a record if the one immediately before it is a duplicate. here is a simple version of how my data might look in the database... Recipe description batch time A some recipe A-1 12:45pm A some recipe A-2 12:46pm A some recipe A-3...
  6. mgason

    very slow query, any tricks to speed it up?

    Hi, I have a report that takes a really long time to display, in fact Crystal displays not responding for a while, but if left it finally does display. We are talking minutes. It does access several tables. I can see why it is slow. Is there anything I can do that might speed it up. Change when...
  7. mgason

    CRXI, suppress duplicate group header/force drilldown

    Hi, this is really a two part question. 1. how can I have a filed in a group header only appear if it is not the same as in the previous group. basically a suppress if duplicated but for the group header. 2. I have 4 groups, the last is hidden, drill down OK. clicking an item in group 3 opens...
  8. mgason

    CRXI, link table fields to exclude data

    thanks I think it is working just as desired mark
  9. mgason

    CRXI, link table fields to exclude data

    Hi, I have 3 tables. Each has a field batch_id. In my record selection statement I select batch_id's from tableA whose timestamps fall between a start and end parameter. tableB is linked and I get data for those same batch_id's. tableC is my problem. I want to exclude any batch_id that appears...
  10. mgason

    CRXI - sum formula result from sub group not allowed?

    Hi, thanks for the reply, a sub-report is fine I think. layout wise display in the header is desirable. lets go with that. The less desirable layout would be in the group footer. I am curious how that would work too, as I could not get that to work either. If you have time for 2 explanations...
  11. mgason

    CRXI - sum formula result from sub group not allowed?

    Hi, we are not quite understanding your solution I think. we tried but could not get it to work. I am going to make a better attempt at an explanation of our data just to be sure. Group1 Recipe_AA NEED TO SHOW SUM OF FORMULA HERE Group2 Batch ID_A THIS IS THE FORMULA diff(first-last...
  12. mgason

    datediff, how do I make sure I have first and last date/time

    if you have time check out my new post, continuation of the same problem http://www.tek-tips.com/viewthread.cfm?qid=1525343&page=1
  13. mgason

    CRXI - sum formula result from sub group not allowed?

    Hi, I have data that is grouped. Batch_Ids are grouped by recipe. inside that group timestamps are grouped by Batch_ID. I have a formula which gets the number of seconds between the first and last timestamp for each batch_ID group. It is displayed in the batch_ID group header. this is the...
  14. mgason

    datediff, how do I make sure I have first and last date/time

    Sorry forgot to say Crystal XI also to be clear, the problem is making sure I have the first and last date/time to calculate the diff from.
  15. mgason

    datediff, how do I make sure I have first and last date/time

    Hi, I do understand how to use datediff to get the difference between two date/time fields. BUT I have a report which has returned a long list of date/times. I have ordered those by time. How can I write a formula that gets the diff between the earliest and latest date/time. thanks mark
  16. mgason

    order my groups by another field?

    Thanks for the reply, I took another approach. I used another table that had just one timestamp per batchID. I linked BatchID, then grouped by timestamp from the new table in ascending order, then by batchID as before. thanks again for the prompt attention mark
  17. mgason

    order my groups by another field?

    Hi I have data like this BatchID1 ingredient1 weight ingredient2 weight ingredient3 weight BatchID2 ingredient1 weight ingredient2 weight ingredient3 weight I group my weights by BatchID giving a report that looks like above. Currently I have BatchID in ascending order. The customer wants the...
  18. mgason

    CRXI chart , count items if other field = 1

    I sorted it out, the Chart object has an absurd number of dialog boxes that overlap a lot in function. here is the answer for anyone who may come searching. Click on the Y axis, Bring up the Data(Y) axis settings dialog. check axis on both sides. The Chart options dialog Multi-Axis tab will...
  19. mgason

    CRXI - chart axis has 3 decimals in CR preview, 2 in ActiveX viewer

    Hi, I had a problem with my chart displaying 2 decimal places in X axis labels even though the data they come from showed 3 places. There was no way in the chart expert or options to alter axis label precision I found the setting for default numeric field precision for the whole report found in...

Part and Inventory Search

Back
Top