I have an access 2000 table with the following schema:
noteid, auto increment
techid1, integer
techid2, integer
techid3, integer
vminutes, integer (the minutes the tech spend at clients place)
notes_d, date (full date time the tech left to go to the client)
notes_dback, date (full date time the...
I have a table ( LINKS ) with fields:
LINKTITLE, LINKDATE, LINKURL
where LINKTITLE is nvarchar with links Titles, LINKDATE is a datetime with the date the record inserted into the table and LINKURL is an nvarchar with the site URL.
What i need is a select query that groups and returns the...
I don't want to submit the form, i just want to AUTOFILL the form and IF the user wants to submit it or cancel or change some data i've autofilled, he/she can do it...
Thank you all for your answers,
CubeE101 as i wrote in a previous message i don't want to use the webrowser control.
In your second post, you got what i'm trying to do.
I've already tried the SPY tool, but as i remember it had the same handle for ALL textboxes and textareas.
What i really need...
Thanks for the suggestion Homersim2600,
i don't think this is what i'm trying to do.
I just want to do what google's toolbar AUTOFILL does, but instead of clicking from it's toolbar, i want to click an Autofill button from my visual basic form and fill the "target" IE window (form).
(and...
How can i change the forecolor or insert picture in an msflexgrid while i'm adding rows ?
I'm reading a table from my database, and executing a recordset, then i add the rows into an msflexgrid control with:
With rs
Do While Not .EOF
cnt = cnt + 1
MSFlexGrid1.AddItem...
Also i need to remove (on the fly) an added line ...
Then i want to submit all this data and write it to the database (i know how to do this, i only need all the added lines and text & values in form fields)
That's perfect!
I used a hidden form value to select a Day table.
I also used a mouseover effect.
I'm posting my code:
weekplan.htm
<style type="text/css">
<!--
/* week plan */
.WeekPlanCol
{ width:200px; height:1px; }
.WPDates { font-size: 9px; color:#FF6600;}
.WPText{ font-size: 10px...
I have seven tables for each day of week like outlook and in a right panel an iframe with a list with text links.
I need when anyone clicks on a text link from the iframe to dynamicaly add / pass (innerText?) the text into the selected day of week table.
------------------ (iframe)...
Thanks for the answer mmilan,
if i write something that can help other users i always publish it as a freeware as you can see at www.code.gr/fir (and all other software listed in the left column). I developed FIR because i needed a fast method to right click an Internet Explorer image, and have...
As i already wrote, i need this to run in a client's PC. This means that i can tell the client what requirements are needed to run the application and that's inlcudes IE as the browser.
But even if someone want to make something like what i need compartible with "every browser on the planet"...
I don't think there is a need for activex or session management.
In theory if you find the "taget" window, for example with the findwindow API searching by it's title and give it the focus and then use sendmessage API to send text to the specific form fields.
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.