Create a shape box as large at you need for your background and set your gradient.
With the shape box selected, hold your shift key and go to Edit and choose Copy Picture... I used the default settings of Screen and Picture.
Paste the image into your favorite graphics program (like IrfanView)...
You could create a view - if you have the correct access of course- that can group dates.
Create a View
Go to Actions / View Option> Design...
Right click on the first column and choose Insert New Column
For the formula paste:
@Text(@Year(@Date(@Created)))+ "-"+
@If...
With at least two of the sheets restored, go to Window/Arrange. Choose any of the options (Tiled, horizotal...) Resize the Windows however you want from there.
Mike
For your conditional suprression formula you can use:
if {article} like "*OMS" then true else
if {article.field} like" *456*" then true else
false
Mike
Here is a simple script I have attached to a button. Click the button, and it adds three blank lines then inserts the HTML file. You could create a button for each signature, then you don't have to worry about a default signature.
@NewLine;
@NewLine;
@NewLine;
@Command([FileImport]; "HTML...
I'm offering an alternative.
What is the original data: {IV40700.PHONE1} or {IV40700.FAXNUMBR}? (several examples if the number of digits are different.
What is the output once the ToPhoneNumber function is applied?
Mike
As dgillz points out the UDF, in this case the ToPhoneNumber functioon, is causing the problem.
How does the ToPhoneNumber alter the phone/fax numbers? It may be possible to use Crystal's built in functions to achieve the same results.
Mike
You can create a function to find the first blank cell.
Function blank(myRange As Range)
For Each myRange In myRange
If myRange = "" Then
blank = myRange.Row
Exit Function
Else
blank = myRange.Row
End If
Next
End Function
Mike
Create 3 formula.
Formula one - placed in the page header band and suppressed
whileprintingrecords;
numbervar reset :=0
Formula 2 - placed (and suppressed) in band containing Customer Field.
whileprintingrecords;
numbervar reset;
stringvar name;
if reset=0 then
(reset:=1...
I did a Google on Tofilin and it returned a couple of websites for a Temp agency. I added an extra L for tofillin and it return a list of PDFs that combined "to fill in" I also got a "Did you mean: Tefillin" and it just may be what you are looking for.
Mike
The agent doesn't strip the return receipt automatically - you need to run the agent from the Action menu with their email selected.
If you ran it from the Action menu, and it didn't strip the RR - I'm at a loss. Use the same method you describe in your first post, but scroll down to the RR...
How I do it. I'm currently using R 6.0.3, but I set this up using R5.
While in your in-box
Go to Create/Agent...
Give the agent a name.
In the Run time area, I use "Action menu selection" and target being "All selected documents"
Click on Add Action... button
Action dropdown is "Modify Field"...
I didn't receive a loop error, but couldn't fix your formula. I did however create a formula that should work for you.
numbervar daysback:=20;//number of days back
datevar dat:= ({table.date}); start date
numbervar looper;
for looper:= 0 to daysback do(
if dayofweek(dat) in 2 to 6 then...
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.