NetTalk Central

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - CaseyR

Pages: 1 ... 28 29 [30]
436
Hi

I am adding items to a browse using a form that does an automatic lookup to select a value from another browse.  It also assigns a second value to the only other form entry.  The user then clicks Save to complete the transaction.  If the value of the second entry is assigned 1 by the lookup, which it is most of the time,  the user has no option about changing the value.  So I would like to automatically save the form if the auto lookup is successful and the assigned second entry is 1.

Is there any way to do this?  I am not recognizing it in the Client Side options.

Thanks a lot. 

437
Hi, Bruce

I am using 4.28

438
Web Server - Ask For Help / Validation for non-field conditions
« on: August 15, 2007, 11:52:44 AM »
Hi,

I have an XP tabbed form that consists of a series of fields of the primary record and two child browses.   I put a conditional text display on the tab involved to provide error information retrieved with GetValue.   This works fine for the fields of the primary record, but I need to validate the child browses as well.  Here is what I am trying at the bottom of ValidateRecord Routine

  IF MyTest()
     loc:InvalidTab = 2                         !3rd tab displayed
     loc:Invalid = loc:testfield               !A dummy STRING, see below
     p_web.SetValue('ProblemMessage','You must have one entry')
     EXIT
  END

The test and the setvalue work fine, but the app goes on to save the incomplete logical record anyway.   I have tried with and without the dummy STRING variable on the form.

Can anyone point me to a solution for this problem?

Thanks 

439
Hi,

I have a wizard form that has is used to create new logical records consisting of a primary record and two child record sets.  I am using browse/form on different tabs of the main form  to add the child records. Works quite well, except for one problem.  When the user saves the child form, the 'focus' goes back to the first tab of the wizard not the tab with the child browse.  How do I get the tab with the calling browse to be displayed when the user is returning from the child form?

Many thanks. 

Pages: 1 ... 28 29 [30]