for those following along with an interest in grids, believe it or not,
this seems to have fixed it.

You can download the compiled exe at http://www.VirgilBierschwale.com in a
bit ( I need to zip it and upload it after testing a few more things) if
you want to play with it to see what I'm doing, and if you know of somebody
that holds these benefit auctions, feel free to give them a copy as I
should have it completed, and tested in a few more days.

add this to the valid procedure for column7

DO case
CASE UPPER(thisform.grid1.column7.text1.Text) = "Y"
* donated back
SCATTER memvar
SELECT soldlist
APPEND BLANK
GATHER memvar
SELECT item_auction
WAIT WINDOW "Enter a new bidder number to resell this item - Press any key
to continue"
CASE UPPER(thisform.grid1.column7.text1.Text) = "N"
* did not donate back
SCATTER memvar
SELECT soldlist
APPEND BLANK
GATHER memvar
SELECT item_auction
DELETE && want to remove it from the available to sell list
OTHERWISE
WAIT WINDOW "Must be a Y or a N - Press any key to continue"
ENDCASE
thisform.grid1.Refresh

add this to the valid procedure for column4

*WAIT WINDOW thisform.grid1.coLUMN4.text1.text
SELECT bidder
SET ORDER TO bidder
SEEK thisform.grid1.column4.text1.Text
IF FOUND()
* WAIT WINDOW bidder.first_last
m.biddername = first_last
SELECT item_auction
replace bid_name WITH m.biddername
ELSE
WAIT WINDOW "Couldn't find a match"
ENDIF
SELECT item_auction
thisform.Refresh()



On Sun, Apr 27, 2014 at 11:26 AM, Alan Bourke <[email protected]>wrote:

> Think they're bad in VFP, try finding one that works in a web
> application that doesn't require 4 weeks of learning how to set it up,
> or paying Telerik or someone a grand for theirs.
>
[excessive quoting removed by server]

_______________________________________________
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/capuy6vnmaeqidvhxah48wg3fabycjyq+2og6jokufunsqgg...@mail.gmail.com
** 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