Pardon me Baltman, but please tell me whether this code will work on individual row in a column.
What I make out from question is that Lordhawkins wants to trigger the event for individual row.
As for sorting (it is just an example I know), I experimented "SORTING THE GRID ON MULTIPLE...
Lee,
Sorry!! For the last month I wasn't in contact with Tek-Tips. Hence the delay.
If you haven't yet resolved your problem, here is what I do.
Since whatever changes user makes are supposed to be stored in the database, I bind the grid to the table itself using build option of rightclick...
Hi All !!
Twist in The Tale !!!!!
I use MAPI for all emailing-even group mail. It uses whatever default system specified in Internet Explorer's Options. Works great. No hassles.
Puru
John,
I guess when you return to the edit form you are editing the existing record which you just entered. Also other objects must also be displaying the values of the fields in that record.
If this is true, in the event which takes you to edit form add this routine -
STORE fieldvalue TO...
tseegii,
All I could understand is that in the result contains common records and field structure of the result is same as that of Table2.
If you don't want UNCOMMON records DELETE FROM table2. Otherwise SELECT FROM table2 WHERE records are COMMON INTO table3.
PURU
mican,
I have successfully created set up for VFP8 several times. You must include Visual C++ 7.0 Resource also. In addition, Windows components if you are using any.
All these options are provided in InstallShield which is bundled together with VFP8. If you use it you don't have to worry...
Ramani,
A different turn to the topic.
I tried MAPI in my applications. Most interesting part of it is that it gets connected to whatever email system specified in individual user's machine, be it Outlook, Incredimail or LotusNotes whatever...
Whereas if we specify Outlook in the application...
Hi Amills,
Are you using VFP frx files or exporting data from dbf to word mail-merge utility ?
In vfp's frx file you can check as true the option of "Remove line if blank" and "Print only when <>''".
I have provided mail-merge facility that way. It works fine except that...
I mix with common users. They have observed their tendency to click on and off on the form. So it is better to provide RightClick for appending new record instead of Click. Best way would be to have a menu or toolbar with New, Save, Abot changes buttons.
Please refer Order Entry form in...
I am doing it exactly the way Mike has suggested. (var1+";"+var2 and so on)
But kitnba has not specified whether he (or she ? Difficult to make out. Pardon me pl.) is creating the object as Mike has put it.
i.e.
oOutLookObject = CreateObject("Outlook.Application")...
Hi Katie,
In the command only difference I find is, in the conditions for LEADTIME. What is your requirement ?
1) =>3 will include all records having leadtime 3,4,5, etc.
2) ==2 will include those having exactly 2 and no other.
3) =>2 will fetch 2,3,4 and so on.
Decide your requirement...
Hi Victor,
It depends on the version you are using.
If you are using VFP 6 follow this
Add following code to KeyPress event into your form -
IF nShiftAltCtrl=2
DO CASE
CASE nKeyCode=3
SYS(1500, '_med_copy', '_medit')
CASE nKeyCode=22
SYS(1500...
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.