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!

Search results for query: *

  1. KingArthur

    Grouping on a range of values

    Hi Thanks for your advice. Using your idea, I ended up creating (and grouping on) a formula field (which I called 'Groupby') with the following code:- int({Opportunity.oppo_monthlybill} / 50)*50 which gave me grouping with increments of 50 I then used a group name fomula to give a more...
  2. KingArthur

    Grouping on a range of values

    Hi I'm trying to create a vary basic Crystal(XI)report that prints a list of clients with their monthly billing values, but also to group them within bands. E.G. £ <200, 201-250, 251-300 and so on. I could group on a specified order and define a list of group names that would serve the purpose...
  3. KingArthur

    Sorting on Alpha and Numeric using parameters

    Hi LB Yes I did notice I'd jumped the gun a bit and that it was only sorting on the first letter. I was halfway through creating some long and untidy code to try and expand the sort to the first 10 letters when yoursolution came through which was a much better solution. I'm supprised many...
  4. KingArthur

    Sorting on Alpha and Numeric using parameters

    Perfect! Working fine! Report finshed! I thought of changing the number to text. Didn't even know it was possible to change text to a number. Many thanks Martin
  5. KingArthur

    Sorting on Alpha and Numeric using parameters

    I have designed a report that produces a list that I would like to sort on the persons name or the value of their loan balances. I can do this using the record sort expert, but I would like to give the user the option to choose. I can create a parameter and the use the result in a formula...
  6. KingArthur

    Windows Logo Key acting as if stuck down

    Thanks! Good idea I'll give it a go and see what shows up
  7. KingArthur

    Windows Logo Key acting as if stuck down

    I have a problem with one our PC’s. A particular user will call me and explain how when she is typing, other windows boxes start to pop up. The symptoms would suggest that the Windows Logo key is stuck down and as she presses the letter 'F' the 'Find' dialog window appears and the same goes for...
  8. KingArthur

    Network initialization failed - PDOXUSRS.NET

    PROBLEM SOLVED Just in case anyone else has this problem, this is what I found to be the cause and the cure:- The error was caused by my loading of the latest Novell Client - Version 4.83 for Windows NT/2000/XP, which I had to do as the 95/98 client would not work on the new XP machines...
  9. KingArthur

    Network initialization failed - PDOXUSRS.NET

    Yes I have set the Net Dir = G:\ in the BDE Administrator and also set LOCAL SHARE = true. Regards Martin
  10. KingArthur

    Network initialization failed - PDOXUSRS.NET

    I have just upgraded my PC and with it the operating system to Windows XP Professional. However, since reinstalling Delphi 6, I get the following error when I try to run a program over the network:- Project NewGlobal.exe raised exception class EDBEngineError with message ‘Network initialization...

Part and Inventory Search

Back
Top