| Thread | Last Post | Replies |
|
| WSUS Server fails to download updates | 01 Aug 2007 00:10 GMT | 1 |
Several of the critical updates shown on my WSUS server fail to download almost immediately after approval. This includes the Service Pack that it tells me I should be getting. It downloads roughly 25% of all the updates that I approve, and successfully
|
| System restore does not work/ does not appear | 01 Aug 2007 00:09 GMT | 1 |
i am using microsoft office student teacher edition (XP). To do a full recovery i need to press F11 upon the pakard bell logo appearing when i turn the computer on, though when i do this nothing happens, the computer just continues as if i pressed nothing. Then a different way to ...
|
| VFP 9.0 difficulties running legacy screens | 31 Jul 2007 23:40 GMT | 2 |
I have an application that I've kept running from FPW 2.6 through VFP 7.0 without major difficulties. It's simple enough, using FPW screen code and just a few screens. There's also a homemade alert function, which is really very primitive and simple FoxPro code, that normally
|
| Problem with WinHttp.WinHttpRequest | 31 Jul 2007 20:42 GMT | 2 |
With next code I want to send bynary data to php script: lcData = filetostr("MyFile.dat") loHTTP = CREATEOBJECT('WinHttp.WinHttpRequest.5.1') loHTTP.Open("POST", "http://www.MySite.com/MyScript.php", .f.)
|
| Recall Record | 31 Jul 2007 20:00 GMT | 2 |
Hi 2 all Sir How to recall a record using sql statement
 Signature Qaiser Me
|
| GETEXPR in VFP 9 Sp1 | 31 Jul 2007 17:08 GMT | 3 |
I very often use GETEXPR command in my applications. Sometimes I can paste something with CTRL+V to the inexpression builder, sometimes I cannot. Where did I make a mistake? Can anyone help me?
|
| beepless message box? | 30 Jul 2007 23:55 GMT | 29 |
Do I have to write my own?
|
| Any Body Knows | 30 Jul 2007 20:57 GMT | 3 |
Hi 2 all Sir how to avoid deleted record in sql statement I use SET DELETED ON but its not working on sql statement the sql statement works on deleted record sir how ignore the deleted record.
|
| .mbp | 30 Jul 2007 16:02 GMT | 6 |
What is an .mbp table? It looks like a text file.
|
| Bug when subclass form with grid | 30 Jul 2007 09:06 GMT | 3 |
It make me hurt ! My class heirarchy kill by this problem. Is there any suggestion or workaround ? Thank u very much. Steps to generate the problem.
|
| Multiple monitors | 29 Jul 2007 09:50 GMT | 4 |
Out of curiosity, how could you write a multi-mon application with foxpro?
 Signature @~@ Might, Courage, Vision, SINCERITY. / v \ Simplicity is Beauty! May the Force and Farce be with you!
|
| email address test | 29 Jul 2007 04:49 GMT | 5 |
Does anyone know about a function to check against the provider if an email address exists? Like if MyAddress@Yohoo.com exists .T. else .F. Thks Mark
|
| images in grid | 28 Jul 2007 07:49 GMT | 3 |
i have a problem i made a grid and connected with a table it is working fine now i added a column and just wanted to show image in that column. i deleted text box from that column and add image control. now i set in picture
|
| Text entry fields. | 27 Jul 2007 19:56 GMT | 5 |
I have a user who has a request that when he is entering a field on a form and the character count reaches the max limit that the field does not advance to the next field. I have looked over the settings and do not see a way. Is there a way to prevent the fields from advancing ...
|
| Compare forms | 27 Jul 2007 19:15 GMT | 1 |
Is there an easy way to compare properties and methods between two forms? We have the same application in both VFP7 and VFP9 with some differences and need to be able to find the differences. Is it possible? Thanks in advance for any help.
|