Adding Blank Rows after the last Detail of the ReportHi All,
I've used this code from Dwayne:
Private Sub Report_Page()
Dim intNumLines As Integer
Dim intLineNumber As Integer
Dim intTopMargin As Integer
Dim ctl As Control
Dim intLineHeight As Integer
intNumLines = 12
intTopMargin = Me.Section(3).Height
intLineHeight = Me.Section(0).Height
For Each ctl In Me.Section(0).Controls
For intLineNumber = 0 To intNumLines - 1
Me.Line (ctl.Left, intTopMargin + _
(intLineNumber * intLineHeight)) - _
Step(ctl.Width, intLineHeight), , B
Next
Next
End Sub
My report needs to print blank rows (at least...
Adding hyperlinks with parametersHey everybody
I have a batch file which needs to be run from an excel sheet with a
parameter, like this:
c:\1.bat myParameter
But when i try to run the Hyperlink, the Excel shows an error message
saying it can't open the specified file (probably because the is a
space between the file and the parameter)
is there any known way to run the link from the excel?
On Mar 2, 12:45=A0pm, Pasha <pavel_v...@mailto.mod.gov.il> wrote:
> Hey everybody
> I have a batch file which needs to be run from an excel sheet with a
> parameter, like this:
> c:\1.bat myParameter
> But when i ...
Reports only Show 10 RecordsI notice that when you run a lot of the reports (eg Account Overview) there
is only a maximum of ten records returned. This appears to be hardcoded as
the report also states the fact in the footer.
Any way around this? If the filter used on the report actually referred to,
for instance, 25 Accounts how would you get all 25 reports? Maybe I am
missing something.
Thanks
Cozy
export that report to its rdl file and take a look through the reports
source code which might tell you. Also make sure you also export any of its
sub reports.
=======================
John O'Donnell
Microsof...
outlook vcard, ad integration user propertiesmy boss is trying to get hix fax# in his vcard.
he is using his address from the global address list
I have modified his profile in active directory users and computers: I go
into AD users and computers, double click on his user, go to the telephones
tab, and enter his fax #. but when I did this his fax # is still not being
pulled up in his outlook vcard. Does anyone know where outlook is trying to
get this field from / how i can get this field into his vcard?
thx
...
Scrolling rowsOk, don't laugh. I want to know how to set up a row that will stay at the top
of the screen when I scroll down the spreadsheet. An example would be Name,
address, city, state, zip. I want to be able to keep these cells at the top
when I scroll down looking at the data. Does this make sense?
Thanks,
C-
If your Headings are in Row 1, click into Cell A2.
Then go to Window | Freeze Panes.
tj
"C-" wrote:
> Ok, don't laugh. I want to know how to set up a row that will stay at the top
> of the screen when I scroll down the spreadsheet. An example would be Name,
> ...
emailed report is blankI want to email a report that will send info on the record that was just
filled out and also save and clear the record for the next person. I have a
couple problems.
1. the record is blank when it arrives in the email
2. the info is not erased.
I have a button that "on click" has a macro attached to run the report and
send it but I am not sure why the report is blank and where to put the code
to clear the form.
...
ADDING A NUMBERhow do i add a number to a range of cells? I need to add 11.27 to a number
of different cells each with a different number in them
Put 11.27 in an empty cell, format it the same way as the numbers you want
to add to,
copy it, then select the numbers you want to add to and do edit>paste
special and select add.
--
Regards,
Peo Sjoblom
"Helpme" <Helpme@discussions.microsoft.com> wrote in message
news:6D51344A-78E6-4377-B292-FC6C16FF6BA2@microsoft.com...
> how do i add a number to a range of cells? I need to add 11.27 to a
> number
> of different cells e...
adding new recordsI am totally new to CRM, so I hope this is really easy question:
This concerns permissions.. I have a "sales" group, and with one of those
people i need to be able to let them add new records on behalf of other
"sales" people. Is there like a standard permission setting for it?
(obviously every "sales" person can add new records if they select them selfs
as the owner)
thanks,
Michal.
Hi,
By default the person who creates the record will be the owner. After record
creation the person could reassign the record (manually) to another user.
If all rec...
When adding attachments...
....in Outlook the following errors comes up:
"Out of memory or system resources, please close some
programs and try again"
Quotas are fine. I have deinstalled/reinstalled Office,
cleaned 'temp' areas, and many other tidbits. Any other
ideas?
Thanks.
This might help as i had this problem with Outlook 98.
Is the file you are trying to copy to attach nested in sub folders? if so try and copy the attachment to a root drive like c:\
Ignore previous email. wrong spellin
if the attachment is nested in sub folders(this means you have to open different folders to get to ...
How do I exclude data using the IIF statement in report builderI have data in my dataset that I want to exclude in the average calculation
for the final report (those with a key.value of 999). Here is how my
statement is written but it is not returning any value. What am I doing
wrong?
=iif((Fields!MeasureID.Value = 1 or Fields!MeasureID.Value = 16) and NOT
Fields!Key.Value = 999, round(Avg(Fields!CY_Rate.Value),0),
iif((Fields!MeasureID.Value = 19 or Fields!MeasureID.Value = 20
or Fields!MeasureID.Value = 21 or Fields!MeasureID.Value = 22
or Fields!MeasureID.Value = 23 or Fields!MeasureID.Value = 24) and NOT
Fields!Key.Value = 999, roun...
Picture Disappears When Added To Contact In Outlook 2003Can someone help please.
When I try to attach a picture to a contact in outlook 2003 immediately
I double click the picture to be attached it disappears out of the
outlook contact along with the placement holder in the form. Only when
I right click the mouse and go remove picture do I get the placement
holder back.
I have looked at all the help menus but they offer no clues.
Thanks
TS
...
In Excel I have a workbook, and want to select all blank rows for.I have a worksheet with around 19,000 rows, some of which are blank. It's a
price list I do regularly. How can I select all blank rows and then delete
them. It will take hours to do them all manually.
Hi
see:
http://www.cpearson.com/excel/deleting.htm#DeleteBlankRows
--
Regards
Frank Kabel
Frankfurt, Germany
"HANDY ANDY" <HANDY ANDY@discussions.microsoft.com> schrieb im
Newsbeitrag news:FC815E8C-813A-48EA-94A3-26E8B22F8EB4@microsoft.com...
> I have a worksheet with around 19,000 rows, some of which are blank.
It's a
> price list I do regularly. How can ...
Adding ActiveX to dialog with wrapperWhen I add an ActiveX object to a dialog using the dialog editor -
right click - insert activeX object, the help on the resulting activex
selection tool states that a wrapper will not be added by using this
method.
If you need a wrapper, it suggests using the class view.
This is using Visual Studio 2005.
I'm having some problems with this on an existing project.
To make sure I understand the process, I created a new MFC project,
added a dialog, created a class for that dialog and added a Flexgrid
object using the right click method in the dialog. I then added a
variable for the flexgrid...
Adding alternate columns
I work on a schedule where I record ticket count and ticket sales for
each show, listed chronologically.
Column A = week ending date
Column B = # Tickets sold for April 5 show
Column C = Ticket Revenue for April 5 show
Column D = # Tickets sold for April 9 show
Column E = Ticket Revenue for April 9 show
Column F = # Tickets sold for April 12 show
Column G = Ticket Revenue for April 12 show
Column H = Total # Tickets sold for all shows
Column I = Total Ticket Revenue for all shows
In the Totals columns, the Total Tickets formula is "+B4+D4+F4", and
the Total Revenue f...
Adding fields from a different queryI have a form built based on a main query. How do I add more fields on that
form that come from a different query?
Anne
A couple possibilities...
Change your first query to include the extra fields.
Use your second query to "feed" a form, then embed that form as a subform on
your main form.
Good luck!
Regards
Jeff Boyce
Microsoft Access MVP
--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.
Any code or pseudoco...
Merge and Center Multiple RowsI have two rows of numbers. After doing some comparisons, I want to send this spreadsheet to the customer with JUST the value for each column that we want them to see. Currently, we are going to the two side-by-side columns, deleting the number that we don't want them to see, then highlighting both cells and clicking on the merge and center button on the toolbar. This is all fine and dandy if you're doing one or two rows of data....but we've got pages and pages we have to do this to. My question is two-fold - I know about the STUPID error "The cell reference for a merged c...
Adding more than three Conditions to 'Conditional Formatting'
Can i add more than three conditions to the conditional formatting
presets using code?
Regards
[Riz]
--
Rizitsu
------------------------------------------------------------------------
Rizitsu's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=15840
View this thread: http://www.excelforum.com/showthread.php?threadid=320382
Riz, as you have found out, only 3 conditions with conditional formatting.
But yes you can use some code to get more than 3, try this it will change
the cell color in column A when you put in one ,two, three, or four, right
click on the she...
Zeros to blanks in Office 2010I am importing data into Excel from Crystal Reports and would like to
set my Excel defaults so that all zeros are set to blanks - I can do
this for one worksheet but since I am bringing in new data on a
regular basis into different workbooks - I have to do it each time. Is
there a way round this so that the default setting for all workbooks
is that a zero will be displayed as a blank?
Thanks
Try the following.
open the default excel template (usually located on this location)
C:\Program Files\Microsoft Office\Office14\XLSTART\
Create a new workbook. Delete all but one of the worksheets by ...
Delimiter for adding Appointment in EntourageVersion: 2008
Operating System: Mac OS X 10.5 (Leopard)
Processor: Power PC
Email Client: Exchange
What's the delimiter that Entourage uses if I want to add an appointment and the subject needs to be parsed by the Exchange server? <br><br>In Outlook, the hash/pound key (#) is used as delimiter. How about in Entourage 2008? <br><br>Basically, if I add an entry in a group calendar Out-Of-Office with the subject: #User1# On-Leave <br><br>in Outlook, this entry appears in the group calendar Out-Of-Office and also in User1's personal calendar. <...
crystal reports issues...Hi All,
I have just gone through all the necessary steps to rebuild my aps database
due to some other issues. This was easy enough and it originally looked as
though everything was fixed as I was able to view reports in CRM. However,
after clicking a few others, I get some reports complaining like this:
CrystalReportViewer
updateViewState failed
Your request was cancelled. The necessary security privileges could not be
verified. Please contact your system administrator
And some others complaining like this:
CrystalReportViewer
Information is needed before this report can be processed.
...
AD MonitoringIs there a listing somewhere of what all components in AD should be
minitored, thresholds, etc...we are evaluating a monitoring solution and
need this information to take a decision on the product to use
Hello Sameer,
For performance start here:
http://technet.microsoft.com/en-us/library/cc961943.aspx
Also see:
http://technet.microsoft.com/en-us/library/bb727046.aspx
Use the included links from:
http://technet.microsoft.com/en-us/library/cc739728(WS.10).aspx
Best regards
Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and c...
Adding Terms & Conditions to the Quote FormWe have a client that would like to add their Terms & Conditions (T&C) text
to the bottom of their GP Quotes. I've read that static text boxes in Report
Designer can only be 80 characters, so that won't work as the T&C text is
approximately 4-5 pages long.
Does anyone have any suggestions on how to add this significant amount of
text to a GP form?
Thank you in advance.
Scott
No can do Scott - Report Writer is just not capable of this. The best
solution is to purchase Accountable Software's Forms Printer -
www.accountable.com.
Frank Hamelly
MCP-GP, MCT, MVP
East...
Downloaded payees automatically added to payee listPlease tell me that in Money 2006, Microsoft has finally fixed the bug
where the payees in my downloaded transactions are automatically added
to my payee list (this despite the fact that I've checked off the
option "Confirm new payees"). This alone would be worth the upgrade.
On the subject of 2006, does anyone know if Microsoft added the cookie
jar concept to accounts? The cookie jar allows you to squirrel money
away within an account.
TIA
greg.block@gmail.com wrote:
>Please tell me that in Money 2006, Microsoft has finally fixed the bug
>where the payees in my downlo...
Adding Collapse/Expand to Publisher 2003 itemsHi
I'm trying to enter a text box which may be expanded/Collapsed as follows:
> More Info...
> Next Item...
> More Info...
When you want bla bla bla,
do bla bla bla,
> Next Item...
Can anyone tell me how to implement it?!
Thank you
'bla bla bla' is the sound of geckos mating - so the naturalists tell me.
No, you cannot do what you want.
Your answer is rude & arrogant.
I don't know why would anyone put you in a position to
Accept calls for help.
Besides - I don't believe it can't be done.
Please don't call again
"*...
CListCtrl and row highlightHi All,
I have a question regarding CListCtrl.
When a list control has entries in it and a user clicks on a row (i.e. the
control has focus) then that row is highlighted. However as soon as the
control loses focus (i.e. a user clicks on some other control) then the
row's highlight colour changes by default. Is it possible to disable this
so that the row is still highlighted in exactly the same colour regardless
of whether it has focus or not?
Thanks in advance for any help anyone can pass on.
Paul
Hi,
add style LVS_SHOWSELALWAYS
Bye, Holger.
Check the following example:
http...