-
- Drag and Drop with Listbox
by hangover
- 10 Replies
- Last post
by nautic20
- I have a control consisting of two listboxes which allow the user to drag and drop items from the left listbox to the right listbox to copy them across, or drag and drop items within the right listbox to change their order.
I have got the mechanics of it working reasonably well using the OLEDragDrop methods of the listboxes, however it is not as slick as I would like. There are three improv
-
- Memo file is missing or invalid
by Selim Yucel
- 6 Replies
- Last post
by Mark Milan
- Hello, I have a DBF file an I need to open it. I have VFP9.0 and when I try to open it I get a message suc as: "Memo file C:\....\myfile.fpt is missing or is invalid." Is there a way to open this file I will deeply appreciate advices or ideas.. Thanks.
-
- image from file
by NILKAMAL
- 9 Replies
- Last post
by Naomi Nosonovsky
- hi!
how do i replace image from file
here is my code
DO [C:\Program Files\EZTwain\VFP\EZTwain.prg] TWAIN_SelectImageSource(0) * Get list of devices into memory TWAIN_GetSourceList() LOCAL lcFile, lnImageHandle, lnReply
lcFile = "C:\Documents and Settings\sony\My Documents\New Folder (2)\IMAGES\IMAGE.jpg"
* Get the image lnImageHandle = TWAIN_AcquireNative(0,0) repl
-
- Need better performance with FP Tables
by SerialCoder
- 12 Replies
- Last post
by SerialCoder
- I am working with FP tables from an old warehouse managment system and the SLOOOW performance is killing me. Not being a FP person, I have some general questions.
I have several access databases that have linked tables to FP. These are particularly slow. The server that contains the FP tables has a 100MB Nic on a 10/100 switch. If I changed that out, would my calls be faster
When run
-
- Problem with Vista Windows mail
by JackChiou
- 14 Replies
- Last post
by Naomi Nosonovsky
- Hi everyone,
We have this foxpro 8 program that getting email from Outlook 2000, 2003, 2007 with MAPI32. It works fine until we try it on Vista's Windows mail. Everytime it runs "fetch" and get the meesage, the program will just break and pop up an error message saying
"An error occurred communicating with your MAPI message system. If you are using Microsoft Outlook try ch
-
- DCT FILE
by dni
- 14 Replies
- Last post
by dni
- I have a huge dbc data base. It is working perfect in vfp 7 sp1. When I am trying to use it in vfp 9 sp1, I receive a error in DCT file when I try to browse or use some tables (not at all, jus few tables).
-
- 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
-
- Sqlexec() command line maybe too long.
by Lolu
- 8 Replies
- Last post
by CetinBasoz
- I am trying to post data from a Foxpro file to a sql sever. This has been successful, however when i try adding some more data, it fails (most of the time crashes).
So i have shortened the command line by storing the variable i want to call in "m.Sg_Subject"
I then call this in my sql exec() as shown below:
SQLEXEC(m.temp1, "INSERT INTO MsgInfo (ID, creator, created
-
- OLEDragDrop errors
by hangover
- 5 Replies
- Last post
by Naomi Nosonovsky
- I have written a database application for logging requests, and I am trying to create additional functionality such that the user can drag and drop an Outlook email onto the application and it will automatically create a new record populated with the relevant details (e.g. request date, requestee, etc).
I have got the 'difficult' stuff working fine - i.e. when an Outlook email is dragged an
-
- Display "Running query..." progress bar
by hangover
- 10 Replies
- Last post
by Naomi Nosonovsky
- How do I make the "Running query..." progress bar display when executing an SQL query within my VFP9 application
I have tried both SET TALK ON and SET NOTIFY ON but it is still not displaying. Which other commands can affect whether it is displayed or not
Thanks.
-
- Recursive function call stack cleanup
by FoxCreek
- 3 Replies
- Last post
by CetinBasoz
- Below is a program that calls two recursive functions. With the first one, I am able to watch as the call stack is built with each instance of the function one by one, and then am able to watch as each instance of the function is removed from the call stack, one by one. With the second function, I can watch the call stack grow as each instance of the function is added, but after the last instance
-
- 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
-
- Catch "The uniqueness of primary or candidate key is violated." (Error 1884) in Browse window
by NewVFP
- 3 Replies
- Last post
by NewVFP
- Hi Everybody,
Help me, please
I have problem with unique index.
How to catch the message "The uniqueness of primary or candidate key is violated." (Error 1884) in Browse window (or Grid control). Because I want to display my message instead VFP's meassage.
I use VFP9.
Sorry because my english is not good!
Thanks everybody
-
- Report Designer
by MillBear
- 3 Replies
- Last post
by MarciaAkins
- Hi all
Is there date sorting on the field in the report designer
Thank you.
-
- Opening VFP tables with Fox2.6 (Dos)
by Foxmonkey
- 9 Replies
- Last post
by CetinBasoz
- Hello. I am a novice user of Foxpro, occaisionally using Foxpro 2.6 for Dos for data manipulation. I am wondering if there is an easy and free way to convert DBF files produced with Visual Foxpro with 2.6D. We get batches of files that are produced by some later version (it signs a "30" in byte zero of the header, while our tables have the "03"). I get a message stating it is
-
- VFP 8 Form Issue
by TRJ48
- 8 Replies
- Last post
by TRJ48
- I have developed a form in VFP 8 which has multiple grids on it. It runs fine from VFP but when I run it from the EXE it gives the following error when trying to load the form. Error Loading File - Record Number 66. ResoGrd <or one of its members>. Parent : Not a Table. I checked the parent field in the .SCX and it looked fine - it just had the form name. I tried deleteing all of the objcode
-
- Urgent - Need Help In VFP 8 Deployment
by Hemangi
- 9 Replies
- Last post
by Hemangi
- Hi All,
I have created Package using installshield wizard, but the only first login window of my project appears after just one sec screen remains and then disappears, i have used prg as my main file in project in which i have define menu, however my exe woks fine . what should i do.
Regards
Hemangi
-
- How to Filter Records in a Grid
by msw
- 8 Replies
- Last post
by MarciaAkins
- I have a simple form with a Grid that displays my customer database. I would like to place a combo box at the top of this form and when I start typing in it the records would start filtering down. I Have an index created for Lastname and I can list the records but I can't figure out how to make the filter work as I start typing.
Thanks for your help...Scott
-
- 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 fix the width of a column in grid?
by Lightening
- 6 Replies
- Last post
by AndyKr
- I added a new column to a grid in my form.
But it was squeezed to a vertical thin line though I can expand it using
my mouse pointer. H ow can I let it stay as a fixed width I set its width=75.
Thanks!
-
- Performance problem: Querying fox tables with oledb
by SolB
- 2 Replies
- Last post
by Carl Warner
- Hi, I have a big performance problem querying fox tables using oledb provider from a win32 (C#) application: one select takes 30 seconds to done!!!
Is there anyone who has experience the same problem and has a way to improve querying performance
Thanks!
-
- memo file c:\...\.sct missing or invalid
by silvana113
- 3 Replies
- Last post
by dni
- Hi, plase help me I heve a form and in one moment .sct file is missing, and thear message memo file c:\...\.sct missing or invalid Thanks
-
- 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,
-
- 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
-
- numeric values
by jan_sc
- 2 Replies
- Last post
by CetinBasoz
- hi all,
i would like to know why my columns on grid display numeric values as ***,*** I had set the columns format = !R and inputmask = 999,999.
thanks in advance.
regards.