I want to hide everything inside the group, the content frame also.
I know the value of the total only when the after frame was generated. The content frames (the detail) are generated before the after frame. So I can not know if I have to hide them or not, because the total was not yet calculated.
Hi
I have a group section containing a content frame and an after frame. In the after frame I show the total of the column "Qty".
I would like to hide the group section if the total qty is 0.
Thank you
Is there a way to hide group sections based on a parameter defined by the user ?
For example, suppose that a report is grouped by
Country
Region
Town
--details
Based on the parameter, the reports will show only the totals by country or the totals by country and region etc...
Is there an...
I have a source code containing some sensitive information defined as constant values.
I noticed that this information is clearly visible when the executable file is openend in a text editor.
Is there a way to protect this data and hide it completly from anyone using the application - a special...
If you can access the code of your database then, in a module tape this code :
Sub EnableShift()
SetProperty CurrentDb, "AllowByPassKey", True
End Sub
If you can't access the code, then you have to create a second database and add this code in a module :
Sub EnableShift()
Dim db...
I think you could add a line like this in your code :
shell iexplore <blahblah>/search.html?last_name=&first_name=&mail_zone=&phone_no=&corpid=<batch
:-V
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.