FW: Code & screen shot - HTML formatted email
Richard Kreiss
rkreiss at verizon.net
Wed Mar 17 11:30:03 PDT 2010
Per Ken’s request.
1. code
100 ------- - - - - - - - - - - - - - - - -
◄ If:
Then: dim rosie(4)
101 ------- - - - - - - - - - - - - - - - -
◄ If: memo_1 = ""
Then: GOTO addmemo
102 ------- - - - - - - - - - - - - - - - -
◄ If:
Then: rosie["1"]="View Memo";rosie["2"]="Edit Memo";rosie["3"]="Delete Memo”;rosie[“4”]=”Cancel”
103 ------- - - - - - - - - - - - - - - - -
◄ If:
Then: 'rosie["1"]="Edit Memo";rosie["2"]="Delete Memo";rosie["3"]="Cancel”
104 ------- - - - - - - - - - - - - - - - -
◄ If:
Then: sl=listbox(rosie)
105 ------- - - - - - - - - - - - - - - - -
◄ If: sl = "4"
Then: END
106 ------- - - - - - - - - - - - - - - - -
◄ If: sl = "3"
Then: GOTO delmemo
107 ------- - - - - - - - - - - - - - - - -
◄ If: sl = "2"
Then: GOTO ed_memo
108 ------- - - - - - - - - - - - - - - - -
◄ If: ' sl = "1" ‘this works
Then: ' memo 27 edit ("5","15") readonly;END
109 ------- - - - - - - - - - - - - - - - -
◄ If: sl = "1" ‘bleeds thru
Then: memo 27 show ("5","15");END
110 ------- - - - - - - - - - - - - - - - -
◄ If:
Then: END
Screen shot:
Displayed memo:
Blue area of the screen consists of dummy fields which display memos stored in a file called cs_memo which has 2 text fields. The latest “memo” will be displayed.
Note that memos in this case refer to data in cs_memo and note refers to filePro’s memo field.
It appears that just dummy fields are bleeding through.
@keyC will clear the memo window.
Richard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.celestial.com/pipermail/filepro-list/attachments/20100317/15eaa94c/attachment-0001.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 76466 bytes
Desc: not available
Url : http://mailman.celestial.com/pipermail/filepro-list/attachments/20100317/15eaa94c/attachment-0001.png
More information about the Filepro-list
mailing list