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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ASG0856

  1. ASG0856

    Sequential Sections used with Group Sections

    You could add in a memory buffer, sum the commission there, and then display as I suggested, but with the summary at the top because the summing is already done
  2. ASG0856

    Sequential Sections used with Group Sections

    Why are you adding the sequential section? Assuming your managers and their specific employees all link together, you should only need to group by manager, expecially if you want a summary of all the employees commission. The summary would go in the 'after' frame. Group Before...
  3. ASG0856

    Colouring series below an SLA

    What about an IF THEN Statement in a method override IF The Series Target >=99% Then seriesSstyle.backgroundcolor = RED END IF
  4. ASG0856

    Column Length

    bring the field in as a dynamic text field. It will auto wrap and grow or reduce in height automatically depending on the amount of text in the field.
  5. ASG0856

    format$ query

    Yes, NN (or nn) will return minutes with leading zeroes.
  6. ASG0856

    12097 There are no pages to display

    probably, no data rows are being returned. If you know there should be, check what you prompting for, and what you are filtering for.
  7. ASG0856

    Out of memory error on Windows Vista

    This article refers directly to Access 97 out of memory http://support.microsoft.com/kb/161255
  8. ASG0856

    External hard drive "Cannot find the specified file"

    Where you trying to move the 200Gb in one go? When I first hot my WD External drive, I tried a similar thing and had exactly the same problem. I found I had to transfer in smaller 'lumps'. Whether this was a drive issue or USB2 issue, I never found out, although I think the latter (it was a...
  9. ASG0856

    How to not split group's content?

    As far as can be determined, there is no way of automatically forcing a page break to keep Group Header an Data together. The only way, providing the Group/Data sections are always going to be the same height, is to make the flow height such that there is a fixed number of sections per page.
  10. ASG0856

    Vista Performance

    I bought a new desktop, with AMD 64 X2 dual core 3Ghz with 3 Gb ram and installed ultimate. Prob 1 - seen the same thing just copying to a floppy disk or to and from my exernal HardDrive. Seems to be working out how many files and how big - then copies over at an abysmally slow rate Prob 2 -...
  11. ASG0856

    How do I set Numlock to be permanently on?

    Are you part of a domain. Sometimes (as has been known to happen on our network), the logon process has a setting to turn the numberlock off as you log on. There is probably a registry setting that can be changed.
  12. ASG0856

    Empty Date returns current date!!! How to check for Empty values

    You could always give the first prompt a ludicrous default date that would never be used (say 1st Jan 1900) - then check for that and process as required
  13. ASG0856

    microsoft word

    What are the 'track changes' settings? Do the 'cut' words still appear if you go to print preview?
  14. ASG0856

    Vista Business SP1

    Due to language pack problems, SP1 for Ultimate will not appear to later in the year. Amazing isn't it, SP1 is already months late, then just before release, they find a major problem.
  15. ASG0856

    Actuate Exporting to XML

    why not generate the row to highlight that the data is missing (IIF(IsNull([Field]),'No Data available',[Field]))?

Part and Inventory Search

Back
Top