Forma Tcurrency () Place In Dollar
Does anyone know how to correct or why formatcurrency() places the dollar sign after the number?
View RepliesDoes anyone know how to correct or why formatcurrency() places the dollar sign after the number?
View RepliesI need a function that would retain a value like 112.50 as opposed to 112.5. It is needed for currency values and display. I tried using cSng, cCur, but they all seem to trunicate the zero.
View Replies View RelatedI am using PWS with Windows 2k pro. Is there any specific location that I need to use to place all the asp files. The prob i am stuck with is that all my asp code is getting visible as soon as I submit from a different form.
View Replies View RelatedI am trying to convert a VB.Net 2005 progrma tinto an ASP.Net webpage. My initial problem is that while my function appears to be working, it is returning the results above the form instead of below the <HR> that is positioned below the form. I do well in VB.Net but this is my first attempt at ASP.
View Replies View RelatedWhat is the easiest and best way to format a form field so the numbers show as a 2 decimal format?
(i.e. 2.50 instead of 2.5). I am developing a client based form that calculates fields but cannot seem to get the number format correctly. Code:
I want to seach though the drives i.e c or d drives and find for the folders and subfolders and even the files and by that order only it should be inserted into the database.I am using MSACCESS database.
View Replies View RelatedI am reaching the point in the implementation of my first shopping cart where I need to place all the customer’s products within their shopping basket into an orders table.
I am sure many of you have performed this task before so I wondered if you wouldn’t mind pointing me in the right direction. I am not really sure exactly what is usually stored within the orders table in most shopping carts. My shopping cart contents is stored in a session array like this Code: