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 wOOdy-Soft 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. globularbob

    Bar Graph in each Group Heading causes Report to Fail in Enterprise

    Hello I have a Crystal Report that sums the performance of each associate (as a percent) and groups them individually. I represent that total as a bar graph for each person, whereby a new graph appears in each group header. At most, there may be 12 groups on any report. The report runs...
  2. globularbob

    Navbar / Include / Template issues

    Hello I am building a site that uses a template to keep the design uniform across all pages. When I drop a navbar into the template, the option to add popup menus is disabled. In the past, I have created the navbar with popups in an external htm file and included that into the page. However, I...
  3. globularbob

    Popup Menu w/ Images

    Is there any way to create a popup menu w/ images rather than text? Just curious. Thanks!
  4. globularbob

    Where can I get some plug-ins for Fireworks MX?

    Hi I'm brand new to Fireworks and hear about all the plug-ins that can be added to create more effects. The bad thing is, I cannot find them anywhere. All of my searches yield reviews on the product but no plug-ins. Can anyone point me in the right direction? Thanks!
  5. globularbob

    Good books to read???

    Hello I'm been developing in Dreamweaver MX for over a year, and have been developing web projects for about 5 now. My sites are decent in terms of data entry and performance, but they're very plain. I would even say that they don't look altogether professional, even though they work well on...
  6. globularbob

    <DIV> sizing/resizing

    Hello I have placed a <DIV> tag with some text in it inside a <TD>. Is there any way to get a <DIV> tag to resize to the dimensions of that <TD> in which it is nested upon resize of the page? My issue is that the <TD> resizes but the <DIV> stays constant causing other objects to be placed under...
  7. globularbob

    Dreamweaver: Testing Files and URL's

    Howcome on some pc's, when I view my files in the browser is shows the url with the name of the file like this: http://localhost/teststuff02/index.asp and in others it shows a temp filename? http://localhost/teststuff02/TMP76d43rwi83.asp
  8. globularbob

    Sliced graphic in table is breaking apart

    I'm messing around with some site layout stuff for my own personal benefit and wondered how the graphic containing the title and navigation menu is placed (like on this site for example) so that it doesn't break apart when text is added to the main <td>. I took a graphic and sliced it in...
  9. globularbob

    Link one chart to another?

    Hello My boss uses an excel spreadsheet that has a detail tab, a detail w/ graphs tab, and a graph only tab. Why? This is what his boss wants to see and he will not budge because it's what he's used to. My dilemma is that I have to spend tons of time updating the exact same charts. Is there a...
  10. globularbob

    Sum of Weighted Value

    Hello I am stumped. I am trying to sum the score of a weighted value. The field I am trying to sum contains the following formula: [b]((PlatAHT}-{AHT})/{StdDevAHT})*({nch}/Sum (nch}, (Fullname})*100[b] In summary, I want to create a total weighted statistical Z score. I realize that the...
  11. globularbob

    Count rows in Recordset from Stored Procedure

    I have a recordset that is being populated from a Stored Procedure. When I use the rs.RecordCount function, it always returns -1. Is there another way to return the count of records from a recordset from a SP? sqlTeamCount = &quot;Execute dbo.proc_Get_Org_Chart &quot; & session(&quot;emplID&quot;)
  12. globularbob

    Cross Tab SubTotals/ Summaries

    Hello I want to add a subtotal to the bottom of a cross-tab based on a calculation of two of the summarized fields in the table. Does anyone know of a good way to do this or if it is even possible? Thanks!
  13. globularbob

    Crystal Graphs

    Hello Has anyone ever overlayed a dual axes graph with one axis stacked and the other one clustered? I have the one axis tablulating all emails received and stacking the different types while the other axis measures percent answered. What is happening is that the graph wants to stack both axes...
  14. globularbob

    Passing Array Values

    Rookie question: How does one pass values stored in an array to a Sub Procedure? Below is how I'm trying to pass it via a button, where arrRec is my array. My array does return records when I use response.write in a for...next statement. onclick=submitUpdateForm(&quot; & arrRec & &quot;)...
  15. globularbob

    Manipulating &lt;TD&gt; Styles

    Hello I am hoping to toggle the color of the text inside <TD> tags using vbscript. If my dropdown is one option, I want the color red and if it is another, I want the color blue. I am using the following code to successfully control most everything else on the page...
  16. globularbob

    Custom Graphs????

    Can someone point me to a complete listing of all available graphs in Crystal 9? More to the point, does Crystal 9 have the ability to generate histograms, control graphs, or box plot graphs? Thanks Dave Grumblis
  17. globularbob

    Publishing Reports....losing Subreports

    Hello I have a one report with a subreport that I replicated 4 times with varying selection formulae. After publishing these, I have them set to run on a reoccurring basis. The problem is that the subreport doesn't always run (it comes up blank). Its not always the same report, either. However...
  18. globularbob

    Returning a string containing a single Quote

    Hello Here is the code: Response.Write(&quot;<TD><INPUT type=text maxlength=50 name=Desc id=Desc value='&quot; & rsTasks.Fields(&quot;Notes&quot;) & &quot;'></TD> When the rsTasks.Fields(&quot;Notes&quot;) returns a value with a single quote, such as &quot;Can't do this&quot; the textbox only...
  19. globularbob

    Omitting Text String Punctuation on Submit

    Hello I have a text area that I'm trying to submit to a database. It works great until punctuation marks appear in the string. For example, when someone places an apostrophe, the sql string thinks that is the end of the statement and gives me an error because it doesn't know what to do with the...
  20. globularbob

    Supressing Header on Start of each new Group

    Hello On the start of each new grouping, I would like to suppress the page header. Does anyone know how to do this? Thanks GB

Part and Inventory Search

Back
Top