I have tried enumChildWindows and it didn't return what I was expecting either. I just got it to work with this code.
Thanks so much for your response!
Sub LoadTaskList()
Dim Currwnd As Long
Dim Length As Long
Dim TaskName As String
Dim Parent As Long
Dim i As Integer...
Hi. I am trying to read the desktop window names and put them in a list. The problem is that I get a bunch of junk - IME, Tooltip, etc. I just want the windows on the taskbar that the users are going to use. The code works really well but I'd like to know if there's a way to get just active...
I am using a command button to populate a list of open windows on the desktop. The code works very well.
The problem is that I get a bunch of junk like IME, system tray, etc. I just want the names of the windows that appear on the taskbar.
Here is my code:
Sub LoadTaskList()
Dim Currwnd...
Need more info...
Does the report run without the subreport?
Does the subreport run on its own without the error...
Start there... after that we can explore more possibilities...
Also - what driver are you using for Oracle?
I am running Business Objects Server 11, and the server seems to be holding multiple licenses for a user. If I log in to the server I see 17 users logged in, but I am the only one logged in. I rebooted the server and logged back in to find the same issue. Any ideas?
OK, Maybe I can start over. I'm not very good at asking for help...
I have two subreports embedded in a main report. Each pulls from a separate data source but has comparable records. I want to compare the values in the second subreport to values in the first, highlighting records when they...
I tried to create a formula called var1 with the following data and received the aforementioned error:
whileprintingrecords;
stringvar array Employees;
Employees := Employees+{MONTHLY_PRODUCT_MONITOR.OFFER_CODE_DESC};
I need to set up an array that captures each group 1 field and passes it to a subreport for comparison. Ex.
Main Report
Schedules
Jane
Jack
John
Subreport 1
Employees
G1=Jane
John
Jack
Subreport 2
Terminated Employees
John
Jane
I want to highlight John and Jane's names in subreport 1...
I want to recognize the top n people on a list based on the number of people on the list. I would like to highlight the top n in red based on a number representing n. The number is the result of a percentage based array.
Help!
Robb
Try using this in your record or group selection formula:
not(dayofweek({Table.Date_Field)) in [1,7]) then count the days without having to worry about the weekend.
While I'm at it, I may as well ask:
Is there a way to join rows of detail into one field in the group header? Ex.:
GH1=Animals
D=CAT
D=DOG
D=MOUSE
desired result:
GH1=Animals CAT DOG MOUSE
and thanks for your help on the others!
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.