It´s the .h file with strings like

#DEFINE FILENOTEXIST_LOC"File does not exist: "

#DEFINE TAGNOTFOUND_LOC"Index tag not found."

and so on.

I use the vfp9 console, if I need a grid I just drop it on the form
with mouse drag and drop.
1. Create the form as a class first with the grid on it using drag and drop
2. this.oForm= CREATEOBJECT([GridForm])
3. WITH this.oForm            
        .Top  = nTop + 46     && if needed
        .Left = nLeft + 5     && if needed
        .nTotVda= nVal        && some property in GridForm
        .Visible= .T.
        .BizInit()            && if needed calling after creation
        .Show(1)
        nOpt= .nExit          && some return value
   ENDWITH 

HTH, E.

>Is this what u want ?
>
>      I am not sure.
>
>   1) The problem that I am having seems to be with how to create a 
>grid.  In particular, createobject() does not seem to work.  I would 
>need the calling sequence, too.
>
>   2) There appears to be something missing as well.  What is 
>"e:\vfpmain\include\generic.h"?
>
>[snip]
>
>Sincerely,
>
>Gene Wirchenko
>
>
>_______________________________________________
>Post Messages to: [email protected]
>Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
>OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
>Searchable Archive: http://leafe.com/archives/search/profox
>This message: http://leafe.com/archives/byMID/profox/
>** All postings, unless explicitly stated otherwise, are the opinions of the 
>author, and do not constitute legal or medical advice. This statement is added 
>to the messages for those lawyers who are too stupid to see the obvious.
>
>
>

--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to