Answer Questions
Peter Sarrett VFP9 printing issue with multiple detail bands and group subtotals and/or summary totals
I have a report with one group and a summary total. Adding a new detail band, a big new feature added by VFP9, lead to incorrect totals/subtotals. I am using VFP9 SP1, behavior80, but is the same with behavior90. Steps to duplicate: 1) Run this code create table PRINCIPALE ; (AGENTE C(2), ; N_DOCUMENT C(5), ; D_DOCUMENT D, ; TOTALE N(5), ; & ...Show All
R_S_Chandrashekar Foxpro, or Access, or Filemaker?
I was a professional foxpro programmer 9 years ago, and haven't used it since. I have written some fairly large programs, including my first, which was the tax collection system for Samoa. My last version was the first windows version. Unfortunately, that version, will no longer run on the current XP operating system. I now own a wedding photography business, and need to track leads, and send emails, write invoices, and keep track of servic ...Show All
Kyrios detect shutting down of client from the server
I install my Internet time monitoring system application and it works fine, But the only disadvantage with my application is that when the user shut'sdown or restart the client pc even at a normal procedure way, without informing the net attendant at the server, (not pushing the restart button or ON/OFF button) my application at the server can't detect that the workstation shuttingdown or restarting. ...Show All
newgreen Philadelphia VFP User Group -- Wednesday, March 8
Wednesday, March 8, 2006 7 PM Church on the Mall, Plymouth Meeting Mall, Plymouth Meeting, PA Topic: (Logical) n-tier design in your VFP applications For the past 4 years, I have been using a design methodology called "n-tier design." I will explain the concepts/ideas that go into n-tier designs, and share a real, live project designed in VFP9 that I intend to deliver to a client any day now. We'll go through each of the ...Show All
Khaja Imtiyaz Day Time Picker little trouble.
Back in Visual dBase days we used regular spinners for dates but here in Fox the spinners do not seem to like dealing with anything but numeric values. I placed three day/time picker controls on two different containers that are supposed to become visible or invisible depending on some buttons being pressed. I am certain the pickers' parents are the containers however when I make the containers invisible (setting .visible to .F.) the pickers sta ...Show All
homerc44 upgrading to visual foxpro 9
Hello everyone, My employer recently started asking me about visual foxpro 9. I am a network administrator who has very little programming abilities. I am wondering how hard it would be to upgrade our current system, on foxpro 2.6, to visual foxpro 9. I told her it might require some schooling. Time is not an issue, we are not looking to upgrade immediately. How hard is it to do and what steps do you go through Is it simplying useing the ...Show All
JP28 DBclick
the dbclick event can't be effect after i wrote program in mousedown event in grid control.how can i fix it thank you Hi guys,i fixed it now.it's working after i remove the thisfrom.refresh from when nButton = 1 . thank you very one Jet A button would work, either on the form or in an adjacent column. The other way is to workaround it, but it's a bit of a pain. You might add a timer: On the first mouse down, start the timer. ...Show All
Trane Co Engineer Don Embed a report into a form…
i would like to Embed a report into a form… Is this possible If so how Thanks Sammy Not quite sure what you mean here. A report is either printed, run to file, or run to preview. The preview, by default is its own self-generated window, but you can specify the output destination with the PREVIEW IN WINDOW clause. However, you cannot use a form as the destination for output - a VFP fo ...Show All
Hans Malherbe Using Browse command in VFP9
I used FPW2.6 untill a month ago , since then I convert most of my old programs to VFP9 , all is working fine except one major problem I have , the Browse command is not working in an stand alone EXE program , I know I can use the grid option but still the browse command was an easy way to display records in a file, is there a way to use the browse command in an EXE file Thank's for help Thank's , I don't hav ...Show All
RobinLennox Performance of VFP 5.0 vs. VFP 9.0
Looking to move to newer version of foxpro but was wondering if anyone has done some testing on the performance and resource requirements for an application written in VFP 9.0 vs VFP 5.0. Assume free tables being used initially. Any information would be greatly appreciated. Performance is good in general but I never thought it as the primary reason to make a move. Your existing code might not be fully compatib ...Show All
alx5799 Using VTable interface of Excel Component from FoxPro 8.0
I am writing a FoxPro program that uses the Microsoft Excel component in order to generate a XLS file. However, FoxPro is evidently using the IDispatch form of the Excel interfaces instead of the VTable interface. How do I write the program so that FoxPro will use the VTable interface instead Your welcome. 70000 rows is not too much, strange you needed it. Check CreateObjectEx() and sys(2333). My curios ...Show All
IanBlackburn Dot Net Examples with VFP
I am seriously thinking about starting to use some of the dot net features within VFP. Where would be a good place to start with some maybe code examples of how to call dot net functions... or how this can be worked.. (beyond data access and web services) I am more interested in desktop applications at this point. But any pointers would be helpful.. Thanks so much . Bob Lee ...Show All
sudeepunnikrishnan MSComctlLib.TreeCtrl.2 Problem
Working with the treeView Control I ran into an unexpected problem. It appears to be impossible to collapse a node branch programmatically. Collapse is an event, not a method and when I tried to use it as a method I could not get anywhere. I also tried to employ DblClick with the same negative result--the tree does not budge. Aside from Collapse I will need Expand as a method not event, although I am using it as even already. The expansion ...Show All
David Gibbs VFP9.0 Data Access from .NET
Hi all I am trying to acces VFP 9.0 Data from a asp.net web site and here is the problem In the visual web developer express when I hit "View in browser" The web page comes up correctly then I copy it to \\localhost\vfptest and open it in the browser and get an error indicating that vfpoledb cannot find/open the specified file. So then I go back to VWD and set the project to the IIS directory directly and hit "view in browse ...Show All
rjcox Ascii Key Code for Right Click
Is there an ascii key code that I can check for like I do for any other key I could not find anything in help on this subject. I want to test if someone right clicked on a OLE object that has no Right Click event. Don Higgins Crew Chief Pro Software www.crewchiefpro.com Marcia gave me the correct answer on another forum. The trick is to use the MOUSE UP Event for the object (because every mouse ...Show All
