Ask a Question related to Macromedia Flash Sitedesign, Design and Development.
-
jjjake01 #1
combo box refresh
I have a form that views one record at a time.
The text boxes are data-bound to a dataset. The combo box value is also
databound to a dataset...but the combo box does not change when I move to
another record.
example:
onClipEvent(load) {
this.labelField = "PHONE";
this.text = _root.cust_ds.currentItem.phone;
this.refreshFromSources();
}
it will show the first record's phone number, but won't change when I move to
the next dataset, even with the refreshFromSources() code. It works with the
text field
jjjake01 Guest
-
combo box
There's more than one way of doing this, but I suggest using a query as the recordsouce of the subform. In the appropriate field enter a criteria... -
Combo Box help
Hello All, I have a form with one combo box and several text fields. I am sending the variables to an ASP page to process. The text field... -
Combo box, add 2 together
Right, ok, well I have designed a form that will display a price (22.34) in a text box, and another price in the other text box... I also have a... -
using refresh button on the menu bar to refresh two frames.
All, I have an ASP site that uses frames two frames. (yes I should be using include files, but we started ou using frames so we have been stuck... -
Problem with refresh button breaking automatic refresh
As a public service, I'm posting the solution to a problem I had. The bizarre thing is that I think this should have created an error. Instead, it...



Reply With Quote

