-
- how could i close a program with-in VFP?
by Madix_t
- 10 Replies
- Last post
by Madix_t
- Good day to all
How could i close an open program (ex. word, excel or any open program) from VFP thank you very much for any help
-
- 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
-
- SMS through visual foxpro
by Ravi Awasthi
- 5 Replies
- Last post
by SharathMum
- Dear Sir,
Please send me source code for SMS through visual foxpro, or favour me with some clues.
Thanks & regards,
- Ravi Awasthi
-
- Dbf Autoincrement with ADO
by Walker Boh
- 14 Replies
- Last post
by dni
- Hello everybody,
I created a table with an autoincrement field( CREATE TABLE `Synch_LogFile` ( `ID` I Autoinc NOT NULL, `TableName` C (100) NOT NULL, ...) )
when I try To open it by ADO with VB (Select * From Synch_LogFile) I get this error message: [Microsoft][ODBC Visual FoxPro Driver]Not a table.
What's I'm doing wrong
Thanks,
-
- VFP9 application in same network with email server & VOIPs
by Daniel CW Tan
- 10 Replies
- Last post
by Daniel CW Tan
- Hello All.
I am currently having a VFP9 application shared in a network that also include VOIP telephony & email servers. Up to 30 users in all. The VFP9 "exe" file is only 3Mb and the database files totalling 5Mb.
It seems that the VFP9 application runs awfully slow at times while the others runs fine.
Could the VFP9 application the main reason why the slowness . Ho
-
- Pls...give me a command To Blink A Particular record in Listbox [VIsual Foxpro 9.0]
by Paramu
- 9 Replies
- Last post
by Tamar E. Granor
- Pls...give me a command To Blink A Particular record in Listbox [VIsual Foxpro 9.0]
Actually I added few records in listbox...But I want to blink a particular record in listbox....pls...give me command...
list box coding is
thisform.list1.clear
use abcd
go top
do while .not. eof()
thisform.list1.additem("example")
skip
endd
-
- Issues on Terminal services (Remote desktop)
by Aleniko
- 1 Replies
- Last post
by Markish
- Again, Hi; I'm using remote desktop to access my VFP app on a remote 2003 server. I've confronted a couple of issues and I wonder if someone has an idea how to resolve these: - I'm using an Email textbox class which basically uses shellexec to open the Email program. Is there any way to open the Email program on the local machine - This is not really related to VFP but is there a way to print loca
-
- how to gather m. variables from a form into table where it's updated in a procedure outside the form
by ibbm
- 14 Replies
- Last post
by dni
- Hi,
I have created a form to update/add info into a table depending on the actions. I use a prg file for the actual update as this routine is used in several other procedures outside this form.
in the INIT() of the screen I either do a blank screen if an add or display the record if it exists. I do this with a scatter memvar command. The objects on the forms have controlsources of m
-
- Referential Integrity problem
by CChalom
- 6 Replies
- Last post
by CChalom
- In one of my apps that I'm using the native DBC, suddenly a strange RI problem is occurring.
Here's the error message: File '__ri_update_entr_itens.prg' does not exist . The problem occurs when i do an APPEND BLANK to the table "entr_itens".
Then I checked my DBC, and found no entries for RI and this table ! Nothing on Delete, Insert or Update. Then I already PACKED DATABASE, VALID
-
- Arrange the "character string" numbers in order
by MillBear
- 6 Replies
- Last post
by CetinBasoz
- I use the character string for number input.
What Syntax should I use to sort out the ¡°character-string¡± numbers as below
For example:
To sort out according to the number
1 1
12A 3
3 4
4 5
443546
-
- Hiding parts of a form
by Kadrin
- 7 Replies
- Last post
by Kadrin
- Hello everyone, I am in the process of creating a form and was curious as to how to hide certain parts of a form and have them appear if a checkbox is checked for example. You see I am trying to avoid the validation for it if it is active all the time. Since, if it is shown, all of the fields (lets say there are 8 fields) must have information entered into them. That means validation to make sur
-
- I need new version of foxtools.fll
by BIENVENIDO AYBAR
- 3 Replies
- Last post
by BIENVENIDO AYBAR
- Please, I have a serious problem
My upgrade Vfp 9.0 came with FOXTOOLS.FLL of date 12/13/2004 and this one does not have the instructions _edsave and _edclose (). It is supposed that SP2 and ¡° Sedna ¡° should have them but nevertheless it does not have them. It looks like to me a bug of Microsoft.
_wontop (), _EdSendKey (lnwhandle, 42), _Edrevert (lnwhandle) and others if they are
-
- ODBC Driver
by Fredriko
- 3 Replies
- Last post
by CetinBasoz
- I'd best start this thread by admitting I know less than nothing about FoxPro so dummy answers would be appreciated. I have a customer who is connecting software I have written to a foxpro database via ODBC. The customer has created a System DSN using the Microsoft Visual Foxpro Driver v6.00.8167 that points to a "free table directory". My software simply runs a query on a table (Details
-
- VFP 8.0/8.0 SP1/9.0/9.0 SP1/9.0 SP2 SERIOUS PROBLEM!!
by Zava Matteo
- 1 Replies
- Last post
by CetinBasoz
- Hi all, we¡¯re facing a serious problem using VFOX9. This problem is not contained in the previous versions of VFP (8,7,6). This occurs when two or more different users share the same table using the optimistic buffering (5). This happens on a network or simply using two different instances of VFOX9 on the same PC. Sharing tables is a common scenario and we don¡¯t understand how is possuble that th
-
- image from webcam
by NILKAMAL
- 4 Replies
- Last post
by dni
- hi!
one more question i use before ms access in access i bought dbpix but how do i do in foxpro so i can take image from webcam and save for record
thanks
-
- sendnig fax
by lukeclock
- 6 Replies
- Last post
by lukeclock
- Hi , i'm trying to send fax using the standard xp fax.
I use an example code found on this forum that should work, but when i issue the
objDocument.Send()
I got the following errore
OLE Error Code 0x8007006 Invalid handle
Any Idea
A work with vfp 6 sp 2 on windows xp sp2
Thank's a lot
-
- Clipper to Foxpro
by Bit
- 3 Replies
- Last post
by Gary Demi
- Hi,
I am converting Clipper to VFP command lines:
1> do while .not. FileA->(eof()) .and. goon
2> FileA->(dbskip())
3> FileA->(DBappend())
If goon is .T.
Is there a way to rewrite it in VFP without using "Use FileA"
Regards,
Bit
-
- FP DOS 2.6 Question - Forum?
by M Thomas
- 4 Replies
- Last post
by Aleniko
- This is probably not the right forum, but maybe someone will have an answer anyway, or be able to point me to the right forum. (I am not a CompuServer member, so I cannot access the old FoxForum if it is still there). 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 w
-
- How to protect foxpro DBF from vieving by other people?
by hs ong
- 6 Replies
- Last post
by hs ong
- I have develop a HR system using Visual Foxpro and the database also foxpro db, I want to protect the "employee.dbf" from viewing by other people because it's contain personal record like salary etc.
I always have a problem when some of my co-workers can open to view the DBF if they have Visual
foxpro software installed inside their system.
How to prevend them to do it P
-
- about vfp9 sp2
by Lewis VFer
- 3 Replies
- Last post
by Lewis VFer
- does vfp9 sp2 have bugs a month ago,I installed sp2,but when I closed the cursor (got by SQLexec() from SQL Server),the IDE opened a dialogbox containing mistakes,then the vfp9 IDE closed right away,
-
- delete record
by honey1016
- 3 Replies
- Last post
by Docpro777
- when you are in data entry screen and i want to delete the record. In parent table i already delete the record but in child table i was'nt able to delete. help me. thanks
-
- DBF to CSV conversion
by ram_mv
- 13 Replies
- Last post
by dni
- Hi, I am converting a dbf file into csv file using C#. My program is working fine for file having fewer columns in dbf file. If the dbf file has more than 255 columns, I am getting the error "FILENAME" is not a table. I am using Visual foxpro OLEDB friver. I downloaded drivers from http://www.microsoft.com/downloads/detai ls.aspx fa milyid=e1a 87d8f-2d58 -491f-a0fa -95a3289c5 fd4&
-
- Visual Foxpro Grid is hiding something from me :(
by Jean Peter Paredes
- 4 Replies
- Last post
by Carl Warner
- ok ! I have a form with a pageframe and two pages. i have a grid on page 1 for sales_items. i have two MySql tables 'sales' and 'sales_items'. i have set the allowaddnew property of the grid to .T. . try to add a new record to the grid and save it (it works fine) now on the grid press the down arrow more than 4 times so that it will look like ur adding more than 4 new records, and then run the up
-
- new to FoxPro...in search of answers
by tm22
- 7 Replies
- Last post
by CetinBasoz
- Let me start by saying I've never used FoxPro. A client is looking at converting a FoxPro db to SQL Server (or Oracle) and I need to do a cost analysis for it. Since I'm not familiar with FoxPro, I have no clue what it would take to convert. The client application has an interface to update the data. Is it possible to keep the same interface but change the backend db to SQL Server Also, what is t
-
- How to Open table with mouse click
by Ahsan Amin
- 6 Replies
- Last post
by CetinBasoz
- Hello,
I am new to Visual FoxPro. I made a simple programe in VFPs prg that lists the names of all the tables of a database on VFPs main window. I want to browse anyone table from these tables with mouse click. How to do that
I am trying to do with this code, please let me know if i am doing correct or wrong.
clear OPEN DATABASE data1.DBC && Open testdata database
l