Search the Community
Showing results for tags 'value'.
-
Where should I to put the value for X in Next X Days comparison type in search for Report DataPage?
- 1 reply
-
- search
- comparison
- (and 6 more)
-
How To Copy A Lookfield Value Into Another Tabel
BartVervenne posted a question in Tables, Views and Relationships
Maybe the description of the problem is not what it should be but let me describe my problem. I want to add products to an order. I have an order table with customer_ID, product_ID , Quantity, Unit_Price fields I also have a product table with Product_ID, Product_Description, Unit_Price , and Stock_Quantity When I enter a Product_ID (combobox) in my order tabel I want to copy the Unit_Price from the product table into the Unit_Price field in the order table. What is the best way to do this ? Thanx -
Hi all, I cannot seem to overcome an issue with the use of Javascript on a bulk edit screen. There is a basic little script I wrote to control when users should be notified about changes done in bulk. It should simply prevent notifications from being sent if the user did not alter the initial delivery status of a product. While the script itself executes just fine upon each change to the delivery status field, the value that gets inserted into the text field which toggles the actual notifications isn't being saved when I hit "Update". It works if I manually type in Yes or No, bu
- 6 replies
-
- ajax
- javascript
- (and 7 more)
-
I have created a page submission form with Estimated Value & Estimated Value 2 which displays like this on the details page: Estimated Value: $10,000.00 to $20,000.00. However to get both numbers to display in the table without being next to each other and making the table huge I have created an HTML block like this: [@Estimated Value] [@EstimatedValue2] The problem with tha
-
How to get the value of the selected radio button?
- 1 reply
-
- radio button
- value
-
(and 1 more)
Tagged with:
-
I want to be able to display 2 decimal places in my details page which is editable where the value in my table does not have decimal places. This field has a Form element of text in my details page. For example: Value in table is 25 I want to display: 25.00 in my DataPage which can be edited