*
OPEN '',"HMCONTROL" TO HMCONTROL ELSE
RETURN
END
*
READ DBOTHER.RECORD(20) FROM HMCONTROL,"CONTROL" ELSE
DBOTHER.RECORD(20) = ""
END
Barry, I think you'd be interested in this blog that I wrote on the topic:
http://nebula-rnd.com/blog/general/2006/07/dbscript1.html
It was based on a document by Symeon Breen for doing file uploads from a DB page - see blog for link.
That technique was then used for adding scripts, a "rich text" editor, different charting components, mashups, third-party controls (gauges, grids, Silverlight, Java, Flash), and other functionality beyond what DesignBais has built into the box. See my other blogs in the DesignBais category for ideas and details.
DesignBais International advertises and sells their product as a complete solution. I prefer to think of it as a solid base to start, but more of a framework which can be used to take an excellent application to "the next level" for application providers who wish to do so. The difference in the view is that I believe we should do what is possible with this product, when it makes business sense, rather than accepting that we shouldn't want more than what seems to be in front of us.
HTH
Tony Gravagno
Nebula Research and Development
TG@ remove.pleaseNebula-RnD.com
Nebula-RnD.com/blog
Visit http://PickWiki.com! Contribute!
From: David Knight
Seriously?? No-one come across this issue? Or am I that dumb that I cannot see an obvious answer?? No responses? Anyone....?
On Friday, May 25, 2012 2:01:22 PM UTC+10, David Knight wrote:
Hello to the group…
David
The place in designbais that is designed to run once per report is PROCESS.EVENT = “BEFORE REPORT”
We use this slot to change the image used on all our reports from a generic image to a client specific image
*-------------------------------------------------------------------
BEFORE.REPORT:
*
OLD.IMAGE='BAIMAGES\BAWEBLOGO.GIF'
CALL DB.G.IMAGESPEC(OLD.IMAGE,NEW.IMAGE
Andrew Morris
Designbais
--
You received this message because you are subscribed to the Google Groups "DesignBais-Forum" group.
To view this discussion on the web visit https://groups.google.com/d/msg/designbais-forum/-/q3CKyA1vg1kJ.
To post to this group, send email to designba...@googlegroups.com.
To unsubscribe from this group, send email to designbais-for...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/designbais-forum?hl=en.
To post to this group, send email to designbais-forum@googlegroups.com.
To unsubscribe from this group, send email to designbais-forum+unsubscribe@googlegroups.com.
David
You can use the BEFORE REPORT and put the required data into BKWORK as this should not be nulled on each read otherwise you could put the data into DBSTORE(X) and move to DBOTHER.RECORD(X) on after read
Andrew
From: designba...@googlegroups.com [mailto:designba...@googlegroups.com] On Behalf Of David Knight
Sent: Monday, 28 May 2012 9:45 AM
To: designba...@googlegroups.com
Subject: Re: Best practice for adding constant (but soft) data to a report
Hi Andrew,
To post to this group, send email to designba...@googlegroups.com.
To unsubscribe from this group, send email to designbais-for...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/designbais-forum?hl=en.
--
You received this message because you are subscribed to the Google Groups "DesignBais-Forum" group.
To view this discussion on the web visit https://groups.google.com/d/msg/designbais-forum/-/O_xMSdeGc2MJ.
To post to this group, send email to designba...@googlegroups.com.
To unsubscribe from this group, send email to designbais-for...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/designbais-forum?hl=en.
This message may contain privileged or confidential information and is intended only for the individual named. If you are not the named addressee you should not disclose, disseminate, distribute or copy this e-mail. If you have received this e-mail by mistake please notify the sender immediately by e-mail and delete this e-mail from your system. You should rely on your own virus checking programs and procedures for checking any attachments. Please advise us if you wish your name and e-mail address to be removed from our database.
To post to this group, send email to designbais-forum@googlegroups.com.
To unsubscribe from this group, send email to designbais-forum+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/designbais-forum?hl=en.
--
You received this message because you are subscribed to the Google Groups "DesignBais-Forum" group.
To view this discussion on the web visit https://groups.google.com/d/msg/designbais-forum/-/O_xMSdeGc2MJ.
To post to this group, send email to designbais-forum@googlegroups.com.
To unsubscribe from this group, send email to designbais-forum+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/designbais-forum?hl=en.