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

    go to specific frame depending from url

    I have a site write in ASP .Net with page template. Al page contain a flash menubar. This menubar contain about 10 frame, for display the submenu. If i open a submenu, and click on every link, the new page and swf file are reloaded, and the menubar restart from frame 1. Now the submenu result...
  2. accessuserit

    ghost % character loaded from url

    in my project i have a text field with content loaded from a variable in ASP url. All the text appear correct, but the "%" char don't appear, is hidden. Wy? If i open the url used by the swf file, i read the text correctly. If i load the same text from file .txt, the "%&quot...
  3. accessuserit

    transform odd value to even - thanks for your help!

    I need help to define my value of maxscale and minscale of a graph. My request is that the number are forced to even value. My formula now define the min and max value of scale: ------------------------------------------------------ Private Sub Form_load() Dim valoremax As Variant Dim valoremin...
  4. accessuserit

    returning even value to define scale

    I need help to define my value of maxscale and minscale of a graph. My request is that the number are forced to even value. My formula now define the min and max value of scale: ------------------------------------------------------ Private Sub Form_load() Dim valoremax As Variant Dim valoremin...
  5. accessuserit

    Moving across subform with tab command

    I have a primary form containing two subform. If i am at the last field of the first subform and press the TAB key the curson dont go in the first field of subform 2, but go on the first of the same. Idem if i am on the last field of the second subform. Wath is the solution? for moving from two...
  6. accessuserit

    find the presence of data in chart - need help

    If in my chart i have two value(row of data) the script work correctly, else i receive a error msg. This is the script: _____________________________________________________ Private Sub cmdAddLabels_Click() With Mychart.SeriesCollection(1).Points(1) .HasDataLabel = True .DataLabel.Text =...
  7. accessuserit

    GRAPH - DataLabel.Text - How to assigne a specific data ?

    I need to show a text containeined in a specific field in my Scatter Chart type, around the single point. I have founded a function very similar, but incomplete. the function is belove: ----------------------------------- Private Sub cmdAddLabels_Click() With...
  8. accessuserit

    Define Label by a field on Scatter chart - i need your help

    I have a Scatter chart, containing about ten row of data. for example: [xvalue],[yvalue],[name_of_company] 100,100,Microsoft 75,30,Apple 30,80,HP 50,50,Compaq exc.... i have this result yaxis 100| o 75| o 50| o 25| o 0|__________________ xaxis 20...
  9. accessuserit

    How to use 2 series of data in a Chart/Graph

    Hi, help me to resolve this problem. My table have this field: [ID], [value1_X_axis] , [value1_Y_axis] , [value2_X_axis], [value2_Y_axis] , [value3_X_axis], [value3_Y_axis] , [value3_X_axis], [value3_Y_axis] eccetera.... in total 10 group of XY values. This valus do it generate a Graph...
  10. accessuserit

    Insert X & Y value in a Chart , in Access 2000

    Hi, help me to resolve this problem. My table have this field: [ID], [value1_X_axis] , [value1_Y_axis] , [value2_X_axis], [value2_Y_axis] , [value3_X_axis], [value3_Y_axis] , [value3_X_axis], [value3_Y_axis] eccetera.... in total 10 group of XY values. This valus do it generate a Graph...
  11. accessuserit

    How activate a second series of data in a chart?

    My query produce this data: [qality1],[price1], and [qality2],[price2] for example with tis value: [110],[95] and [107],[98] If insert only the field [qality1],[price1] in a graph, the result of the graph is correct, are generated a point with the correct coordinate, quality in the x axis, and...
  12. accessuserit

    Multiple field of same record in a graph. You have experience?

    I have a query that build two series of value (quality1,price1),(quality2,price2), (quality3,price3), ... for example(95, 82),(97, 88),(96, 84) i need to compose a sigle graph with on X axis the quality value, and on y axis the price values of each groups. if i use only two values or one...
  13. accessuserit

    X and Y value in chart (graph) association problems

    I have a query thath build two series of value (quality1,price1),(quality2,price2), (quality3,price3), ... for example(95, 82),(97, 88),(96, 84) i need to compose a sigle graph with on X axis the quality value, and on y axis the price values of each groups. if i use only two values or one...
  14. accessuserit

    diffential value, sto desperado....aiuto!!!!!

    for calculate a diffential value, i need hel to find a start value of a expression. For example: result= difference from valueX and maxvalue maxvalue= highest value of valueA, valueB, valueC all value are associeted at name value. ValueX depend from text contained in nameA, nameB or nameC...
  15. accessuserit

    getting value from specific field if another field contain a value

    for calculate a diffential value, i need hel to find a start value of a expression. For example: result= difference from valueX and maxvalue maxvalue= highest value of valueA, valueB, valueC all value are associeted at name value. ValueX depend from text contained in nameA, nameB or nameC...
  16. accessuserit

    Calculate difference from movable value and the highest

    i need help to resolve this problem: i have this field: id,prod1, prod2, prod3, prod1price, prod2price, prod3price in the various record, i need to found a predefined product name ( for example car) ad calculate the value difference of field price, respect the high value. If car is in field...
  17. accessuserit

    DLookup problems, code error

    i need help to resolve this problem: i have this field: id,prod1, prod2, prod3, prod1price, prod2price, prod3price in the various record, i need to found a predefined product name ( for example car) ad calculate the value difference of field price, respect the high value. If car is in field...
  18. accessuserit

    calculate value difference from one # value and the best # value

    I need help to resolve this problem: i have this numeric field (value from 1 to 4): [value1],[value2],[value3],[value4],[value5] a sample record the value are: [3],[3],[1],[4],[4] i need to calculate a value of difference from, for example the field [value1], and the high value in other...
  19. accessuserit

    assign label text of a graph, from a different field value

    My table have this field: [supplier_sname1], [suppliers_name2],[suppliers_value1x],[sulliers_value2x],[suppliers_value1y],[sulliers_value2y], With the suppliers_value: "...1x" , "...2x", "...1y" , "...2y" i make a graph. I need help to put in a legend...
  20. accessuserit

    How to insert a "calculated field" of a query in a separate table

    Help me to function to insert a "calculated field" of a query in a separate table. I have this problem: "query to complex" This limite my operation. the solution arent to write the result of a "calculated field" in a field of another table for reuse this value more...

Part and Inventory Search

Back
Top