Don’t store the filter with the report
base the report on the answer table
Run the report through a button on the form
I assume that your filter is on a date field. If that is true then
Instead of a filter use a Query
Create on your form, two undefined fields, “StartDate” & “EndDate”
“This is...
I use this code for unique line number. It works
if eventInfo.id() = DataLookup then ;//this code creates unique line numbers
if Line_No1.isBlank() then
lineNo = Max_Line_No1
Line_No1 = lineNo + 1
endIf
endIf
I encounter this problem about 4 - 5 times a year. There are no lck or pdox.user files in this folder. I don't jockey the files around. Sometimes it happens while working, no crash involved. I do correct it by deleting the PX files in all the tables and then restoring them. I also delete the VAL...
What would cause Indexes to become corrupt. All is working fine, then sometimes Indexes become corrupt. Sometimes all is good, then on restarting Indexes are corrupt. HELP
Yes there is a maximim amount of code for a form.
I'm not sure what that amount is, but is sounds like you have reached it. Try not to duplicate code. Try creating some custom methods. When you call them you are only using the name. The code stays in the library.
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.