Answer Questions
Don A editbox programmatic change
I am looking for an easy way to determine if I've made interactive change in an editor box. The issue is that there are about 16 controls on a container, they are initialized from a table record thus their values at activate time generally are not trivial default. I have to save the changes with a SAVE button if I made any but I want this button's click method to quickly determine which control values have been changed. I do not want to do REPLA ...Show All
JerryP How to skin Visual Foxpro Forms & Controls
Hi, How i skin my visual foxpro application I am tring vfpskin 3.0 but it can't skin commandgroup,shape & pageframe. Please tell me any other solution. Thanks I turned into an almost expert on this class. It is VERY easy to use. Pop it on a form. Right Click on it and go to the Properties menu. Click on the OTHER Menu TAB. Look for CSKINNAME property. This is where the nam ...Show All
Jimbrowsky how can we connect to a server which is connected to a modem router?
I have here also a question for the experts regarding also our server connection which is connected to a dsl line. I have no problem connecting to our server using dial-up, but if I try to connect via internet by supplying the remote with the static IP address for that server. it won't work. I contacted and explain my problem to the personnel responsible at our I.S.P. here, he just told me that the problem is in the APPLICATION i am using. he sa ...Show All
Michael Sabbag How to tell if cancel was clicked in the print dialog.
Can you capture the cancel in print dialog in vfp VFP 9 Ok I see how both work but am confussed in how to combine and make it work. :) Please give me a little more guidence. Doug dsmerchek wrote: Can you capture the cancel in print dialog in vfp Which version of VFP are you using - the answer depends on it.... In t ...Show All
Raven.Liu MS Access Switchboard?
Does VFP offer anything like the switchboard in Access I would like to create several forms & just be able to click on a link to open whatever form the user wants at that time. Any suggestions There is nothing prebuilt in VFP to do this, but you can easily create a form, drop commandbuttons on it and add the necessary logic to run the required forms. If the form needs to be dynamic based on u ...Show All
Bob Lan editbox programmatic change
I am looking for an easy way to determine if I've made interactive change in an editor box. The issue is that there are about 16 controls on a container, they are initialized from a table record thus their values at activate time generally are not trivial default. I have to save the changes with a SAVE button if I made any but I want this button's click method to quickly determine which control values have been changed. I do not want to do REPLA ...Show All
Syri frmpanemanager.setpane
I get this error message from an OLE when I try to open a form with run command in interactive mode. The debugger says that the source code is unavailable. The call stack is as follows: frmpanemanager.setpane frmpanemanager.init ClassLib: forxpaneengine.fxp The file path leads to a directory in C:\\documents and settings\\..... That's it. I have never seen this object before. What can I do about it Thanks. Regretably it did no ...Show All
Eva DELORD Need for handbook
hello all, I just want to ask you if anybody knows anything about a handbook to be used in order to get quick knowledge of Visusal FoxPro, for a programmer level. thanks in advance, Good ideas, small code snippets here: http://www.tek-tips.com/faq.cfm pid=184 Another good forum: http://www.leafe.com/forum/index.php Besides the help files you could check some of the following: ready-made Solution Samples that come with Visua ...Show All
Humphrey McGee Inserting and Updating images file from VFP9 to SQL Server 2005
i am developing a form where i am collecting personal information such as name, address and signature of the person as a bmp file........ i am saving the data in the SQL Server 2005 . My front end is VFP 9 forms. i am building a SQL query to insert the record....... the prob that i m facing is that i cannot concatenate the image type with the SQL string that i m building the insert works fine if i dont try to insert the image the imag ...Show All
paul Dierick Treeview stops answering
Hi, all. I'm needing some help with a rather strange problem: I have a form with aTreeview (ActiveX Control) in it. There's a routine that calls another form. Funny thing is: if I trace this routine and form (using the SET STEP ON command) it works perfect. On the other hand, if I run it normally, when I lose the second form, the Treeview stops responding to the mouse, I.E it doesn't scroll or allow the user to click a node. I have no ...Show All
Blue Einstein Packing a table
I am posting a piece of code that works quite well for me in interactive mode but not after an .exe file was created. When the execution comes to the PACK command I get an error message: "The file must be opened exclusively." I do not understand why it is so. If I click "ignore" I actually see a double (or any multiple) of my record set since the next step for me is to fill the table with some records. SELECT &cAlia ...Show All
janverge VFP 9 and Installshield
When I try to create a setup for my app written in VFP 9, I am getting the following error in Installshield: ISEXP : warning -4354: The build was unable to extract COM information from the file C:\MyApp\MyApp.DLL in component MyApp.DLL. Please ensure that the file is self-registering and verify that the self-registration process does not fail. I am running Windows 2003. Any tips or leads on why this is happening As the foxpro install walkthrou ...Show All
wndii Fatal Exception Code C0000005
I work for a company that has written a Rental Software program in Visual Fox Pro 7.0. We don't constantly get the message and its become nearly impossible to track down exactly whats going on. During in house testing we on occassion will find the error. But recently it seems to be happening a lot to our customers where it happens in unusual place at time when printing reports or just random areas before printing the contract o ...Show All
Ali Khawaja FoxPro v9 vs Visual dBASE Plus 2.01 BDE 5.2.02
Hi there. I just installed a Visual FoxPro 9.0 and started "playing" with it. Tried to create a table - it is straightforward and then a form. It seems to be a rich platform. Something puzzles me though. I do have extensive experience with Visual dBASE PLUS and previous versions in terms of OO language and form/table designer. Thus I am trying to compare. I am attempting to migrate to MS software/platforms wholesale since the dBASE is offering l ...Show All
amersa can i just use sql to get this?
date transfer 20050101 200.00 20050103 -100.00 20050530 95.30 ... SQL to get: date transfer balance 20050101 200.00 200.00 20050103 -100.00 &nbs ...Show All
