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 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")...
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
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
I open file with a low-level function. If the size of the file is greater than 8,192 bytes, I will get "Function argument value, type or count is invalid" error message. I did some experiment and found: 8,192 bytes is OK; 8,193 bytes is NOT OK. Here's my code...
STORE...
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
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
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...
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
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
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
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...
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
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.