I just wanted to ask how I can leverage my knowledge of Interdev while migrating to say, Visual Studio .NET. Or do I have to re-learn things from the ground up?
I would be grateful if you could provide me pointers to resources on the Net for related information.
I'd tried renaming sector.asp to sector.old. Then after the default.asp page displayed in Netscape, I clicked on Sectors button, expecting some error message, but none came up and the page remained the same, looking as pretty as before. I wonder if this was the same case with you. I was thinking...
Thanks again, vbkris. Stupid me! Yeah I found out myself by the settings in IE for problem 2.
For problem 1 however, just a thought crossed my mind- I've never used Crystal Reports for web-based reporting, but I'm just curious-Could it be used for controlling such things as Page sizes and page...
Thanks, vbkris. Sorry this is on Intranet, so I cannot give you the link. As you can see, for instance, Sectors button should activate sector.asp (a data-entry form) thru the code
onclick='window.navigate("sector.asp")'.The problem is that sector.asp does not fire. But when sector.asp is...
Perhaps I did not make things clear enough, so I'm re-posting in another way : I'd like to use a drop-down listbox DTC rather than the RecordsetNavBar to jump to any record for editing (Update button enabled). However, for adding data (Add button), I need to disable/hide this listbox and...
Hi folks,
This problem's been bugging me for quite a while :
I use an ASP (computer.asp) with DTCs bound to fields of an MS Access table (computer) and 2 recordset DTCs, Recordset1 and rsComp as well as RecordsetNavBar and Add, Update, Delete, Save and Cancel buttons. The source of data for...
Hi folks,
I've been creating various reports from a database using ASP code, but I have 2 problems :-
1. I cannot control the page lengths in order to print neat reports for different sizes of paper like A4,A5,letter, legal etc. so that the report doesn't get cut off at the bottom of the...
Hi,
I want my page-enabled Grid DTC to show Pages like
"Page 1 of 10" rather than "1/10". What needs to be set for this to happen?
Mark
(mark@shillong.meg.nic.in)
byam,
I'm getting confused here : Doesn't != mean NOT equal to?
I changed || to && but I still get the same results!
&& doesn't sound right to me, anyway.
Mark
I want to detect if dates entered by users in a textbox contains JAN,FEB,MAR etc :
var goodDate = true;
var theChar = theInput.substring(2,5); //see theInput below
if (theChar != "JAN" || theChar != "FEB" || theChar != "MAR" || theChar != "APR" ||...
I got your JS code, thank you.
Your suggestion apparently worked!
I just fed in dates like 1-Mar-03 etc. in my page, and it stored correctly (in british format in my table-like 01/03/2003)!
However, the next time the page was viewed, the dates reverted back to American! (like 03/01/2003 in the...
I visited the site, but couldn't get to download the JS files. Would be greatly obliged if you could send them to me (mark@shillong.meg.nic.in).
However, please also explain how can I change the regional settings of IUSR_myserver. Perhaps that will do the trick.
Mark
I tested this same page in Win98 & PWS where the regional settings are set for English (US),Short date format : dd/MM/yyyy. British-style dates entered into the textbox get stored correctly into my date/time field without doing anything else.
So, my guess is that the regional settings of the...
Thank you, MerlinB, but the code snippet I did was just to check whether it was because of Access or webpage. Assuming my regional settings are correct, the question that still remains is how to get my date to be displayed in British (dd/mm/yyyy) instead of American (mm/dd/yyyy) in my web page...
I'm using Access 2000 with the input mask 00/00/0000;0;_ and short date format. British dates like 01/02/2003 (1st Feb, 2003)entered thru a web page's textbox bound to date/time field gets converted to 02/01/2003 in the table, but dates like 20/01/2003 (20th Jan, 2003) get stored correctly. My...
Hi,
I'm using Access 2000 with the above input mask and short date format. British dates like 01/02/2003 (1st Feb, 2003)entered thru a web page's textbox bound to date/time field gets converted to 02/01/2003 in the table, but dates like 20/01/2003 (20th Jan, 2003) get stored correctly. My...
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.