Thanks for the help guys.
I did create a blank report which now gets called before every report in our system.
However if you have a better solution (instead of my 'bodge') then I'd be very interested in knowing!
- ProIV Resource Centre
- → Viewing Profile: Posts: rickw
Community Stats
- Group Members
- Active Posts 9
- Profile Views 5,320
- Member Title Newbie
- Age 42 years old
- Birthday June 24, 1981
-
Gender
Male
Previous Fields
-
First Name
Richard
-
Surname
Wakeman
-
Nationality
British
-
Year Started ProIV
1999
-
Highest ProIV Version Used
4.6
-
Company Working For
Tyreman
-
Companies Worked For
eBS, Enterprise Systems Limited
0
Neutral
User Tools
Friends
rickw hasn't added any friends yet.
Latest Visitors
Posts I've Made
In Topic: Pro-IV printing under RedHat
20 April 2009 - 09:03 AM
In Topic: Pro-IV printing under RedHat
18 February 2009 - 10:55 AM
*BUMP*
This is still causing us a problem, any help/advice would be greatly appreciated
This is still causing us a problem, any help/advice would be greatly appreciated
In Topic: Pro-IV on Redhat ES5
16 December 2008 - 11:56 AM
We are in the process of upgrading our kernel, however the system will take time to fix & re-write.
In the meantime our server crashing causing out customers a lot of grief, so any help will be greatly appreciated.
In the meantime our server crashing causing out customers a lot of grief, so any help will be greatly appreciated.
In Topic: Perm. position
06 August 2007 - 10:26 AM
A bit more info:
We are a small/medium sized Pro-IV software house based near Ipswich and are looking for a developer and a support person.
We don't know what levels of people we will get yet, whether it's 1 expert and 1 trainee or 2 mid level developers.
Note. Candidates must be eligible to work in the U.K.
We are a small/medium sized Pro-IV software house based near Ipswich and are looking for a developer and a support person.
We don't know what levels of people we will get yet, whether it's 1 expert and 1 trainee or 2 mid level developers.
Note. Candidates must be eligible to work in the U.K.
In Topic: Calling MS Outlook E-Mail
13 October 2006 - 10:09 AM
Dunno if it helps but we've been sending emails from Pro-IV 4.6 without problems for a while:
$$EMAIL = 'mailto:support@email.co.uk?subject=Help%20me!^&body=Dear'
+ '%20Support,%0A%0AI%20messed%20up%20again...')
#A = SYSTEM('GUI /C START ' + $$EMAIL)
The one annoying part is having to put %20 for every space, however I've written a global logic to do this :
REPLACE
A PARMS($$TEXT,$FROM,$TO)
FOR #A = 1 TO LEN($$TEXT)
IF $$TEXT(#A,#A) = $FROM THEN
$$NEW-TEXT = $$NEW-TEXT + $TO
ELSE
$$NEW-TEXT = $$NEW-TEXT + $$TEXT(#A,#A)
ENDIF
ENDFOR
RETURN($$NEW-TEXT)
Used is logic as : $$BODY = REPLACE($$BODY,' ','%20')
I've been a member here for over 3 years and this is my first post!!!
$$EMAIL = 'mailto:support@email.co.uk?subject=Help%20me!^&body=Dear'
+ '%20Support,%0A%0AI%20messed%20up%20again...')
#A = SYSTEM('GUI /C START ' + $$EMAIL)
The one annoying part is having to put %20 for every space, however I've written a global logic to do this :
REPLACE
A PARMS($$TEXT,$FROM,$TO)
FOR #A = 1 TO LEN($$TEXT)
IF $$TEXT(#A,#A) = $FROM THEN
$$NEW-TEXT = $$NEW-TEXT + $TO
ELSE
$$NEW-TEXT = $$NEW-TEXT + $$TEXT(#A,#A)
ENDIF
ENDFOR
RETURN($$NEW-TEXT)
Used is logic as : $$BODY = REPLACE($$BODY,' ','%20')
I've been a member here for over 3 years and this is my first post!!!

- ProIV Resource Centre
- → Viewing Profile: Posts: rickw
- Privacy Policy