Re: Programmatically setting datapagesize



Banded. I have read that article.

What was slowing it down was I had a drop down box for choosing a
customer. The customer database was large, so for every line it was
loading the data for the dropdown box. I changed the system so it
showed the customer, and then created an image the user can tab to and
hit enter or of course click on that brings up a pop up window to find
the customer by name, account#, SSN, etc. It literally increased the
speed on an invoice with over 100 line items 10 times. I already had
the image to click on for a quick method for them to enter in an
account number to find. The dropdown box was to find by name. It was
a stupid design in the first place. Oh well, live and learn. it
worked great when the invoices didn't have many line items.

Janet

.



Relevant Pages

  • Re: Administrator account disabled in SBS 2008 but password is now kn
    ... demonstrating to a very high value customer. ... passwords for both my user account and the Administrator account. ... The Server service is disabled. ... extension of a trial installation which expired due to non-use when there ...
    (microsoft.public.windows.server.sbs)
  • Re: What problems are people in the MV world trying to solve
    ... This is a combination of business and technical. ... system is centered around a customer account and the ID assigned to it so ... contact files by account ID. ... The sales analysis system only ...
    (comp.databases.pick)
  • Re: Concept-oriented programming
    ... reference {... ... concept Account in Persistent // Describes logic of account management ... concept Customer in Persistent // Describes logic of customer management ... But why you think that objects in OOP are an exception and they have to be represented only by such system level identifiers? ...
    (comp.object)
  • RE: How do I remove Duplicate rows?
    ... column A under the account# and only keep the one that has the highest amount ... Dim Numrows As Integer ... A customer# can have many rows with the same inv#. ... An invoice# can only be associated with 1 customer# ...
    (microsoft.public.excel.misc)
  • Re: Binding CoreData relations
    ... In other words, a one-to-many relationship between Customer and Account says "one specific instances of Customer CAN BE associated with many specific instances of Account," not "one specific instance of Customer IS associated with many specific instances of Account." ... It does *not* specify a precondition for the existence of an instance of hte Customer entity. ...
    (comp.sys.mac.programmer.help)

Loading