I have a syntax error in this query, but cannot find it. Can somebody help ?
S$ = "INSERT INTO comments (comment, date) VALUES (" & Chr(39) & txtComment.Text & Chr(39) & ", #" & Today & "# )"
Thanks
fordtran
I have put the ddl control on the form and filled it with a few selections and about 20 image cotrols - on the form. I have not named them - I am not sure whether I can use a control array.
I have about 15 photos in one directory and 10 photos in another directory.
So - when listindex=1 is...
I have a web page (ASP.NET) with a drop down list control (ddlSelect) and about 20 image controls.
If an item is selected on the ddl I wish to load all the images in a certain directory into the image controls. The number of images in a certain directory may vary. I also wish to load the name of...
electronicsfreak
Thanks you very much. My next problem is to establish which items are necessary. There are a lot that I could untick, but the following was difficult to establish their origen. Can you please give me some light on it.
sttray
communications_helper
devdetect
capp (symantec)...
I have a problem to remove programs from my computer - possibly bcause they startup when I startup windows. How can I establish which programs are loaded automatically when windows starts up.
Thanks
fordtran
Hi ca8msm
My problem is that if I write to a control, that control may be wider than the page of the browser and the client will then see only a part of the text, whereas when I write directly to the page, the text will wrap and he will be able to read averything.
fordtran
I am conversant with reading a textfile and writing that to a label control on my web page. Is it possible to read that directly onto the page in stead of into a control.
Thanks
fordtran
My webserver was running and I could load and debug my ASP.NET projects.
However, all of a sudden now, when I wish to open a project it says : Specified web server not running ASP/NET 1.1
When I go to IIS, Websites, Default website it has a red error icon. The right click menu gives me the start...
I am sorry, the search facility is down, but I need help now.
I have two tables named HOURS and OLDHOURS.
Each table has fields HOURSWORKED and HOURSOVERTIME
I need to summarise the hoursworked and the hoursovertime such as in :
Sum(HOURSWORKED)as TOTALHOURSWORKED and sum(HOURSOVERTIME) as...
I have an error on asp.net saying : Could not load type : mywebsitename.mywebpagename
What does the Inherits in the first line of the htm of a webform refer to ?
Thanks
fordtran
I have an Access 2000 database and wish to set up a query which will do the following :
I have an ITEMS table which contains the following fields : ID, ITEMNAME, STARTINGSTOCK, MINIMUMSTOCK
A second table contains my purchases of this item. The table would be : ITEMSPURCHASED with fields ...
When I use CALL MySub A,B() in which B is an array, I get an error. How do I pass an array variable of a variable quantity of entries in the array to a sub. I cannot use B(10) or B(1 to 10) as it may be 20 and it does not take the foregoing syntax.
Thanks
fordtran
I am joining two tables (ORDEREDITEMS having a list of ordered items and an ID reference to items in another table named ITEMS which have the names of these ordered items.
I then do an inner join like in .. Inner join ITEMS on ORDEREDITEMS.ID=ITEMS.ID
This only sends me records of ordered items...
I have a setup similar to Google. I have a table with clients. In my flexgrid I have to divide these clients into two categories.
First I have to list all clients who have paid their subscription - say a field called paid - and I have to sort them alphabetically.
Then I have to add all the...
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.