I have a subreport that requires Can Grow is selected.
I have static items (text boxes) on the detail section I want to print on every page.
If the data for the subreport forces the detail to Grow, the static items only print on the first page.
Is there a way to force them to print on every...
Normal operation (using OWA Exch 5.5) when opening attachments uses the Internet Explorer Plug-in i,e, an excel or word attachment opens INSIDE internet explorer, not in excel or word.
I would like the attachments to open in the appropriate application, e.g .doc would open in Word, .xls would...
MS SBA 2006 Software was installed but fiscal year was entered incorrectly: 10-2006 to 09-2007, should have been 10-2006 through 12-2006 with new fiscal starting 01-2007.
PRB: Transactions have been entered since january 2007 and we can't change the fiscal year because of this. Is there a way to...
I have an Access 97 Report with a subreport. If I open and print the report via Access, it looks and prints fine.
If I mail it as RTF, the first few lines of the subreport may or may not be duplicated depending on the whim of what I do not know.
Any ideas folks? Thanks.
Win2K, Exchange 5.5 SP3 with OWA the only portion of exhange installed, accessing Exchange 5.5 SP4 on Win2K.
Almost a continuation of thread10-1223598
http://www.tek-tips.com/viewthread.cfm?qid=1223598&page=1
'Exch 5.5 OWA Hangs on login'
Everything was working peachy keen, then after Windows...
Resolved with advice gleaned from some source, might have been on Tek-Tips, or another site. Sorry I can't give credit where credit is due :)
Steps: NOTE yourmailserver means the original mail server
0. Install Win2K and updates on another machine (yourmailOWA) , give it static ip on your lan...
Looked everywhere, found many references to http://support.microsoft.com/?id=818709 to fix this and have apllied it, am now at a loss.
Win2K server, EXCHANGE server 5.5 SP4, Outlook 2k, 2k3 clients, some Exchange clients.
1) http://<server>/exchange
2) User gets gold/yellow login screen
3)...
Well, stepped through the code about a million times - no good. I can step through it and never get a failure. But if I compile it and run or just let it run inside the IDE, it will fail at various times. The newset oddity is one or two operations will work fine, but when I close the app, I get...
Okay:
Note -> LogErr(stringvalue) opens a local file for append and immediately closes it
Public Sub UnloadAllForms(FormToIgnore As String)
LogErr "At: UnloadAllForms"
On Error GoTo Sub_Err
Dim F As Form
For Each F In Forms
If F.Name <> FormToIgnore Then...
Update: Found one (1) major flaw:
Dim s1 as string * 128
.
.
.
s1 = Space(512)
...
This var was only used once at start-up then nevr referenced again.
Fixed it, but still get random crashes.
Stepped through the code line by line; will not crash when stepping through.
The only exception when...
Thanks for the quick reply!
Yes, I assume it's crashed ;) Just never saw it totally disappear!
And I did have pos blocks defined as an array of bytes, didn't seem to make a difference...I'll go back to them because the Pervasive examples use them.
What I have is a generic routine...
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.