Is not a solution for my problem...
My menu is present in some pages.
In every page i need to go to a specific frame, deending from url of page how the swf is placed.
Thanks
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 have found the solution!
I check if valoremin or valoremax are odd, and after add or subtract 1 to value. It work perfectly.
-------------------------------------------
If valoremin Mod 2 = 1 Then
valoremin = valoremin - 1
End If
If valoremax Mod 2 = 1 Then
valoremax = valoremax + 1
End If...
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...
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...
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)in same row (record)
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...
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...
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.