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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.