Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. audface

    Mail Merge Directory Records couldn't repeat header?

    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...
  2. audface

    Summing totals in report groups based on report criteria

    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...
  3. audface

    progressbar and loops. Urgent!

    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...
  4. audface

    asp passing information into vbscript... urgent

    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=&quot;VB\Script&quot;> function(a,b) msgbox a msgbox b end function </script> the message boxes displays blank. I hope someone could...
  5. audface

    ActiveX control display

    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=&quot;local/Graph.ocx&quot; thru IIS or...
  6. audface

    insert activex control *Urgent*

    sure. here's the code <% Dim Graph Dim Sugar Set Graph = Server.CreateObject(&quot;GraphReport.UserControl&quot;) gtype = &quot;sugar&quot; p = 5 m =1 Sugar = Graph.ChooseGraph(gtype,p,m) Response.ContentType = &quot;image/gif&quot; '(or &quot;image/jpeg&quot;) Response.BinaryWrite(Sugar)...
  7. audface

    insert activex control *Urgent*

    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...
  8. audface

    Data loss

    Thanks guys. My data is intact now.
  9. audface

    Data loss

    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...
  10. audface

    Change db fields

    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.
  11. audface

    Change db fields

    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...
  12. audface

    writting dll file

    I'm new in VB dll coding. Do I write a dll file using cls or bas type modules? Does it affect the main exe program when I call the dll file?
  13. audface

    Multiple value parameter problem

    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)...
  14. audface

    OLE image layout

    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...

Part and Inventory Search

Back
Top