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 TouchToneTommy 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
  • Content: Threads
  • Order by date
  1. 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"...
  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

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

    Select between recno 100 and 250

    Hi all, How can I select record 100 to 250? (SQL Select) Thank you
  5. 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...
  6. 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
  7. 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
  8. 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
  9. konLao

    No. bytes limitation using FGETS

    I open file with a low-level function. If the size of the file is greater than 8,192 bytes, I will get &quot;Function argument value, type or count is invalid&quot; error message. I did some experiment and found: 8,192 bytes is OK; 8,193 bytes is NOT OK. Here's my code... STORE...
  10. konLao

    Scan Postnet barcode

    Hi all, How can/what barcode scanner (cheap one) can I use to scan Postnet barcode? Thanks, KonLao
  11. konLao

    Can FoxPro read .INI file?

    Dear all, Remember in VB you can read .INI file or from registry? Can FoxPro read from .INI file also? How can I use it? Thanks, Konloa
  12. konLao

    How do I add checkboxes to ListView control?

    Hi all, I have listview control on the form. I couldn't change the checkboxes value on property window for this control. I even coded it like this... thisform.Listview.checkboxes = .t. Nothing works. Can anyone help? Thanks, Konlao
  13. konLao

    Newbie needs to learn PeopleSoft

    Dear all, I have VB, FoxPro, C++, and ASP background and interested in learning PeopleSoft. I know nothing about it. Can anyone direct me to the site where I can get start or self-taught before I go out and spend thousand of dollars for the training. Thank you, deklao
  14. konLao

    Remove item from Listview box

    Hi all, How can I remove item from listview control. I'm not using checkbox though. Thanx
  15. konLao

    CD ROM Driver doesn't see CD ROM

    Hi all, This problem started when I have WIN2k Pro. First, I thought it's WIN2K problem. I upgraded to WINXP Pro. The problem still not been solved. The problem is... If I leave CD ROM in the CD ROM drive when I boot up, it seems like to work fine. But when I boot it up without CD ROM in...
  16. konLao

    Modify Excell in FoxPro

    Dear All, I'm using VFP 6.0 to modify Excel report. I modify cell merge, background color, no pattern, etc. If I save it manually, I will get what I see. If I make the application save the file. It will loose these setting. Can anyone help? Thanks
  17. konLao

    Print TXT file

    Dear all, I try to print TXT file to the default printer in VFP 6.0. I use TYPE filename.txt TO PRINTER. It printer to the printer and also screen too. Is there any other way to do this...like shellexecute?. konlao
  18. konLao

    Listview control in Fox

    Dear FoxPro Users, I'm using FoxPro 6. I'm using MS-Listview Control Version 5 (SP2). It seems like many method and property doesn't work in Fox. I try it use checkboxes,gridlines,...etc. Thank you, KonLao
  19. konLao

    Printing using @say... or print txt

    Dear all FoxPro programmers, I'm Win2k and XP user. I have two questions? 1. I try to generate an output to printer using @say ... Here's my sample code... Set device to printer @1,1 say 'This is a test' @10,1 say 'I can print this' @11,1 say chr(12) && for form feed set device to...
  20. konLao

    Display file info in Fox Window

    Dear all, When I do DIR to see file in the current folder, the display column is too wide. The info I get is wrapping around to the next line. How can I make it so I can see info on one line per file? Thank you, KonLao

Part and Inventory Search

Back
Top