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 SkipVought 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. Grey0ne

    Replacing missing dll file

    on setup cd dll are named something else, don't remember exactly, but you cannot copy them as is. try looking on cd, should be somesing with normaliz.dl_ 'The file name, directory name, or volume label syntax is incorrect.' just out of curiosity - is it right that in 1st case you used D: and in...
  2. Grey0ne

    Troubles calculating the sum of list form

    gush, received from other place.... should have used Private Sub mfrmParent_Timer() SetListRowSource mfrmParent.Recalc mfrmParent.TimerInterval = 0 End Sub instead of Private Sub mfrmParent_Timer() SetListRowSource mfrmParent.TimerInterval = 0 End Sub
  3. Grey0ne

    Troubles calculating the sum of list form

    trouble is most of the conditions will consist of several symbols, which means that this text box will show wierd sums forever....
  4. Grey0ne

    Troubles calculating the sum of list form

    yes, it does work if the conditional text bar looses focus.. but it doesn't suite well.... if you take a look at example, you will see
  5. Grey0ne

    Troubles calculating the sum of list form

    nope, it doesnt help at all, as the list form has controls to sortout records showns, what helps is to put it on change, but the trouble is it shows only after second symbol, and shows sum for records for which was first symbol used in sorting... like it stays one step behind....
  6. Grey0ne

    Troubles calculating the sum of list form

    Hi, can someone give an advice on how to make an autocalculation of the form, with conditions, trouble is rest of the code is not mine.... and i just cant understand how its works for example is over here (form just one, name of the text box where it calculates sum - tboListSum)...
  7. Grey0ne

    Listbox sum of columnt (thread702-673191)

    because i dont understand what it is summarizing then, if it gets a "0" as a rezult
  8. Grey0ne

    controls won't requery

    make a constant requery with delay? .Requery .RequeryDelay = 500
  9. Grey0ne

    Listbox sum of columnt (thread702-673191)

    PHV thanks, helped, now at least i know it wasn't summing anything, got a "0" ) ok, question is if a rowsorce columns as follows Tellimus(number); Klient(text); Maksja(text); Kuupaev(date); Pank(text); Kokku(currency) and i want sum for "kokku" column - it is a 6 one? and if itis a currency do...
  10. Grey0ne

    Listbox sum of columnt (thread702-673191)

    2PHV yeap, but when trying to open form i do get this error Invalid Use or Null When click on Ok (the only available button) receive a 0 in textbox 2TheAceMan1 in here? tboListSum=sumListboxColumn([lstOrders];6)? nope, Name property is the same, but still #Name? err
  11. Grey0ne

    Listbox sum of columnt (thread702-673191)

    Hi, I do have a question how to make a sum in textbox on form with listbox by a column, in these thread found an advice but its not working for me somehow :( listbox name is lstOrders, column for which sum is needed is 6, textboxname - tboListSum in source code of textbox -...

Part and Inventory Search

Back
Top