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...
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
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....
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)...
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...
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
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 -...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.