Hello
I am a beginner ASP programmer and I am writing an application for Internet Explorer in the UK. I have found that some of the computers on our intranet at work display dates in Internet Explorer in English format, and some in American. However, when I look in Control Panel at the...
Hello
I am a beginner ASP programmer, and I am programming a login form as follows:
<form name="frontform" method=POST action="http://localhost/bank3/menupage.asp"><fieldset><br>
<table align="center" >
<tr><td valign=top>
<label>CostCentre</label></td><td valign=middle><input...
Hello
I am a web beginner, and I am trying to write a site which involves an opening login page. There is a form as follows:
<form name="frontform" method=POST action="http://localhost/bank3/menupage.asp"><fieldset><br>
<label>Username </label><input name="Userniame"><br><br><br>...
Many thanks for the help. However I am writing this for an intranet which only uses IE, and I have been told to use VBscript.
Is there any way you could provide a solution in VBscript?
Many thanks,
Trimtrom
Hello
I am a web beginner, and I have a login page as the first page of a ASP web application I am designing. On this page I have a standard HTML form of two input boxes for username and password and a submit button to POST the input to another form.
My problem is that I want to validate this...
Hello
I am learning VB.NET and was toying with the idea of embellishing my database program with Crystal Reports to provide some data reporting facilities.
I was put off by the cost of Crystal, however, and was wondering if there were any free or very low cost report writers that would work...
Hello
I am a VB programmer moving to Java.
With VB I always used Crystal Reports as a report writer. I am planning to do some private database Java work, and I was wondering what Java programmers do when they want to produce database reports. I presume that none of the free IDEs such as...
Hello
I am a VB programmer trying to learn Java with JBuilder Foundation.
I am looking for a Java combobox component with a multicolumn dropdown to use in my database app, and also a grid that will support embedding other controls such as a multicolumn combobox within one of the grid columns...
Hello
I am new to VB.net and have a form where I am trying to update an Access database from a datagridview that I databound on the fly. However when I change something on the grid and press the update button it would seem that the dataset has accepted the changes, but when I next look at the...
Hello
I am a VB programmer who is fed up with the really basic GUI controls that we get in VB6 and VB.NET. I am looking for a combobox with a multicolumn dropdown and also a datagrid where you can EASILY embed controls like comboboxes or listboxes. It doesn't seem much to ask, but they just...
Hi,
I am a Foxpro programmer learning VB6. We have a datagrid in Foxpro that is very powerful in terms of formatting and masking data. I am looking for a grid in VB that is data-aware, but also includes the ability to provide separate input masks in each column the user types data in. As far...
Hello,
I am a beginner programmer using VB6. I want to apply a date format mask to a column in a datagrid control. Is this possible? I tried the dataformat property and a stddataformat object with no luck. Help!!
Many thanks,
Trimtrom
hi,
Thanks for the reply.
I think I would like to go with the forms 2 library. However, I find that when I add the library, and then try to drag the new combobox onto a datagrid I'm using (so that it appears on top of a datagrid cell), it disappears underneath the grid. It won't appear on...
hello,
I am a VB 6 beginner.
Access and Foxpro have a combobox that has multiple columns in the list portion, and you can select any one of the columns to be the databound field. I am looking for these features in VB, but as far as I can see with the standard VB combo or datacombo you can...
Hi,
In response to your question the where clause is as follows:
WHERE Exptran.trancc = ?paracostcentre;
AND Exptran.acno = ALLTRIM(?paraaccount)
paraaccount is the parameter in question and is of type character (I don't know the length), and acno is a 5 character length field.
Hope this...
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.