-
- About using imestatus()
by xuyca
- 4 Replies
- Last post
by xuyca
- Hi, I am using imestatus() to change input method between English and Chinese. It worked good in windows 2000. But it doesn't work in window xp. imestatus(0) always change to Chinese input and imestatuss(1) doesn't work. code is as follow: =imestatus(1) && using Chinese input =imestatus(0) && using English input Anybuddy know why
-
- memo field in browse
by rcathens
- 6 Replies
- Last post
by CetinBasoz
- vfp9: When I attempt to open a memo field (double click) while using a browse statement I receive an error message: Program with error: App_Application .TMRREFRESH.ERROR Error number: 1734 Line of Code with error : IF TYPE(¡°loForm.Parent¡±)= ¡°O¡± and INLIST(loForm.Parent.WindowType,WindowType_modal,Windowtype_readmodal) I know it's not the best thing to execute a browse statement from within a progr
-
- FOXFIX5.DLL and Windows 2003 Server
by Stuman99
- 9 Replies
- Last post
by Stuman99
- I seem to be having a problem using foxfix.dll on a windows 2003 server. The error message generated is cannot load 32-bit dll c:\foxfix\foxfix5.dll. Any ideas... seems to work ok when run from my windows xp workstation.
Stuart
-
- using activex events when you use createobject
by Lewis Harris
- 1 Replies
- Last post
by CetinBasoz
- I am using an activex tool from epson to watch a cash drawer connected to my system. The activex has an event 'StatusUpdateEvent' which fires when ever the open/closed state changes.
I have learned that I can create the activex by using cashdrawer=createobject('opos.cashdrawer') instead of dropping it on the form. ( creating it this way makes loading the form appear faster to the user)
-
- Visual FoxPro9 Report Designer BUG
by MariusR@R
- 10 Replies
- Last post
by VSCG
- This issue is somehow related to CTRL+V (Paste) action of an object in report designer and TAG Memo field in .frx file. This is actually terrible thing because you can loose all your code in INIT procedure in Report.
Steps to Reproduce:
Just try to do the following actions: 1. CREATE REPORT 2. Add a Field box with some text 3. Open INIT procedure in data environment 4. Add some text
-
- foxpro 2.6 just simple
by mrsamankhan
- 4 Replies
- Last post
by DemoQa
- Hi
I have an client who is still using a FPD 2.6 app. I need to make some changes to it so he can use it for another year or so. I am using FPD 2.6 in Windows XP Professional SP 2. It works fine, but it runs in a small DOS emulation( (I suppose) screen. Is there a way to get it to run in a traditional DOS screen, eg where FP takes up the whole screen Or at least run it in a lasger window
-
- The VFP9 WebBrowser class (_webview.vcx) managing *.hta vs. *.html?
by Docpro777
- 2 Replies
- Last post
by dni
- I'm hoping to make the VFP9 WebBrowser class browse *.hta file(s) ... i.e., to prevent windows html security messages in a LAN.
This WebBrowser class ( _webview.vcx) works well for *.html files (and I trust *.htm files).
I've failed to make the class browse *.hta files and thought I'd ask if any of you (peradventure) think *.hta files can/cannot be used in this WebBrowser class.
-
- VFP9::Printer setup with 'modify report' problem
by Damien559424
- 8 Replies
- Last post
by Damien
- Hello,
I have two questions around the report and printer setup
1 - We encounter a strange behaviour on two different computers when using the same software : in our software, we have a command button that do a "modify report" command, in order the user can modify his report.
When using this command button we have the "file / page setup" menu available.
On one c
-
- BUG: Microsoft Visual Fox Pro ODBC Driver (6.1.8630.1)
by Chudin Ilya
- 3 Replies
- Last post
by AndyKr
- The bug is: driver doesn't support autoincrement fields: while trying to use any table, contains autoincrement fileld, the exception "Not a table." is thrown.
-
- SUBSTR() STRTRAN() with Large Text Files
by Docpro777
- 11 Replies
- Last post
by Docpro777
- Greetings Venerable Masters and Dear Friends,
With a 'large' text file (HTML) edit requiring about 500 - 600 text-edits (deletions) (below) ... it takes 10 + seconds to execute and longer over LANs.
My only question thus: Is there a faster way to make 500 text deletions to a large-text file Or, how might you consider doing multiple edits with large text files
Thanks in advance for any co
-
- Guidance on designing data access classes
by Darren Woodford
- 12 Replies
- Last post
by Darren Woodford
- I am developing a COM server to access 3rd party VFP tables and present them to calling client applications, particularly MS Access 2000/2003.
I would like some guidance please on designing the data access classes. At the moment I have a real mishmash of business and data routines. With the plethora of data access techniques available in VFP I am somewhat paralised by indecision. I realise
-
- Combobox too short, no show of element
by Hans L
- 6 Replies
- Last post
by Hans L
- I had a combobox that was shorter than some elements in the list. The longest of them did not show in the box at all. I had to lengthen the combobox in order to show this longest element. Is this a know glitch Hans L
-
- Updating DBF from SQL server
by tazvier
- 6 Replies
- Last post
by tazvier
- Hi to everyone. I have the following issue; I need to update some information in DBF files but with a SP from SQL server. I have a linked server in my SQL server pointing to DBF directory. When I execute the following commands, I get everything ok:
Select * from LinkedServer...mytable
Insert into LinkedServer...mytable values('fiel1',¡¯field2','')
But when I execute Update and
-
- FP Database structure via ODBC
by &quot&#59;
- 6 Replies
- Last post
by CetinBasoz
- I'm new to using foxpro, and it is only being used as a database, my program is in VB.net.
Using ODBC (or OLE DB if I have to) how can I query the database not for the data that is in it, but for the structure of the database so it could be replecated in MS SQL for example. Where does FP store this information and how do I get at it I would need to be able to get all of the table names in
-
- VFP9 applications running much slower than VFP6 and VFP8
by xuyca
- 6 Replies
- Last post
by Tamar E. Granor
- I have same vfp application program. But I found that it run much slower than previous version when loading a form in vfp9 compiled application. Anybody have same problem
-
- auto increment
by NILKAMAL
- 8 Replies
- Last post
by Tamar E. Granor
- I have a table that I want to add a auto increment integer field. I go into the database designer, Right click on the table I want to add the field to then select modify. Then I insert a field and give it the name client_id set the type to Integer (autoinc) it defaults to a width of 4. Then I tell it to index it accending. This works but on all the existing records it sets the field to 0. If I a
-
- Handling Null values in DB
by Markish
- 2 Replies
- Last post
by CetinBasoz
- Hi all, I've a application with MySQL as backend and VFP 9.0 as front end. When ever I get some data from Backend that is null value there or when I perform some join operations in the backend that result in NULL values in particular column and pull them to VFP to a table that supports NULL value, Fine It gets pulled. In table I see them as .NULL. In VFP is there a simple method to assign the
-
- OutLook Express Error In Sending the mail
by NitinVerma
- 5 Replies
- Last post
by Cindy Winegarden
- sir
i hav configured the outlook express
pop3 server and the SMTP server settings
i can now recieve emails on this account
but there is an error in sending the mail
the error which i m gettin is below
The message could not be sent because one of the recipients was rejected by the server. The rejected e-mail address was 'jigyasaofworld@yahoo.com' . Subject 'Re: many', Acco
-
- How To Findout Users System in VFP?
by Paramu
- 3 Replies
- Last post
by Paramu
- Hi There,
Well.
Actually I want to give Authentication rights for users to access my program accrding to their login...
Suppose one user will log on different places of desktops...So I need to identify his system..means which user is currently sitting on which system..
For that I need to identify the system name or any ID ...And another thing is ..some systems they are using
-
- Modify Structu Ctrl Arrow-Up and Arrow-Down
by rwsgy
- 3 Replies
- Last post
by Craig McGuff
- Using VFP6 and 8, I remember when modi stru a table, I was able to use the Ctrl-Arrow down and up to move fields up and down. But now it doesn¡¯t work. Any idea how to make it work TIA (thanks in advance)
-
- VFP9 and Tablet PCs running Vista
by Aleniko
- 3 Replies
- Last post
by dni
- Hi; I've seen a few articles about using vfp on tablet pcs, but all of them are dating back to VFP6/7 and XP. I'm planning development on VFP9 and Tablet PCs running Vista. I'm wondering if there are any differences from the developer point of view, or can I rely on articles written a few years ago. Thanks.
-
- Could not load resources error
by Lightening
- 5 Replies
- Last post
by Lightening
- App. runs well on my end. after loading to user's machine, hit the error:
Visual Foxpro cannot start. Could not load resources.
I already copied all VFP9 library files under the app. folder. What else shall I do
-
- Update multiple records in remote view opened with NOREQUERY causes error: File is in use by another user (Error 108)
by WallyN
- 2 Replies
- Last post
by WallyN
- I am in the process of converting to SQL using remote views. The application opens up many tables, in many data sessions so to keep from downloading the same data over and over again I have used the NOREQUERY option of the USE command. This works great if I am in the same data session; however, if I open the same remote view in a different data session and then try to update multiple records it ca
-
- Deleting records
by dvidal
- 3 Replies
- Last post
by dni
- Hi,
I need to delete some records from a table that has the same values for some attributes. Some attributes are part of the primary key while others not.
Thanks,
-
- Move pointer of a table to last record
by Ahsan Amin
- 12 Replies
- Last post
by CetinBasoz
- Is there any way to move the pointer of a table to last record apart of 'go bottom' func.
Regards
Ahsan