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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by greywalk

  1. greywalk

    Lotus Notes

    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...
  2. greywalk

    Grid control events not firing

    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...
  3. greywalk

    Grid control events not firing

    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.
  4. greywalk

    Grid Issue

    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...
  5. greywalk

    Grid control events not firing

    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...
  6. greywalk

    Getting MAC address

    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.
  7. greywalk

    GROUP EMAIL WITH A PERSONALIZED WORD DOCUMENT

    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...
  8. greywalk

    GROUP EMAIL WITH A PERSONALIZED WORD DOCUMENT

    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.
  9. greywalk

    How do I filter child records in a Datareport

    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.
  10. greywalk

    Accessing Objects on Different Forms

    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...
  11. greywalk

    Problem with Print Preview, I need help!!!!!!!!!

    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.
  12. greywalk

    Creating a Table from certain Fields in another Table

    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...
  13. greywalk

    FoxPro Gotcha?

    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...
  14. greywalk

    Need to use an OCX to another machine

    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...
  15. greywalk

    Email and Notes and VFP using the DCO.OCX

    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...

Part and Inventory Search

Back
Top