![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||||
| |||||
|
|
I have removed the min & max buttons from my dlg form AND I wish I could remove the exit button but… |
|
I want to find a contract # in one of 2 places using a dlg form. Once found I want to place the records in a :PRIV:tableframe on another form and open it. |
|
I have created a dlg form asking the User to enter a Contract # (string) and if I click ANYTHING or CANCEL my dlg returns false to the calling form and goes no further – this is good. If I click OK my dlg returns true to the calling form and opens it – this is good. If I click the ‘ x ’ button – it does not execute the cancel code , not good !!!! |
|
Also my form is not displaying the input field – what am I doing wrong? |
|
I run Cash Form and it calls the dlg (basic) form via ARRIVE I am using: setfocus, keyphysical, arrive events |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Jeanette, Peter hasn't been around for a while. First, please give us the URL of the page where you got his file, so we can be sure we know what revision of the code you're using and can look at that for answers. See inline. Liz Jeanette wrote: I have removed the min & max buttons from my dlg form AND I wish I could remove the exit button but… Put the form in design mode, and change its window style (one of the options from when you right click on the form's title bar). I want to find a contract # in one of 2 places using a dlg form. Once found I want to place the records in a :PRIV:tableframe on another form and open it. I'm pretty sure cmView wasn't made to do all this. (just mentioning) I have created a dlg form asking the User to enter a Contract # (string) and if I click ANYTHING or CANCEL my dlg returns false to the calling form and goes no further – this is good. If I click OK my dlg returns true to the calling form and opens it – this is good. If I click the ‘ x ’ button – it does not execute the cancel code , not good !!!! See above for how to be rid of the x. Alternately, look for posts which include menuCanClose (I believe) for how to trap all methods of closing a form. Also my form is not displaying the input field – what am I doing wrong? I thought cmView included a form you had to use... Will check when you tell us where to find the rev you're using. I run Cash Form and it calls the dlg (basic) form via ARRIVE I am using: setfocus, keyphysical, arrive events Note that I would not do anything in these events other than this: self.postAction(UserAction+1) OR someObjectName.postAction(UserAction+1) ...where the +1 could be +<some other valid number if you're using 1 elsewhere ...otherwise you could be interfering with the event model. Liz |
#5
| |||
| |||
|
|
I want to create a dlg so the User can enter a Contract # (string) |
|
After the input I will check it’s validity If OK do ‘stuff’ Load in a PRIV tableframe Would like to do this in ARRIVE, INIT or OPEN Display the form with the PRIV table data If not OK display message Don’t open form |
|
ALSO, I am not sure which cmVIEW I should use. |
#6
| |||
| |||
|
|
I am trying to use CmView by Peter Zevenaar and am having THE WORSE TIME: |
|
I sent below to 'seven (AT) paradoxcommunity (DOT) com' but it came back undeliverable. I am trying to use CmView by Peter Zevenaar and am having THE WORSE TIME: It could be that I have done nothing else the last few days but try to troubleshoot what I am doing wrong and the brain is fried - sorry. I have removed the min & max buttons from my dlg form AND I wish I could remove the exit button but… I want to find a contract # in one of 2 places using a dlg form. Once found I want to place the records in a :PRIV:tableframe on another form and open it. I have created a dlg form asking the User to enter a Contract # (string) and if I click ANYTHING or CANCEL my dlg returns false to the calling form and goes no further – this is good. If I click OK my dlg returns true to the calling form and opens it – this is good. If I click the ‘ x ’ button – it does not execute the cancel code , not good !!!! Also my form is not displaying the input field – what am I doing wrong? I run Cash Form and it calls the dlg (basic) form via ARRIVE I am using: setfocus, keyphysical, arrive events var method TIA Jeanette |
#7
| |||
| |||
|
#8
| |||
| |||
|
#9
| |||
| |||
|
|
PETER! How goes the war in The Netherlands? Hopefully well for you! Nice to see you are still around and kicking. --------------------------------------------------------- Tony McGuire |
#10
| |||
| |||
|
|
TONY! You mean the Korean war? ;-) |
|
See my post to Liz... |
![]() |
| Thread Tools | |
| Display Modes | |
| |