Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: konLao
  • Order by date
  1. konLao

    Screen Scraper site that requires HIDDEN variables

    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
  2. konLao

    Screen Scraper site that requires HIDDEN variables

    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"...
  3. konLao

    Screen Scraper site that requires HIDDEN variables

    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
  4. konLao

    Screen Scraper site that requires HIDDEN variables

    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"...
  5. konLao

    Updating table using Dataset doesn't work

    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")...
  6. konLao

    Select between recno 100 and 250

    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
  7. konLao

    Select between recno 100 and 250

    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
  8. konLao

    Select between recno 100 and 250

    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
  9. konLao

    Select between recno 100 and 250

    Hi all, How can I select record 100 to 250? (SQL Select) Thank you
  10. konLao

    Print status report

    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]...
  11. konLao

    Is it worthwhile learning PeopleSoft?

    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
  12. konLao

    SQL - Select part of data from table into List or Listview box

    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 &quot;John&quot; for first name and &quot;Doe&quot; for Last name. I would be the same when I use Browse function. Browse for 'John' $ name .and...
  13. konLao

    Autosize doesn't work with Option control

    Aircon, That's exactly what I'm looking for. Thanks a million. KonLao
  14. konLao

    Autosize doesn't work with Option control

    Thank you Mike, I set autosize of each option to .t.. It still doesn't fix the problem.
  15. konLao

    Autosize doesn't work with Option control

    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
  16. konLao

    Copy Structure from Fox 6 to Fox 2

    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
  17. konLao

    Copy Structure from Fox 6 to Fox 2

    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
  18. konLao

    Print status report

    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
  19. konLao

    No. bytes limitation using FGETS

    Barbara, Good point. Why didn't I think of that. Thank you Have a good day, sam

Part and Inventory Search

Back
Top