Hello All,
This is the first time I have had a request to create a directory mail merge. I had created a mail merge document having list of invoices records according to customers. However, I will need the Customer Name to be repeated if list of invoices are to overflow to the second page or...
I have a problem which has relation to thread705-597121. I have no problem hiding sections based on certain grouping criteria which for example hiding count(FieldA)=1 on GroupFooter1. However, I could not sum up (the count(FieldA) which is not equivalent to 1 and also visible) on the grand...
It's my first time in VBA. My program imports raw data and adds them into main table after validation.
It took me 2 or more hours just to validate and copy 3000 records into the main table daily and I think is tremendously slow. What can be the problem? There'll be more records to validate in...
How do I pass parameters or variables from asp into vbscript? for example, the code below does not run as expected
<%
call myproc(a,b)
%>
<script language="VB\Script">
function(a,b)
msgbox a
msgbox b
end function
</script>
the message boxes displays blank. I hope someone could...
I will have to use the codebase in the <object> tag to direct correctly to the ocx file I'm accessing because classid generated in each pc is diferrent. However when I tested it in my pc for development purposes, I enter as
codebase="local/Graph.ocx" thru IIS
or...
sure. here's the code
<%
Dim Graph
Dim Sugar
Set Graph = Server.CreateObject("GraphReport.UserControl")
gtype = "sugar"
p = 5
m =1
Sugar = Graph.ChooseGraph(gtype,p,m)
Response.ContentType = "image/gif" '(or "image/jpeg")
Response.BinaryWrite(Sugar)...
I had inserted an ActiveX from insert-> media -> ActiveX. Then I set the name, class id and base. But I can't seem to direct it to display or link to my ocx file. What else have I left out?
I'm very new to Dreamweaver and asp and I hope anyone can help me up with the problem.Thanks...
Hi,
I had created a report with graph and everything seems right till when I reload the report the very next day, some fields failed to display data. I had checked the database and there are data in the field. Meanwhile in the report, I tried the 'browse data option' and the field is blank...
Well, unfortunately, to change any field in the report affects much formulas and join procedures between a number of tables. Since I have so many reports, I'll have to go one by one to redo it. Guess it this the way CR goes.
Thank you for the reply.
I hope there is a solution for this. My problem is every single time I change the table or even add new/change name in my SQL server, I have to remove and reload the entire database in to my report and reconfigure all my fields to every single RDC report. It is so frustrating. This also happens...
When the code below is run, the error message of 'ActiveX cannot create object' appears and the 3rd line is highlighted and I wonder why.
Dim parafield As New ParameterField
Dim paraval As New ParameterFieldDiscreteValue
paraval.Value = ID1
parafield.CurrentValues.Add (paraval)...
I have the problem of unable to set my OLE object to be expandable and shrink isometrically up to a maximum/min size. I could not set a fixed number through the scaling sizes in <picture tab> cause all my graphics are of different sizes.
There could be an occasion where the width of graphic...
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.