Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mnongkhlaw
  • Content: Threads
  • Order by date
  1. mnongkhlaw

    Leveraging Interdev knowledge for VS.NET

    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.
  2. mnongkhlaw

    Button clicks do not fire in Netscape 7.1

    Dear folks, Here's the code in my page :- <%@ Language=VBScript %> <HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0"> <TITLE>NEC Hardware Inventory and Call Maintenance Home</TITLE> </HEAD> <BODY bgcolor=lavender> <P align=center><FONT color=darkgreen...
  3. mnongkhlaw

    Dropdown listbox creates problem with code

    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...
  4. mnongkhlaw

    Controlling report page length

    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...
  5. mnongkhlaw

    Displaying Page Nos. in Grid DTC

    Hi, I want my page-enabled Grid DTC to show Pages like &quot;Page 1 of 10&quot; rather than &quot;1/10&quot;. What needs to be set for this to happen? Mark (mark@shillong.meg.nic.in)
  6. mnongkhlaw

    What's wrong with this if statement?

    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 != &quot;JAN&quot; || theChar != &quot;FEB&quot; || theChar != &quot;MAR&quot; || theChar != &quot;APR&quot; ||...
  7. mnongkhlaw

    How to get dates to display/store in dd/mm/yyyy format.

    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...
  8. mnongkhlaw

    Primary field validation

    Dear folks, I have an ASP with fields bound to an Access database. When I test the page by adding a duplicate primary key and clicking Save button, I get : Error Type: Microsoft JET Database Engine (0x80004005) The changes you requested to the table were not successful because they would...
  9. mnongkhlaw

    Client side validation with DTCs and SOM

    Dear folks, This problem's been bugging me for quite a while! I have to repost differently, I guess as I did not get any help so far. I've got an ASP which uses the FormManager DTC along with 2 textboxes, txtVendorID & txtVendorName bound to an Access table with fields VendorID and VendorName...
  10. mnongkhlaw

    Showing friendly messages while restricting duplicate Primary Keys.

    Dear Folks, I have an ASP page using OLEDB connection to an Access database, a command object to a table (vendor) with fields Vendor_ID and Vendor_Name. Vendor_ID has been defined as a primary key in the table. I use the FormManager DTC to manage Adds,Edits and Deletes. When I test the page by...
  11. mnongkhlaw

    Machine hangs while installing Desktop Edition

    I tried several times to install the Desktop Edition of SQL Server 7 on my PC ( a Win98 m/c), but it always hangs at the point where it says &quot;Connecting to Server...&quot;. The log file is given below in case it will help :- 2003-08-09 10:43:52.66 kernel Microsoft SQL Server 7.00 -...
  12. mnongkhlaw

    Cannot uninstall

    Dear all, While installing Desktop version of SQL Server 7, there was power outage at the point where it says &quot;Connecting to server...&quot; When I later tried uninstalling it, I got the error message: The log file 'C:\MSSQL7\uninst.isu' is not valid or the data has been...
  13. mnongkhlaw

    Cannot open Outlook Express 5

    Dear all, When I try to open OE5, it gives 2 alert boxes :- Alert Box 1 : Outlook Express could not be started. The application was unable to open the Outlook Express message store. Your computer may be out of memory or your disk is full. Contact Microsoft support for further assistance...
  14. mnongkhlaw

    Grabbing the text from a DTC dropdown to populate a DTC textbox

    Dear folks, I have 2 Recordset DTCs which point to 2 different tables in an MS Access97 database (rs1 to officer, rs2 to office). I'm using the SOM as well as FormManager DTC. In my data-entry screen, I have 2 fields, one of which is Office Code, which is a drop down DTC (listbox DTC) which...
  15. mnongkhlaw

    How to pass parameters in MS Access?

    Dear folks, I have an ASP page, trans.asp, in my Visual Interdev project . SOM is enabled for this page as I'm using Recordset and Grid DTCs My Recordset DTC is named rsTrans and my Grid DTC is named grdTrans. Relevant properties of these 2 objects are given below: 1...
  16. mnongkhlaw

    How to pass values from one Grid DTC to another?

    Dear folks, I have an ASP page, trans.asp, in my Visual Interdev project . SOM is enabled for this page as I'm using Recordset and Grid DTCs My Recordset DTC is named rsTrans and my Grid DTC is named grdTrans. Relevant properties of these 2 objects are given below: 1...
  17. mnongkhlaw

    How to get rid of W3SVC Even Log error?

    Folks, In event viewer, I get an error :- Source:W3SVC Type: Warning Category:None The server was unable to add the virtual root '/DataTest/DataTest' for the directory 'C:\INetPub\WWWRoot\DataTest' due to the following error: The system cannot find the path specified. The data is the error...
  18. mnongkhlaw

    Cannot create new site

    In IIS4/NT4 Internet Service Manager, I right click on a folder icon and click properties. In the Directory tab, I click Create button, but I get :- An error occured reading/setting a configuration parameter (0x80080005) The same error returns after right-clicking on Default website and...
  19. mnongkhlaw

    Data view problem

    Dear all, Please do not mind, I didn't get a response from the VI forum, so I'm reposting here :- Some wierd thing happened. I have a Visual Interdev 6 Enterprise app using a data connection to a database file (mdb). The app was running fine and the data view showed the correct database in...
  20. mnongkhlaw

    Data view problem

    Dear all, Some wiered thing happened. I have a Visual Interdev 6 Enterprise app using a data connection to a database file (mdb). The app was running fine and the data view showed the correct database. Initially, I used an easy-to-guess name for the database and it was located in another folder...

Part and Inventory Search

Back
Top