Topic: default valute of text field problem

hi,
i am using version 1.49
i have 2 text field as integer to store debt
text field 1 -> debt
text field2 -> remaining debt


when debt amount is entered
remaining debt must be automatically the same value.

after some payment i will redude the remainbg debt manually

how can i give default valur for remaining debt as debt value ?

Re: default valute of text field problem

Hello.


Please attach your project.

Dmitry.

3 (edited by kkalgidim 2016-11-17 15:35:12)

Re: default valute of text field problem

Thanx Dmitry
i found this link http://myvisualdatabase.com/forum/viewtopic.php?id=1136
i fixed it by looking example


but now i am facing another problem.
i cant print the filtered grid
it pretend like its not filtered.


i want to print the results on the grid. (its filtered grid wih auto execution)
filter is : Date(teslimtarihi) = Date('Now','localtime','+1 day')


shows the tomorrow orders.


i attached project
related form is : frmSonrakiTeslim
print button name YAZDIR ->Button3


i want to print all results on grid only 1 unrelated results shows

Post's attachments

Attachment icon printgrid.rar 306.56 kb, 499 downloads since 2016-11-17 

Re: default valute of text field problem

kkalgidim
You should use SQL query for report in WHERE section
Date(teslimtarihi) = Date('Now','localtime','+1 day')



Please download fixed project:

Post's attachments

Attachment icon printgrid_fixed.zip 20.35 kb, 544 downloads since 2016-11-18 

Dmitry.

Re: default valute of text field problem

thank you. works fine now.