Why don't you just move your header to the footer? If you're not displaying the details, it shouldn't matter that the header is after the details. Hope that makes sense.
I'm sure there are posts out there but the search not available I can't find anything so I apologize if this has been answered in the past...
I have a MSFlexGrid that is sorted by a date - records are sorted by date in the SQL query to retreive them. They are put into a collection that is then...
I didn't re-install the print drivers but I tried something else that partially worked....
I shut down the HP printer, unplug it from the USB hub and plugged it directly into the PC. This resolved the issue of the printing appearing as double-striked on the Word and Excel documents. Have no...
I am having problems with a Word document & an Excel Spreadsheet and printing them. Both of them were created on a work machine, then tried to print them at home from adifferent machine to a HP Photosmart 1000. They are printing as if everything is bolded, almost like it's double-striked, but...
Check out the solution I used under the thread "# of Instances of an Application Opened"
thread222-430467
I use it to make sure a workstation cannot open more than 4 instances of an application, but in it I am checking the title of all open windows.
Hope this helps!
I used the following code to determine if the title of the application (pulled from an ini file) is running. If so, I increment a counter and pop a message box if a match is found for a 5th time. This prevents the user from opening more than 4 instances of the same application....
Private...
Thanks to both of you. I need this per machine. And although it may be tedious, PraveenMenon I think I'll use your solution.
Thanks for the help!! I'll let you know the result when I get the code in place.
Is there a way to determine how many instances of an application are running on the workstation? I know there is the PrevInstance Property but that only tells you whether a previous instance of an application is already running. I need to know if 4 are currently running - limiting the user to...
They are labels, not text boxes, so there is no validation event. I had to use labels because I actually reached the maximum number of controls on a form. Therefore I had to create arrays for the labels so I could fit everything on one form.
Does this help.....
Private Sub grid_MouseDown(Button As Integer, Shift As Integer, x As Single, y As Single)
If Button = 1 Then
MsgBox "Left"
ElseIf Button = 2 Then
MsgBox "Right"
End If
End Sub
I am trying to populate a label (unbound) with the result of one label divided by another (both ado bound). My form has 8 tabs and generally this field is calculated when the user clicks on the tab which the calculated field is display on. The problem is if the user stays on that tab and moves...
It does hightlight the rest of the text in black but all of the text is red.
The test worked so I'll play with it a little more. Thanks so much for your help!!
I have a calendar where each day of the month is a rich text box. I am using it to display all the days of the month and then additional text for an "incident" that may have occurred on a particular day. It works great expect I'd like to change the font/justification for the date and...
I have a cross-tab report which I am performing a count of how many times a particular action has occurred in a half hour. This is working as expected but I need additional assistance getting...
The report looks like this:
Action A Action B Action C (and so on)00:00 1...
If I create the formula above and add it as a row, the cross-tab only prints the entire day on one row and then a grand total row. I then tried changing the Grouping Options on the formula field to on every hour and get the same results as I do when I don't use the formual and just the date field.
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.