Search found 8 matches
- Wed Jun 11, 2008 2:55 pm
- Forum: Beginners
- Topic: Results into an HTML Form
- Replies: 4
- Views: 6988
Results into an HTML Form
I used the code you suggested which turned my results into a text. I can open that text file and then save it as a .htm file then open that file and it displays my results in a browser. Can I use an HTTP_POSTFILES method to automate this process? For example: // Get SubmitTest.txt to 'Post' by conve...
- Wed Jun 11, 2008 1:18 pm
- Forum: Beginners
- Topic: db connection
- Replies: 6
- Views: 8805
db connection
I have not got my macro to execute my stored procedures yet. Any suggestions?
Thanks,
-brentmtc
Thanks,
-brentmtc
- Tue Jun 10, 2008 8:58 pm
- Forum: Beginners
- Topic: Results into an HTML Form
- Replies: 4
- Views: 6988
Results into an HTML Form
I have created a Macro that collects data from a web form(text boxes, radio buttons, etc.) and puts those results into a message box. I would like to put those results into an HTML form. Can anyone give me some advice on how to do this? Any help would be greatly appreciated. Thank you, -brentmtc :)
- Mon Jun 09, 2008 2:06 pm
- Forum: Beginners
- Topic: Web recorder - Firefox
- Replies: 1
- Views: 3761
Web recorder - Firefox
Does web recorder work with Mozilla Firefox web browser? Does web recorder only work with IE? If so, how can you change settings and/or your script to open another browser? Any help would be greatly appreciated.
Thank you,
-brentmtc
Thank you,
-brentmtc
- Thu Jun 05, 2008 3:57 pm
- Forum: Beginners
- Topic: db connection
- Replies: 6
- Views: 8805
db Connection
I am now getting a connection to the db and able to insert some hard coded values(as in the commented out Let>) but I am not able to get values from the 'screen scrape' to be inserted using a stored procedure. Here is the code I have now. Let>str=Driver={SQL SERVER};Server=***;Port=****;Database=***...
- Wed Jun 04, 2008 9:39 pm
- Forum: Beginners
- Topic: db connection
- Replies: 6
- Views: 8805
db connection
Trying to make a db connection (SQL Server 2000) and then populate a table (by executing a stored procedure) with data. I keep receiving an assortment of errors. Any suggestions to fix my code would be appreciated. // Create db connection, insert values into generic table, and close db connection VB...
- Wed Jun 04, 2008 9:23 pm
- Forum: Beginners
- Topic: GetTextInRect
- Replies: 3
- Views: 5768
GetTextInRext
Still nothing in msg box. Do I need the left, top,right,bottom of each txt box with many GetTextInRect> code blocks for each txt box?
GetTextInRect>220,191,892,448,LastName
MessageModal>LastName
Thanks.
-brentmtc
GetTextInRect>220,191,892,448,LastName
MessageModal>LastName
Thanks.
-brentmtc
- Wed Jun 04, 2008 8:51 pm
- Forum: Beginners
- Topic: GetTextInRect
- Replies: 3
- Views: 5768
GetTextInRect
Trying to create a screen scraping macro that captures text from text boxes on a web-based form and then writes that data to a db. I'm just starting out here. Here is the code I have so far: //Recorded Events //Recorded Events Let>WW_TIMEOUT=5 CapsOff //Set focus to Appointment Scheduling-----------...