Hi team
There is a key that you hold down that keeps Format menu displayed when you are doing multiple formats on a group of controls. It's really useful, but I can't a ref to it anywhere, does anyone know what key that is?
Thanks
FW
Hi Team
The security on my db switches all the properties like "AllowFullMenus" to false on startup.
But I want to give these properties back when the administrator logs on. I have tried Setting these properties to true and calling Properties.Refresh, but I still don't get the menus back.
So...
Hi Team
The security on my db switches all the functions like "AllowFullMenus" to false on startup.
But I want to give these functions back when the administrator logs on. I have tried Setting these properties to true and calling Properties.Refresh, but I still don't get the menus back.
So...
Gina, Is the field's Required property set to Yes?
What is the data type? If it is Text then you will have to also check the Allow Zero Length property. This need to set to Yes.
Good Luke
FW
hi osp
Find out what the control source of the form is. Do this by right clicking in the little box at top left of the form and choosing Properties | Data | Record Source. (When the form has focus there will be a little black square inside the little box)
It could be that the form is based on...
Hi team
I want to change the title of my report based on filtering the user chose.
I can change the value of the control with:
[Reports]![ReportName].lblTitle.Caption = "New Value"
When I put:
?[Reports]![ReportName].lblTitle.Caption
into the immediates window I get the new...
Hi Team
I building a report viewer. All it does is display reports generated by another application. The other application gives the reports the extension hzj. When the user clickes on a hzj file it fires my report viewer and displays the report.
The problem I have is that I can't detect the...
Thanks Rick.
I have a list view and I want the user to be able to modify the values. I have done this in VB with the following code
txtEdit.SetFocus
txtEdit.Width = lvwInventoryAllocation.ColumnHeaders(htiHitTestInfo.lSubItem + 1).Width - 50
txtEdit.Left =...
Hi Team
Does anyone know how to get the VB equivilent of Screen.TwipsPerPixel in Access?
I'm want to be able to edit the values in a ListView by double clicking it. I need TwipsPerPixel to know where I clicked.
Thanks
FW
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.