|
Home > Archive > FoxPro Help and Support > December 2005 > help with page frames
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
help with page frames
|
|
|
| The company i am working with did a functional convertions from 2.6Dos To
VFP6 , so the forms are frsEd_comm->pagefram1->page1-> & all the controls
..How do i assign a value from a comdoBox to a variable . As m.variablename =
this.cmbchoose is not working . I have done done conversions before but they
were not functional conversions , it was more like creating a form & placing
controls and the code i had used before was thisform.controlName & it worked
but with pageframe i dont know ....... So please Help
Thanks a lot in advance
| |
| Josh Assing 2005-12-09, 1:25 pm |
| Not sure how "thisform.controlname" ever worked for assigning variables.
Try pageframe1.page1.control.VALUE
On Fri, 9 Dec 2005 09:27:03 -0800, "SHAY" <SHAY@discussions.microsoft.com>
wrote:
>The company i am working with did a functional convertions from 2.6Dos To
>VFP6 , so the forms are frsEd_comm->pagefram1->page1-> & all the controls
>.How do i assign a value from a comdoBox to a variable . As m.variablename =
>this.cmbchoose is not working . I have done done conversions before but they
>were not functional conversions , it was more like creating a form & placing
>controls and the code i had used before was thisform.controlName & it worked
>but with pageframe i dont know ....... So please Help
>Thanks a lot in advance
--- AntiSpam/harvest ---
Remove X's to send email to me.
| |
|
| layouts.Hello Josh,
Thanks for taking out time to help me . Attached please find a copy of my
screen shot which might help you with the code i am trying and the page
layouts . I really appreciate your help....
"Josh Assing" wrote:
> Not sure how "thisform.controlname" ever worked for assigning variables.
>
> Try pageframe1.page1.control.VALUE
>
>
> On Fri, 9 Dec 2005 09:27:03 -0800, "SHAY" <SHAY@discussions.microsoft.com>
> wrote:
>
>
>
> --- AntiSpam/harvest ---
> Remove X's to send email to me.
>
|
|
|
|
|