Search the web
Sign In
New User? Sign Up
briousers · Brio Users - Help with deploying Brio Enterprise
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 12182 - 12211 of 15823   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12182
We are currently using Brio to access our database files on an AS/400 V4R5. We are upgrading the AS/400 to V5R2 in a few weeks. I called Brio to confirm that...
Kathleen Gutierrez
kgutierrez23
Offline Send Email
Feb 2, 2004
8:33 pm
12183
By simply watching and doing what they do you can get kinky with your parnter(s). With live Cams often with celebrity porn stars giving pointers and...
iam_pet1te
Offline Send Email
Feb 3, 2004
12:51 am
12184
JOB SEEKERS! You want to WORK with the Finest Employers in USA,UK,CANADA, Asia Pacific & Worldwide. Just look no further.Your search Ends here. Just choose...
greatcareersite3
greatcareers...
Offline
Feb 3, 2004
4:32 am
12185
Hello, we use Brio 6.6.4.44 against AS/400 V5R2 without any problems. AS/400 is used for both data and repository, and everything works like in V4R5. In fact,...
draquin
Offline
Feb 3, 2004
12:45 pm
12186
Hello, I have about 700 locally saved bqy developped in V6, and for migration in V8, we have to change the V6 URL stored in the documents to a V8 URL. That...
draquin
Offline
Feb 3, 2004
1:02 pm
12187
Hi All, I am in a jam and I need some advice. We are sitting behind a firewall and not allowed to use Active-X. It appears that Brio uses it only during the...
paul_n_jr
Offline Send Email
Feb 3, 2004
2:41 pm
12188
Hi David, Have you saved a document uncompressed and then searched for a part of the URL string in the bqy file? Will the URL be found in some standard script ...
RugbyFan
rob_rugbyfan
Offline Send Email
Feb 3, 2004
7:24 pm
12189
Just out of curiousity (well, it would really help also): Is it possible to access the MS Exchange Server's Global Address list using Brio? Thanks for all help...
keesvanbemmel
Offline
Feb 3, 2004
9:25 pm
12190
Hi, I've got a tricky one (for me anyway). I have a List Box (ListBox2) with multiple values selectable. When clicked, a second ListBox (ListBox4) is populated...
bj_mcwild
Offline
Feb 3, 2004
11:35 pm
12191
... behind ... In 6.6 installs and earlier For the stand alone client you can get it by entering the Insight key during the client install. each Brio product...
mendelhertz
Offline
Feb 4, 2004
12:29 am
12192
I didn't test it, but if I understand your question this should work: function checkListBox2(){ var returnValue = false var sl = ListBox2.SelectedList for(var...
Adam Franz
the_adam_franz
Offline Send Email
Feb 4, 2004
1:38 am
12193
Thanks a lot. The first one works. But for the 2) question, if 7th or 14th falls in between a week.. say 7th falls on a Friday, I have to calculate the...
reethusen03
Offline Send Email
Feb 4, 2004
4:06 am
12194
Hi Is there a way to export the chart in such a manner that I am able to paste the chart itself in a file. Normally, Using the function to export the chart...
niranjana jaiswal
jaiswalniran...
Offline Send Email
Feb 4, 2004
8:52 am
12195
Here is a very simple calc I use to determine week end date (it returns the date for Saurday): gCurrentDate = new Date() gCtrlDate = new Date( 2001,11,30 ) ...
khoar
Offline
Feb 4, 2004
3:16 pm
12196
Better Yet !!! Here is a function that returns the Last Day of the Week function gLDOW( xDate ) { // ** Define local variables var CtrlDate = new Date(...
khoar
Offline
Feb 4, 2004
3:26 pm
12197
Not exactly the same situation, but we have used 6.6.4 against V5R1 extensively without any problems, but havent moved to V5R2 yet. However, we did have some...
G H
egghere2001
Offline Send Email
Feb 4, 2004
4:16 pm
12198
Is there a way to subtract two dates and remove the weekend days? In other words, I want the number of days between two dates without counting weekends....
cutthelines
Offline
Feb 4, 2004
4:55 pm
12199
My current client is on an AS/400 using DB2 V5R2. I have been updating and correcting numerous Brio reports using 6.6.4.44 without any problems. Many of the...
khoar
Offline
Feb 4, 2004
5:29 pm
12200
I would create a funtion, passing in the start date and end date. In the funtion set a counter to 0 and for...next through the date range, incrementing the...
khoar
Offline
Feb 4, 2004
5:30 pm
12201
Assuming that both of your dates will be weekdays this should work. function subtractWeekDays(startDateAsStringOrDate, endDateAsStringOrDate){ var a = new...
Adam Franz
the_adam_franz
Offline Send Email
Feb 4, 2004
6:13 pm
12202
So you're looking for the Saturday that follows a given date? Then in Oracle it would be: TRUNC(SYSDATE) + (7 - TO_NUMBER(TO_CHAR(TRUNC(SYSDATE), 'D'))) ...
Adam Franz
the_adam_franz
Offline Send Email
Feb 4, 2004
6:28 pm
12203
Hi I have an EIS script which relies on a filepath and name for its exporting - this file path and name is contained in a text(*.txt) file. I need to get this...
sophia_potts
Offline Send Email
Feb 4, 2004
9:08 pm
12204
If you've got runtime scripting support enabled you could use a textstream: var fso = new JOOLEObject("Scripting.FileSystemObject") var fl =...
Adam Franz
the_adam_franz
Offline Send Email
Feb 4, 2004
9:20 pm
12205
Yes. Exactly this is what Iam looking for. Let me try it out. Thanks again! ... in ... AND ... in ... the ... current ... last...
reethusen03
Offline Send Email
Feb 5, 2004
3:43 am
12206
Use: ActiveDocument.Sections.ImportDataFile( DataFileName,bqImportFormatTabText ) Read the data using ....GetCell() Then delete the imported section Keith...
khoar
Offline
Feb 5, 2004
4:25 am
12207
Have you tried to from your menu bar in brio - do an edit copy and they paste into an app. like excel for instance? I find that works. ... to paste the chart...
can76db
Offline
Feb 5, 2004
1:28 pm
12208
Hi What you have suggested works , if I do it manually. But I am using java scripts to dynamically generate reports.I need to write a code behind my "Export...
niranjana jaiswal
jaiswalniran...
Offline Send Email
Feb 5, 2004
1:52 pm
12209
That will work in an EIS, but is there an equivalent function to getDay in the results section? Thanks for the function, I'll add it to my library! ... ...
cutthelines
Offline
Feb 5, 2004
3:00 pm
12210
Has anyone programmed or found a way to incorporate a pop-up calendar like the airlines use to insert a date? (In an EIS)...
cutthelines
Offline
Feb 5, 2004
3:03 pm
12211
Try this. It should open up Excel automatically and paste it in. ActiveDocument.Sections["Chart"].Copy() var obj = new JOOLEObject("Excel.Application") ...
can76db
Offline
Feb 5, 2004
3:05 pm
Messages 12182 - 12211 of 15823   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help