-
- Case sensitive
by dalegoble
- 2 Replies
- Last post
by Naomi Nosonovsky
- I am using a view of a table on a form. How do I set up a filter that is not Case sensitive. When I put in data now unless its just like it (Caps) it shows (o) records. I have tried using (Like), (=) with no luck. Thanks For Your Help Dale
-
- 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
-
- visual foxpro to excel
by Lakshmi N
- 5 Replies
- Last post
by PB_UK
- Sir,
I have 2 excel sheets.
one sheet contains sapcode,sapname,grpcod,prdcod,amt
another sheet contains sapcode,so many other fields and amt
both sheet contains multiple sapcodes
now my job is to
1. read first sheet into a dbf (sum(amt) group by sapcode because multiple sapcodes)
2. read second sheet into a dbf (sum(amt) group by sapcode because mul
-
- How to open a tiff file ?
by c y h
- 7 Replies
- Last post
by Naomi Nosonovsky
-
- Cursors Help
by Anomaly
- 8 Replies
- Last post
by Anomaly
- Hello, I need to create a cursor to store information of two tables. This I can do, but how do I take the information I pulled into the cursor and apply it to a report I am having difficulties coming up with a solution. Thank you in advance, Anomaly
-
- Little Doubt with Grids
by Paramu
- 14 Replies
- Last post
by Paramu
- Hi There,
Actually I have a Grid containing 2-columns, and through the Add Object Method, I added the object of Combobox to the grid [column1]. Also the Combobox is having 2-columns...datas from table.
When I click the 1st column of grid the combo box is acting properly..
My requirement is, If I select the First column of combobox, The First column data is replacing to column1 o
-
- ComboBox Control
by Ahsan Amin
- 14 Replies
- Last post
by Naomi Nosonovsky
- I have to to fill a combo box control with a table fiels with 'Please Select' at top.
-
- How can I trap ALT key in KeyPress Event of TextBox or Form ?
by nrpanda
- 7 Replies
- Last post
by Tamar E. Granor
- Hi !
I have developed a simple form with 5 textboxes and 2 command buttons. I want to trap ALT key in the KeyPress event of TextBox or Form. I am able to trap Shift Key in KeyPress event of both TextBox and Form only. When I am putting code line {Read Event} in Form.Activate event, then I am able to trap CTRL key. But in no way I am able to trap ALT key. I am using Microsoft Visual Foxpro 6.0
-
- visual foxpro 6.0 software
by Lakshmi N
- 14 Replies
- Last post
by Lakshmi N
- where can i find visual foxpro 6.0 software download for free
-
- How to create a calendar in report?
by Lightening
- 9 Replies
- Last post
by Naomi Nosonovsky
- Trying to create an event calendar in VFP6 report
Have a table with 2 columns, cText, dDate
Created a group based on Week(dDate) -- group by every week.
Add 7 fields for dDate value across a row, with each like
iif( dow(dDate)=1, " "+SUBS(DTOC(DDATE),4,2) +" Sunday","")
iif( dow(dDate)=2, " "+SUBS(DTOC(DDATE),4,2) +" Mon
-
- Index On
by Somebody2
- 6 Replies
- Last post
by Naomi Nosonovsky
- I have a form with a listbox and a textbox. The listbox displays the contents of a table and is indexed by a name field in alphabetical order, so it displays all of the names in alphabetical order. I want to text box to modify the selection of the listbox. Is it possible to reindex so that the names would start with a different letter Say for example that I input R. Can I get it to index so the f
-
- Why I can not read all kind of registry?
by Nigel36
- 3 Replies
- Last post
by Stuart Dunkeld
- I use the method GetRegKey, but with this, I can read only the registry that type is REG_SZ , but I need to read also the registry that type is REG_DWORD.
With What I can obtain the value of registry whom type is REG_DWORD
I have Windows XP, and use VFP9
Thank you.
-
- 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
-
- receive value returned by an exe
by RavindraPatil
- 4 Replies
- Last post
by dni
- dear friends,
I want to know how is it possible to recieve a value from a standard exe file and store it in a variable
e.g.
if "returnvalue.exe" file returns a number that is to be stored in a variable "mvalue". how to do it
-
- Using server's date/time.
by Aleniko29139
- 6 Replies
- Last post
by Aleniko
- Hi;
Is there a way to make VFP use the server's date/time in the different date functions
I have XP stations on Win2003 server and some machines sometimes have a
messed up date. Transactions are updated with the incorrect date
because the stations are not set to the right date / time.
Thanks,
Aleniko
-
- Viewing pdf
by gamease
- 6 Replies
- Last post
by Naomi Nosonovsky
- Can someone show me how to view pdf file in a form (.sct)
-
- Saving a variable to file
by Kadrin
- 5 Replies
- Last post
by Don Higgins
- Is there a way to save a variable to a text file I need to take a look at a variable inside a program I am debugging and need to do so without the program open.
-
- Can we write TSR program for DOS and a Service program for Windows OS, in Visual Foxpro ?
by nrpanda
- 2 Replies
- Last post
by nrpanda
- Hi,
Can we write TSR program for DOS and a Service program for Windows OS, in Visual Foxpro
If Yes, then can be done through VFP 6.0. and HOW
Which one is better and more secured way
Please Give some ideas, if possible with example.
------------------------ A VFP 6.0 programmer
-
- image
by dalegoble
- 5 Replies
- Last post
by Aleniko
- On a new record I would like for my customer to be able to pick a photo from somewhere on his system, after he selects the file it would copy the file and save it to a image dir. in the program dir, link this image to that record and show this picture when ever the record comes up on the form. Is this possible Thanks Dale
-
- Private data Session for Prg Files?
by Sammy Adems
- 3 Replies
- Last post
by AndyKr
- Is it possible to set a prg file to a private data session
For most of my reports I have an associated prg file to handle
all the data processing, and then call the report to format the data the data
out on viewing\printing. I am currently using a DataSession class (basically a
form with a private datasession) that handles
theses report calls. Since the prg is called from a D
-
- I can't see the content of the last field of the record
by Markspiz
- 14 Replies
- Last post
by CetinBasoz
- I tryed to open a "dbf" table with VFP to read some data with mi preferred platform (VFP). But in the last field of the record I can't read the right data (VFP return all blanks fileds). If I try to MODIFY STRUCTURE of the table in VFP the lenght of the record is 1614 bytes, an other utility for managing dbf table give me a record size of 1870 bytes. Is there a way to read this table cor
-
- finding duplicates with a query with fox 6 or 9...
by ibbm
- 12 Replies
- Last post
by ibbm
- Is there anyway to do a query that displays only duplicate records Preferrably in 6 as I'm not ready for v9.
Thanks as always!
-
- Do while/if difficulties
by Anomaly
- 3 Replies
- Last post
by Don Higgins
- Hi, I am working on a program and in part of it I am using the SEEK command. After it I need to know if it was found in order to continue, if !FOUND I need to repeat what came before the SEEK, is there a way to jump up a few lines in a DO WHILE
-
- "Multiple-step operation generated errors. Check each status value."
by Steve-0
- 14 Replies
- Last post
by Steve-0
- I am getting the following error when trying to update an existing Foxpro database using the VFPOLEDB.1 provider and ADO: "Multiple-step operation generated errors. Check each status value."
I have tried about every combination of cursor types and locations but cannot get it to work. Here is my code:
Dim ADODBConnection As New ADODB.Connection()
ADODBConnection.Con
-
- Will VFP6 work with Windows Vista
by Derek Dowle
- 13 Replies
- Last post
by CDFAUX
- My company operates a series of VFP6 runtime databases successfully in the Windows XP environment.
We currenly have one PC loaded with Windows Vista. When the runtime setup is run it does not install the runtime files onto the Vista PC.
Can VFP6 work in the Windows Vista environment
How can this problem be overcome
Many thanks in anticipation.