Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
@...GET crap
Message
 
To
20/08/2007 13:09:59
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01249115
Message ID:
01249166
Views:
18
Don't you love working with old code, you forget how different things were back then.

Glad I could help you out

Bob

>Correct on both counts. Thanks!
>
>>The !! is in a picture clause which has a control code for each character position meaning there are two characters, both forced to upper case.
>>
>>The last two functions looks like they are referencing varaibles for the definition
>>
>>Can't help you with the middle question, if nobody else chimes in I will dig out my older reference manual tonight and look it up.
>>
>>Bob
>>
>>
>>>What is the "!!" in the first GET for? One "!" would convert to upper, but why two?
>>>
>>>I can't figure out what the ";" is for in the second button.
>>>Or what the "IV" portion of the PICTURE is doing.
>>>
>>>The FUNCTION in the last two don't seem to match the codes in the help. What would "pupdhe" and "pdae" be for? Are the variables maybe?
>>>
>>>
>>>
>>>@ 03 * row_incr + row_plus, 58 GET new_rem ;
>>>	PICTURE '!!' VALID v_find( .T. )
>>>@ 08 * row_incr, 02 GET choice ;
>>>	PICTURE '@*IV ' + REPLICATE( ';', max_view - 1 ) ;
>>>	SIZE 1, 76, 0 ;
>>>	WHEN rem_cnt >= _CUROBJ - 1 ;
>>>	VALID pullrem()
>>>@ 02, 02 GET choice ;
>>>	FUNCTION pupdhe;
>>>	SIZE but_height, but_width, 1 ;
>>>	VALID rec_rem() ;
>>>	DEFAULT( 1 )
>>>@ 03 * row_incr + row_plus, 02 GET edit_del ;
>>>	FUNCTION pdae ;
>>>	SIZE 1, radio_width, 1 ;
>>>	VALID v_edit_del() ;
>>>	COLOR ,,,,,,,,&control1_color,&disabl1_color
>>>
'If the people lead, the leaders will follow'
'War does not determine who is RIGHT, just who is LEFT'
Previous
Reply
Map
View

Click here to load this message in the networking platform