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...
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 "%"...
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...
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...
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...
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 =...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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.