-
- Retrieving values of every selected item in a listbox
by mrpaully
- 6 Replies
- Last post
by Naomi Nosonovsky
- Does anyone know how to get the string of every selected item in a listbox I seem to only get the last selected item and not the rest. I have foxpro V9 SP1 Cheers...
-
- How to disable Foxpro screen?
by Joe Au
- 14 Replies
- Last post
by AndyKr
- I have a project with one screen form only. When I run the execute, the screen form is within the foxpro's screen. How do I make the screen form as the only window form shown on screen
Thanks.
Joe.
-
- Visual Foxpro linked server with deleted records
by bstuart1976
- 18 Replies
- Last post
by bstuart1976
- Hello I am trying to add a visual fox pro linked server in MSSQL and I can create the connection however it doesn't work. I have the SQL server service running under the domain admin account and it can view 1 table and that is it. I need to see deleted records as well if any one can help that would be great. this is the connection string that I am using.
/****** Object: LinkedServer [AC
-
- Locate Command
by Ahsan Amin
- 5 Replies
- Last post
by Fox Me Up
- I am trying to compate a textbox value with field value and using found() function to check if found or not. I am entering the same value as it is in a table field but found() function returns false. I am using the following code:
LOCATE FOR ALLTRIM(SubName) == 'thisform.txtSubName.Value' IF FOUND() MESSAGEBOX("This subject already exists") RETURN ENDIF
-
- do I have to close tables in DE?
by Lightening
- 9 Replies
- Last post
by Naomi Nosonovsky
- I have several tables in the DE of a form.
When I close the form, do I have to
Select myTable
Use
.....
to close these tables in the Destroy or Release event
Or do they automatically close by themselves when the form is released
-
- Wrangling a Grid
by HiredKiller
- 5 Replies
- Last post
by MarciaAkins
- I know that this is bucking the norm, but I am trying to use a grid to edit data in a cursor that I have created from a local table.
The problem I am having is that the columns containing numeracle values or integers, the control becomes readonly.
I have the grid on a form, and I am assigning the recordsource and controlsource
programmatically after creating the cursor in the Init meth
-
- Foxpro 5.0 : Excel Automation : change a memory variable to a row number
by c y h
- 4 Replies
- Last post
by c y h
-
- intermittent failure to display jpegs on form
by Marc Bachman
- 7 Replies
- Last post
by Naomi Nosonovsky
- I have a form which displays two values from a record, one is a text file, and the other is a jpeg, the text file and the jpeg are in adjacent controls. I have gotten the text to display with some effort, but some of the jpegs just won't display. They have been adjusted to a pixel dimension convention so that they are optimally sized, and under 100kb. In and earlier thread, I was advised that sinc
-
- How to make a stand alone exe in VFP 9.0?
by Guna.G Raj
- 3 Replies
- Last post
by Carl Warner
- Hi
I wand how to mack starndered alone exe in VFP 9.0
-
- Qick Sql question
by Brad McCormick
- 4 Replies
- Last post
by CetinBasoz
- Good Morning Everyone, Quick question, how can i use a variable with a like statement as in select * from table where col1 like var
-
- Make thumb nails
by Sammy Adems
- 6 Replies
- Last post
by Sammy Adems
- What is the easiest way to auto create a thumbnail from a
large image in FoxPro
Thanx
Sam.
-
- Proper practice - using class properties in forms/reports.
by Aleniko
- 11 Replies
- Last post
by dereck27
- Hi all; A pretty simple question: lets assume I have a class which is used for entering a range (customers, dates etc). It consists of 2 text boxes. I am dropping this class into a form which is producing a report. My question: What is the common/best way of accessing the control source of the textboxes in the class I can do any of the following: - Access them directly by their relative names (ie
-
- Retrieving varchar(max) and varbinary(max) fields
by Ilmar1
- 2 Replies
- Last post
by Ilmar1
- I have a test database that contains a varbinary(max) field and a varchar(max) field.
when I do a
Select * from test where id = xx
I get the expected results if my connection string uses
'driver= SQL Server'
but these two fields return no data if I use
'driver= SQL Native Client'
the other fields in the record come back with no problems.
Is there anything special I need
-
- New to Visual FoxPro
by youngseanyoung
- 6 Replies
- Last post
by youngseanyoung
- Greetings & Salutations,
I'm new to the software, but the company I recently joined has been using it for ten years to create their proposals. Trouble is, they are using version 0.921.8.
My question is this . . . is it worth trying to find a resource I can utilze to upgrade my datatbase within this old a version, or am I better off just starting from scratch.
-
- VFP9 - Windows Vista - proble with writing in ProgramData folder
by Klaudiusz Witoszek
- 5 Replies
- Last post
by Klaudiusz Witoszek
- Hello,
I have application lately moved from VFP8 to VFP9. As it is recomended for Windows Vista, I have program files installed in "Program Files" folder. There's no any write operations to this folder. DBF files are installed into "ProgramData" Windows Vista special folder. I tested it on my Vista test machine with UAC turned on and it works fine. It works fine also on
-
- Properties/methods missing
by djames_wol
- 2 Replies
- Last post
by djames_wol
- Looks like I've got a serious problem. Had a near crash of my Acer Ferrari 4000 over the weekend from which I recovered. Didn't notice any problems until today, doing some simple coding and realized that a new label I created was missing some properties. Uninistalled, reinstalled, SP1 installed. For example, label1 (older) Arial, Blue, 10pt. New label: Arial, however I can't adjust the Forecolor o
-
- unique
by NILKAMAL
- 5 Replies
- Last post
by Alex Feldstein
- hi!
please help me out for this problem
is it possible scan image from scanner for perticular size cos when i scan it scan blank space too
and also in my table have like 10 field with id is primary key but i need one field no duplicate (e.g if driver Lic # i need unique no , no duplicate )
thanks
-
- File is in use by another
by RavindraPatil
- 2 Replies
- Last post
by Lakshmi N
- Hi all,
One of my client is using my inventory program (developed in FoxPro 2.6 for windows) for last 4 years without any problem.
Two days before client's computer operator reported to me the following situation;
"I just turned on pc. First thing I did after that is I started your program and suddenly got an error message 'FILE IS IN USE BY ANOTHER' and stopped on the line 'INDEX ON
-
- 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&
-
- table question
by dvidal
- 4 Replies
- Last post
by SharathMum
- Hi,
I don't know how to check if a fox table has a list of atributes or fields in a specfied order. For example, I have a table employee and I want to know if it has the fields id_employee, employee_name and employee_hiredate in this order. This verification will be included in a fox program.
Does someone know how to solve this
Thanks,
-
- About imgscan.ocx
by xuyca
- 6 Replies
- Last post
by Jwalant Natvarlal Soneji
- Hi, I had a prgram in Windows 2000 using imgsan.ocx that registered in window 2000. It was running good. But When I change the platform in Window xp. It occurs an error that It doesn't locacate the class. Even though I copy this class imgscan.ocx into the current dir. It still doesn't work. Can anybuddy help me Thx a lot.
-
- 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
-
- How to disable Foxpro screen?
by Joe Au
- 14 Replies
- Last post
by AndyKr
- I have a project with one screen form only. When I run the execute, the screen form is within the foxpro's screen. How do I make the screen form as the only window form shown on screen
Thanks.
Joe.
-
- Expecting Advise on A Graphics Problem
by Lord Arokh
- 3 Replies
- Last post
by Lord Arokh
- Hi Everybody,
I've project, that I have to use a custom worldmap and show some other drawing according their coordinates.Now I managed to draw the worldmap with FORM.LINE method.
To zoom in/out I have to scale the worldmap. When I scaled 10x or much more times I can see the part that is on the form. And the other parts of the worldmap which is extended out of the form is lost. Because the LI
-
- Storing the path of an image in a VFP9 table
by Eduardo D
- 3 Replies
- Last post
by CetinBasoz
- How can i store the path of an image in a table the path is c:\fish\cat.bmp
After storing the path how can i retreive this image using a form. Im using VFP9