Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: MrDataGuy
  • Content: Threads
  • Order by date
  1. MrDataGuy

    Moving Cursor from 1 Datasession to another w/o losing long field name

    I have a number of business objects each with their own private datasession. Sometimes I need to create a cursor that needs to be used by the object that has instantiated the biz object. Solution: pass in the number of the datasession being used by the ‘main’ object to the biz object, and have...
  2. MrDataGuy

    Crystal Reports has hide the Formula Editor (and I want it back)

    I am using the built in Crystal Report in VB.net 2008 and when I click to bring up the Formula Editor it is hidden. (I think it may be off my screen someplace.) Any ideas how I can get it back so I can do the needed editing? (BTW I have 3 screens hooked up so that might be a clue.) Lion...
  3. MrDataGuy

    How to allow a Browse in a VFP EXE

    Sometime ago I asked the question on how to have a browse in a VFP exe. (For those who do not know the browse has issues when attempted as part of an EXE, e.g. the browse does not show up at all. ) The standard answer to this is to use a GRID control (And that it what I did for the recent...
  4. MrDataGuy

    Needing a better way to layout code.

    First of all this question not one of those: “if I do not get an answer to my question then my application will not work, and the word will end” situation. It is in the “There has to be a better way” category. Ok here goes I have some screens/forms that have some ‘repeating’ code in them and I...
  5. MrDataGuy

    Compile issue with a FLL file.

    In my application I have the following code: … <Other code> SET LIBRARY TO LOCFILE( [vfpcompression.fll] ) ZipOpen( m.Output_Zip_File ) ZipFolder( m.pDir_of_files_to_Backup, .F.) ZipClose() .. Other code. In development everything is working OK, but when I go to compile it into an EXE...
  6. MrDataGuy

    Foxpro to/from web recommendations

    Bottom line question: Ideas on how to solve the challenges listed below. Solutions do not have to be limited to VFP centric, e.g. I do also program in .Net, and open to other languages and solutions My Background: Extensive VFP experience, but very limited Web Centric development experience...
  7. MrDataGuy

    Form closing when it should not.

    Bottom line I have a form that is closing when I do not want it to, and I need some ideas why that is. Details: A form (Lets call it the PUI: Pick Up Information) is being called/instantiated from another form as a dialog form. The PUI has a few spinners, a checkbox, a couple of read only...
  8. MrDataGuy

    How to allow customer access to VFP Application

    OK folks I am going out of my comfort zone and I would appreciate some sage advice. Here is the back ground. An old client of my just recently contacted me and they want me to upgrade an old fox application. This application was first started in FoxBASE and finished in Fox Windows. They have...
  9. MrDataGuy

    How to pause the keyboard input?

    I have a textbox that number are entered into. I am allowing the user to type a ‘-‘ to reduce the number by one, and ‘+’ to increase it by one. (In the Keyup method there is code looking for e.KeyCode = Keys.Subtract and = Keys.Add). The code does more then adding or subtracting but that is a...
  10. MrDataGuy

    Best Practice Question: Many parameters, different methods.

    I have a situation where two different methods are getting the same list of parameters. (Specifically Adding and updating a row in a grid: Me.grdInfo.Rows(I).SetValues(A,B,C…) and Me.grdInfo.Rows.Add(A,B,C…) ) Now I am thinking to myself: Self when I add a new column or need to change a...
  11. MrDataGuy

    Wanted tricks for multiple area resizing

    I am about to create for a client a form that will have somewhere around 6-9 (Design still not set) “areas” (Panels) in it, where there will be a graph in each ( via foxgraph see http://vfpx.codeplex.com/wikipage?title=FoxCharts&referringTitle=Home ). This will be a dashboard page for my...
  12. MrDataGuy

    Do containers have data sessions?

    I hope I am missing something simple, e.g. a property name that I have forgotten. OK here is the question; Can I give a container its’ own datasession? For example a form can have a data session and of course the Session class has one. Why am I asking? Well I have a form that will have a...
  13. MrDataGuy

    How to show a missing browse window.

    OK folks I am embarrassed to even ask this question, I know I am missing some so obvious, but I am driving myself nuts and I am hoping someone take mercy on me, but go head and poke fun at me I deserve it (but you still need to provide an actual working answer <smile>) Here is the situation, I...

Part and Inventory Search

Back
Top