Mike is correct but you might also look att he activeX object supplied by IBM for the Lotus notes. However if I remember correctly and it has been about 8 monthes since I did this you will need the version of Notes released about a year ago in order for your users to apply the OCX.
the object...
Sorry to take so long Dave.
No I am not building the cursor on th other PC. However if I understand your comment correctly...
"resetting the control source may lose the defined events." I think that might be part of it. However the code is in the event for the object in the grid...
Dave,
That would be so easy. Unfortunately it is not compiled into exe. If so the message would come back feature not available.
Still puzzling over it.
Dancing is easy. Now dancing on a floating raft in the middle of an October storm in the middle of the North Atlantic, that is hard.
Sounds to me like your record source for your grid might be the temp cursor. Check this in the properties sheet. The cursor would have to be set up with a create cursor command or alternatively in VFP 7 or * as a Select with the parameter READWRITE. Dancing is easy. Now dancing on a floating...
Has anyone ever encountered a situation where the grid control events do not fire?
On my computer the events fire. On another developer's computer the events do not fire.
I placed a set step on in the valid event of the text box for column 7. On my computer it fires. On his computer it does...
Please send to Greywalk@yahoo.com as well.
Thanks,
Paul Dancing is easy. Now dancing on a floating raft in the middle of an October storm in the middle of the North Atlantic, that is hard.
Mike,
The reason I suggested the need for more information is because the solution would vary depending on the email set up.
For instance your solution works with MS products but what if he is using the Lotus suite? Then you would need to implement the activeX control for Lotus.
The other...
The answer to both of your questions is yes. However the method you choose depends on the email your clinet uses as well as the OS he is using.
Dancing is easy. Now dancing on a floating raft in the middle of an October storm in the middle of the North Atlantic, that is hard.
If you are using the report form, I would suggest using the print when button for the field.
If not then use a subset select for your specialthingy.
Dancing is easy. Now dancing on a floating raft in the middle of an October storm in the middle of the North Atlantic, that is hard.
no they do not have to be part of a formset.
Pass the one form to the second as an object with this command.
Do Form 'SecondForm' with ThisForm
add a property to the second form - call it anything such as
lpCallingForm
In your secondform in the init event
Place this bit of Code...
This means per the above...
open your data environment on your table and
remove the table(s) from them
Dancing is easy. Now dancing on a floating raft in the middle of an October storm in the middle of the North Atlantic, that is hard.
interesting enough there is the ability to redimension an active array in foxpro that might solve your event.
here is the afields used to pump the fields into the array that later you will use to create your table.
In this case this is a table with 10 fields so the array created below is...
the press of the F2 key does not change the state of the control so the code does not fire. However sliding the mouse over the control and then clicking is equivilent to pressing the enter key. It changes the state of the control and thus forces an evaluation of the event.
Lostfocus occurs...
I copied the DCO.OCX to the user's windows/system directory and then use the following line to register it.
run /N regsvr32 DCO.ocx
The new Installshield for VFP 7 eliminated the need for this bit of code.
hope this helps. Dancing is easy. Now dancing on a floating raft in the middle of an...
The download site from lotus is:
http://www.lotus.com/developers/devbase.nsf/homedata/dcodownload
just follow the directions.
I have further information. You will need to check your registry. It will have to have in the HKey Class Root under applications the following:
Lotus.NotesSession...
I have downloaded the IBM/Lotus Notes Domino Collaborative Object and when I attempt to send mail through my program. I get a dreaded error message from the ActiveX object. It says
OLE IDispatch exception code 0 from DCO: ActiveX component can't create the object...
Here is the code.
*****...
Klaus thank you for your suggestion. I will have to look at the possibility of the macro. The problem is the workbook will come from an external source which the company has no control over. However there is a possibility in your answer, a macro that can readily be transferred from one sheet...
I need to pull the values from a lotus spreadsheet. For instance I need the values from:
A:C4
A:D12
A:C25
I would like to do this from within VFP. The name of the workbook file will change but the location of the information in the cells will not change. I would just import but there is...
I hate to say it because it sounds so basic but could it be you miss a read events in your main program loop.
i.e. Do mainmenu.mpr
read events Dancing is easy. Now dancing on a floating raft in the middle of an October storm in the middle of the North Atlantic, that is hard.
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.