-
- 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
-
- send sms through VFP
by vptmarg
- 2 Replies
- Last post
by vptmarg
- hi everybody
i want to send sms using VFP. any body cna help me
rgds
ved Prakash Triapthi
-
- How to remove redundant phrase in field?
by Littletommy
- 14 Replies
- Last post
by Littletommy
- Hi all........
I have a table field that contains things such as.....
V DISCONTINUED W/O REPLACEMENT; V DISCONTINUED W/O REPLACEMENT
-I&S MASTER; 7 SUB 2610-139-3704; I&S MASTER; 7 SUB FOR 2610-139-3704
What I need to do is remove the duplicate phrases, leaving only one instance of each phrase in the field. The amount of phrases in the field varies...could be 2 as shown abo
-
- Visual fox pro table
by Armando582596
- 9 Replies
- Last post
by CetinBasoz
- Hi guys I need to merge some VFP tables from our intranet with an external sql server. Is this possible any advice Thanks
-
- Fox Pro SynTax Error
by Brad Corbett
- 5 Replies
- Last post
by CetinBasoz
- ok, I not a Foxpro Wizard and Ican't figure this out
I get a "Syntax Error" msg when I try and run this from VB.net.
Not the most Descriptive Message. I can't see anything wrong with this. Any helpp will be appreciated.
Insert Into MWDUS Values (Date(2007,4,3),"685174",560907,.F.,.T.,"AK","","BARROW",
"INTREPID","2&qu
-
- Corrupted Table after attempting inserts.
by Kadrin
- 8 Replies
- Last post
by Naomi Nosonovsky
- Hey everyone, You may have read my post the other day about inserting records into a table, well I did get that sorted out. However, once I finished the insert statements I put them into a DO WHILE loop and had it working yesterday before leaving the office. Today, I am having difficulties, there was an error when I ran the INSERT s , it said "End of File Encountered". The expression o
-
- how do i get image
by NILKAMAL
- 6 Replies
- Last post
by dni
- hi!
i get software from dosadi but i get some problem to get image in my image field
here is the detail i create form with fiel , ( name , address etc and one field for image ( data type i put (memo (binary))
and i also create one button called take image here is the code for button
DO [C:\Program Files\EZTwain\VFP\EZTwain.prg] TWAIN_SelectImageSource(0) * Get list of devic
-
- 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
-
- Not Enough Memory o Complete the Operation.
by AlexBB
- 14 Replies
- Last post
by AlexBB
- There is a chance that this is not the forum where I will ultimately get an answer since I do not know where the root of the problem is but still I am asking for everyone's attempt to brainstorm.
It is actually a continuation of the previous notorious PACK <tableName> thread. Since I felt that I ran into a stonewall I devised a DEVIOUS (!) plan to crack the problem. It appears to ha
-
- Foxplus database program files
by Tony Garrison
- 8 Replies
- Last post
by Tony Garrison
- All:
I am an old foxplus dbase guy. I have many .prg files that I would like to upgrade to Foxpro for windows. Can someone offer me some direction on how to get started. I enjoy writing rountines and want to get back into programming again. -Thank you.
-
- Retrieve current date data
by espirit
- 9 Replies
- Last post
by Naomi Nosonovsky
- Hi,
Im having a problem to retrieve data based on today date. I'm using Visual Fox Pro 6. My table structure is as below:
name type width
updated_on DateTime 8
I need to retrieve only data that is updated today or current date. For eg my table
datetime is 28/06/2007 12:00:00 PM, and I need to retrieve only data for today
which is 28
-
- VFP9 freeze at startup with a superimposed image of a folder title....!!!
by &#38;quot&#59;
- 8 Replies
- Last post
by Tamar E. Granor
- Bonjour!
My father (pc newbie) tried to run VFP9 under Win XP sp2. He had many old floppy made in the late 80s under a 386 pc; these files are named dbt, dbf, etc and his objective was to work with them again.
When he tried to open one .dbt (he supposed it was a file but it was a folder without any extension to it.) file in VFP9 few days ago, VFP9 opened and freeze with the name of the folde
-
- Entry of Variable length char data into text box with a scanner
by Bob DuPuy
- 3 Replies
- Last post
by dni
- The Symbol barcode scanner that I have sends a string something like ~12345678. The barcode is not padded so the length of the string is not known, but I don't want the user to have to complete the entry with a Tab or Enter key. Sometimes the data is entered with the keyboard, so the Tab and Enter need to work in the ususal way in that case.
My question is this: Is it feasable to trap the
-
- Rotation vfp helpfiles not working
by Fox Me Up
- 5 Replies
- Last post
by AndyKr
- this code is copied straight from vfp 9.0 help files. i just added the two paramateres
this code works in vfp and when i run just the application on the computer that has vfp installed. however it is not working on non vfp computers. on a non vfp computer all i see is a wait window that says rendering and its tallying up the pages.
PARAMETERS REPNAME,ANGLE_OF_TILT LOCAL oListener o
-
- VFP OLE With Windows Vista
by Evan Hennis
- 6 Replies
- Last post
by Evan Hennis
- I have an SQL Express database engine running on a Windows Vista machine. On that SQL server I have a linked server set up that connects to a FoxPro 8.0 database files. This set up works with XP and 2000 so the settings are valid but when I try and run an SQL command it errors out. The error message says:
OLE DB error trace [OLE/DB Provider 'VFPOLEDB' IRowset::GetNextRows returned 0x80004005: T
-
- "Cannot find the menu-generation program."
by AlexBB
- 14 Replies
- Last post
by AlexBB
- Hi there,
I actually posted on this subject twice before and once got a satisfactory answer, the other time I simply figured out how to get this file myself.
Now it seems to be different. When I make and attempt to build a project I get this message. So, I click Add, go to Program Files\Microsoft Visual FoxPro 9\ and find a file: genmenu.prg .
Click on it and I get another error message:
-
- arabic
by bijansaba
- 7 Replies
- Last post
by Dina Lasheen - MSFT
- hi
i want write arabic in the textbox (right to left)
what must ido
-
- move question
by dvidal
- 4 Replies
- Last post
by Alex Feldstein
- Hi again,
I want to know if there is a function or command to move a file in visual fox pro 7. For example, if i want to move 'c:\users\pru.dbf' to c:\myapplicaction\pru.dbf.
Thanks,
-
- data envoirnment
by Ahsan Amin
- 3 Replies
- Last post
by Vladimir Zografski
- I have to fill a combobox control with a table field. The combobox is placed on the form and for has data envoirnment inwhich two table are related with each other.
-
- How to minimize to system tray in VFP 7
by Xarax
- 1 Replies
- Last post
by Naomi Nosonovsky
- I'm using VFP 7. How do set up my application to minimize to sytem tray in the bottom right hand corner (next to the clock)
Thanks.
-
- Little Doubts... E-Mail Sending
by Paramu
- 2 Replies
- Last post
by Paramu
- Hi There,
Thanks in Advance...
Actually Iam in need to update the data's from variety of users from variety of locations...
For that before we used some softwares to just connect them through telephone line for data
transfer.
But in VFP we can send by E-Mail, but it's not sending by fast, sometime it's delivering after 2-hours...I don't know the reason...Iam not sati
-
- Buttons Disappear
by mrpaully
- 10 Replies
- Last post
by dni
- I have a form that submits an odbc query. Once the data is returned to a listbox, a number of the command buttons dissapear if you put the mouse cursor over them. Why is this and does anyone know the fix
-
- Locate Command
by Ahsan Amin
- 2 Replies
- Last post
by CetinBasoz
- In have 2 tables in my form data envoirnment.
Courses Subjects
------------ -------------
CourseID SubjectID
CourseName SubjectName
SubjectID
i am trying to LOCATE FOR a_Subjects.SubID = a_Courses.Sub1. I checked in debuger window by pointing red dot on this line that a_Subjects.SubID value is 32 and a_Course
-
- FRX to HTML
by Bob Gatto
- 4 Replies
- Last post
by CChalom
- I have a report that I used a reportlistener on to get my graphics sized and positioned properly. I need this report to be saved as an HTML. The code I tried was this: vfile = FULLPATH ( "" )+ SYS (2015)+ ".html"
oSystem = CREATEOBJECT ( "gdisystems" )
DO reportoutput. app WITH 5,oSystem
oSystem.targetfilename = vfile
osystem.quietmode = .T.
REPORT FORM
-
- REPOST: NOPAGEEJECT not working in VFP9
by riptramm
- 14 Replies
- Last post
by Tamar E. Granor
- If our OKI Microline 320 turbo printer always ejects a page after the command <<REPORT FORM myreportfile.frx TO PRINTER NOPAGEEJECT>> in a program, is this in all likelihood a VFP 9 software bug or is there a simple solution other than printing to a text file Could it be a faulty installation Also we've found that in printing 40 reports using VFP9 report forms, 3 or 4 will print out