Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. bsingin64

    Complex subreport help

    -I guess I don't see why you can't replace the one subreport in the group header with two because the report in question is not in a group header, its on the report header....run once based on a passthrough parameter from the main report. the Issues are grouped and the detail records are...
  2. bsingin64

    Complex subreport help

    an interesting idea. How would i manage multiple issues however? the main report would then have two seperate detail sections.. it should look like this issue:a site site site site issue:b site site site site site site DETAIL ISSUEtype(HEAVY) ISSUE:BBBBB LOTS Of detail ISSUE:BBBBv LOTS Of...
  3. bsingin64

    Complex subreport help

    Ok, I know that it is "IMPOSSIBLE" to have a subreport nested within another. But let me tell you what I need to do, and maybe you can figure out a way to make it work. I have a report with its primary record set = a grouped detailed dump of data. In its header I have a subreport that returns...
  4. bsingin64

    Report query woes

    nice idea. Ill keep that in mind in the future. I've had hard times playing with crosstabs in any reporting software, they always seem a LITTLE too restrictive. But i've never thought of using formula'ed crosstabs... I ended up doing this though: Pre processing and filling a temp table with...
  5. bsingin64

    Report query woes

    problem is, i need to show the actual still. I ended up doing pre processing and filling a temp table with 0 entries for the whole week, and then in the select statment I grouped and summed the hours field, all entries with a 0 still showed on the report, but just showed as a "-" which...
  6. bsingin64

    Report query woes

    I'm writing a query for a timesheet report. our company uses an interesting 4 hour minimum per day per person rule, in which if the total time entries on each day of the week doesnt total 4, then it adds (if they had 3 it would add 1 ) to the bottom of each persons daily subtotals. the report...
  7. bsingin64

    Report query woes

    I'm writing a query for a timesheet report. our company uses an interesting 4 hour minimum per day per person rule, in which if the total time entries on monday this week doesnt total 4, then it adds (if they had 3 it would add 1 ) to the bottom of each persons daily subtotals. the report...
  8. bsingin64

    OWA 2003 only show red Xs

    Ok, so IT works inside, but not outside of your firewall. I think i may have jumped a bit. You say it works internally. But outside its screwy. First, are there any other websites running on this server? Accessible from DNS out on the internet? Or by IP even. Lets see if you can host HTTP...
  9. bsingin64

    Mailbox Move

    Good point, we have been runing into that situation. Our Address books have all needed to be removed and readded. I figured it was because of GUIDs changing after restore of the new mailboxes. "modprof", whats this?
  10. bsingin64

    Mailbox Move

    worked for me last week when we had a server meltdown with about 100 clients at 3 remote locations. Exchange 2k3 'n all. Only problem is, it never switches to the new name, it keeps the old one unless you go into the profile and recheck the name. When ya do that it finds the actual exchange...
  11. bsingin64

    OWA access problem

    Have you got any firewall software installed? Or are your running exchange on SSL, HTTPS? OWA also tries to use Integrated authentication when available, maybe your ISP is confusing Exchange. You can try to turn off Integrated Authentication in IIS for the "Exchange" Virtual directory.
  12. bsingin64

    Mailbox Move

    xmsre is right. If the old server is still online, but has no mailboxes left on it. then it will automatically change the users settings onto the new server. However, if the original server is no longer available (server crash n' burn) then this wont occur. I've found one little cheat that...
  13. bsingin64

    OWA 2003 only show red Xs

    I've seen this before, In fact, i just faced it the other day. It took a little bit of head scratching to get it to work. It has to do with IIS directory permissions. The graphics all come from the "exchweb" directory. The Authentication on all exchange directories should look like...
  14. bsingin64

    after form post, i see the http response printed!?

    somthing else i noticed. Just before the include for the processing page i run a <cfhtmlhead text=&quot;<title>#GetHeader.Title#</title>&quot;> line...Then i do the cfinclude. The include is the processing page. heres what it looks like <title>PROCESSING PAGE</title>HTTP/1.1 200 OK...
  15. bsingin64

    after form post, i see the http response printed!?

    It gets better. When i really piss it off. On even a more rare occasion. The form submission completely fails and i recieve this. And only this as a result. HTTP/1.1 100 Continue Server: Microsoft-IIS/5.0 Date: Mon, 25 Nov 2002 22:04:46 GMT HTTP/1.1 302 Object Moved Location...
  16. bsingin64

    after form post, i see the http response printed!?

    I have a form, that posts to a processing page. and that page in turn directs to a logged on homepage or back to the logon with a handled error. Here is the process: For background. This is a web application. that does dynamic includes of the page content. (its a site builder type...
  17. bsingin64

    Session timeout problem! Need an intuitive solution!

    I cannot with an intriguing solution . I loaded a second frame with a zero Percent width. In that frame I loaded a page that had a meta refresh tag to refresh it every 30 seconds. This in turn kept my session alive. ALso with this implementation. The page that i use to refresh, also does...
  18. bsingin64

    Mark my ActiveX Component Safe???

    Im desperate, and im completely out of my mind trying to get this to work. Please help ASAP!!!!! I have developed an activex application which uses microsoft terminal services advanced client to run a remote program (simple enough). It is a custom app for a client of ours. I have...
  19. bsingin64

    Session timeout problem! Need an intuitive solution!

    sessions dont time out when a browser window is closed though..unless i call a Body unload event to abandon the session Brandon W
  20. bsingin64

    Session timeout problem! Need an intuitive solution!

    I have a 2 page website. The first page is a logon page. The second is an activeX control showing a custom app. I need to track web users through session/application scope variables. I require, that while the user is on the activex page...that their session not expire. Problem is, A session...

Part and Inventory Search

Back
Top