| Thread | Last Post | Replies |
|
| Activex Grid | 01 Jul 2005 00:51 GMT | 1 |
When I place an activex grid (truedb grid) on a form, the recordsource property is missing. How do you bind the grid to the underlying table, in my case employees.dbf. Thanks
|
| Update in vfp...help me | 30 Jun 2005 15:28 GMT | 2 |
Hi.... I need to do this update update t1 set c1Name = t2.c2Name from t2 where t1.c1Code = t2.c2Code it's the SQL Server 2000 UPDATE sintax, but I need to do this in VFP 6.0, I
|
| polish font | 29 Jun 2005 15:29 GMT | 1 |
I have one problem. I make a program in VFP9 (WIN XP polish version) and if run this program in this system then it's ok - I have all polish fonts. But when I run this program in WIN XP germany version then I can't write and
|
| showing a unicode font | 23 Jun 2005 17:34 GMT | 1 |
I have a micr (check printing) font, where four of the codes I need to use are unicode; 0x2446 through 0x2448. I cannot seem to display them no matter what I do. I have tried strconv("2446",6) but returns nothing.
|
| activate a form in a formset | 22 Jun 2005 14:35 GMT | 3 |
I have a 2 form formset. Form1 and Form2. Form2 is not visible. Form1 makes Form2 visible but continues to execute code below the form2.visible = .T. statement. What I want is to transfer control to form2 once it is visible, and once
|
| UseDBF | 21 Jun 2005 21:53 GMT | 2 |
Does anyone have a good UseDBF function they use?
|
| MSComm32.ocx | 21 Jun 2005 20:45 GMT | 3 |
MSComm control is on the form. How can control OnComm event of this activex control. Best regards
|
| email Tool | 20 Jun 2005 21:38 GMT | 5 |
What is the best utility out there to use to read and send emails?
|
| can I use ADO connection in VFP 6.0....?? | 20 Jun 2005 17:00 GMT | 4 |
Hi.... I'm a Visual Basic developer but now I need to make an app in Visual Fox Pro 6.0, my questios is if I can use ActiveX Data Objects (ADO) in VFP and if so an exmple o a link....
|
| foxels | 16 Jun 2005 18:25 GMT | 1 |
Is there any advantage or disadvantage to using foxels instead of pixels? I can't find much on the subject, but the help hints that foxels would help your controls scale better when your form is moved between varying resolutions/font sizes.
|
| Index on free table | 14 Jun 2005 20:16 GMT | 5 |
i'm rewriting a db3/clipper project in foxpro 6. Due to this fact i'm not able to add the tables in my project (if i do so, i lose the abillity to use them in db3), so i use these as free tables wich works fine.
|
| Problem with autocomplete; error c5 | 10 Jun 2005 11:33 GMT | 4 |
When I use the autocomplete function in vfp9, the following happens: Select autocomplete item from drop down list by left clicking (highlighting to blue), left click again, I get an error c5 and vfp ends
|
| I need a function like isdate() from Visual basic... | 09 Jun 2005 16:48 GMT | 1 |
Hi..... I'm looking for a VPF function that say to me if a string is an valid date....like if isdate(strMyDate) = .T. then.....
|
| constants from type library | 07 Jun 2005 20:20 GMT | 3 |
Does anyone know how to automatically generate a header file from a type libray? I know there is something out there that does this because I have an excel9.h that I created this way a couple of years ago. Now I can't remember how I did it and I've got an OLE app with Excel 11.
|
| waiting on RUN command | 02 Jun 2005 22:59 GMT | 10 |
Is there a way to pause execution until app called by RUN completes? I tried using RUN like this: lcCobraBatchCmdLine = GetCobraBatchCmdLine( goApp.cCobraPath , lcBatchControlFile )
|