Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
JP Sevillano #1
help with displaying records - please
My SQL Statement under my recordset is:
SELECT mmatter, (feest+costst)-(arwofft+oafeest+paymentt) as balance
FROM dbo.ken_juantable
WHERE linvoice = MMColParam
ORDER BY mmatter
TEST SQL Statement is
mmatter balance
3113-002 500.00
3113-003 1000.00
3113-004 2000.00
My problem is when I display it on my repeat region table in MX
I get my balance 500.00 on all three rows.
feest costst aweofft oafeest paymentt balance
250 250 0 0 0 500
500 500 0 0 0 500
1000 1000 0 0 0 500
JP Sevillano Guest
-
displaying dup records
I need to create a list of records that are within the same file that are duplicate records. I wanted to display any records that match another... -
Displaying Records
Hello All, Finally was able to connect my access database to DW, now I'm trying to display the record set in DW. After adding the table?s column... -
displaying the last 5 records
Hi, I want to display the last 5 or 10 records, for example a table with 50 records but i just want to get and display the last 5 records of the... -
Displaying Records Horizontally
I understand how to use the 'repeat region' server behavior to display records horizontally as opposed to vertically, however i'm not sure how to... -
Displaying of new records
How do you display a NEW record upon entry into a form? It always shows me the LAST record. I want the default to be a NEW record. Thanks!



Reply With Quote

