I'm sorry I didn't make it clear. I'm using VB.NET and Webclient.
I was able to scraper information from screen. I only need to know how do I create hidden variables and call it from VB.NET App.
Thank you,
KonLao
Hi all VB.NET experts,
Is this possible? I try to extract information from a webpage. But it requires HIDDEN variable to be set first.
For example
Page 1: (page where I put in the search type)
...
<INPUT NAME="DBNAME" VALUE="MYTEST" TYPE="HIDDEN">
<INPUT NAME="ACTION" VALUE="SEARCH"...
Dimandja,
Thank you for responding. The link or forum you gave me doesn't work (http://tek-tips.com/threadminder.cfm?spid=215)
Answer to your question., YES I would get HTML.
Any technical assistant would be appreciated
Thank you,
KonLao
Hi all VB.NET experts,
Is this possible? I try to extract information from a webpage. But it requires HIDDEN variable to be set first.
For example
Page 1: (page where I put in the search type)
...
<INPUT NAME="DBNAME" VALUE="MYTEST" TYPE="HIDDEN">
<INPUT NAME="ACTION" VALUE="SEARCH"...
Hi all,
What's wrong with my code. I have table containing list of books with ISBN numbers. I used these ISBN numbers to go get other related informations and update my SQL table. The problem is it doesn't update my SQL table when it execute line... objAdapter.Update(objDataSet, "DS_Books")...
Thank all of you. This is the first time I posted a question on "Microsoft: Access Queries and JET SQL" Forum and the answer I get is unbelievable. You guys are great. You deserve star - all of you.
Keep up the good help... you will see me again.
Thank you again.
KonLao
scriverb,
I'm using MS-SQL 2k. My table doesn't have unique id built in. How can I created a uniqueidentifier field and add autoincrement value to this newly created field?
Thank ,you
scriverb,
Thank you very much for responding so quickly. You are right, I don't have recordnumber field. Do I have to use identity function to to extract record number inot saperated table? Please show me the sample code.
Thank you,
Konlao
AirCon,
Thank you for responding. I know it's been a while back. I just now have a chance to play with it. I can't seem to get it to work for me. I stepped through the code and found that
?GetLastError()
I would get [COLOR=red]87[/color red] instead of [COLOR=red]122[/color red]...
renet123,
How do you teach yourself Peoplesoft? I've been trying to do the same. All I have just the training books. How can you get your hands on application itselft so you can practice on?
Konlao
Hello all,
I have table TblCustomer with Name field. Data can be..
John C. Doe
John D. Doe
John E. Doe
...
I need to select records that have "John" for first name and "Doe" for Last name. I would be the same when I use Browse function.
Browse for 'John' $ name .and...
Hi all,
I'm using Resize function from Solution class (Visual FoxPro 6.0) on my form. It doesn't seem to work with Option Control. Anyone know why or how to resolve this problem?
Thank,
KonLao
All I need is the structure not the file.
One way to do this,
copy to tblWhatEver
set safety off
use tblWhatEver
zap
set safety on
Thank for response,
KonLao
I'm using Visual FoxPro 6.0. I want to copy table's structure to Fox 2.6 version. I use...
Copy structure to tblWhatEver
How can I make my new table Fox2?
Thank you,
KonLao
Hi all,
Is there a way to trap printed error or print status from printing window? I have an app. printing report the a remote printer in different room. I need it to be able to notify me if it runs out of paper or it gets paper-jammed.
Thank,
Sam
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.