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.
Pages: [1]
1
Web Server - Ask For Help / Re: TakeCompleted embed?
« on: November 10, 2016, 12:54:28 AM »
from Bruce: To answer this one - the routine you want in the form is ValidateRecord.
another one for example:
Webform UpdateAction:
Routines
Value Routine (of that field)
triggers when that window opens
and everytime you make a change in that field
another one for example:
Webform UpdateAction:
Routines
Value Routine (of that field)
triggers when that window opens
and everytime you make a change in that field
2
Web Server - Ask For Help / TakeCompleted embed?
« on: November 10, 2016, 12:07:14 AM »
I am developing the first web-app and have a lot of question like: were do I this, how do I do x. Lots of embeds I do not understand...
I have to figure out a lot of things because is does not work like a 'normal(?) Clarion app.
So: is there an embed like: 'TakeCompleted' where I can do some coding before /.during the record save.
Or even a OK button embed,
I have to figure out a lot of things because is does not work like a 'normal(?) Clarion app.
So: is there an embed like: 'TakeCompleted' where I can do some coding before /.during the record save.
Or even a OK button embed,
3
Web Server - Ask For Help / Calculate a Total field
« on: November 09, 2016, 10:53:33 AM »
I have a Webform Activities - ACT:ID - ACT:MorningHours - ACT:AfternoonHours - ACT:TotalHours
|
Webform: same fields - the field ACT:TotalHours is a 'Display' field. The fiels 'Text' has:
p_web.GSV('ACT:MorningHours') + p_web.GSV('ACT:AfternoonHours') and that works, It shows the calculation.
the problem:
The value (from the calculation) is not saved in the record, therefore the field ACT:TotalHours in the browse = 0
How/where can save it to the record,
Bruce wrote: see Priming tab, "On Save" option...but that does not work. (btw I dod not see 'on save' , but 'Assign on save' which is probably what he meant.
Thanks, Piet
|
Webform: same fields - the field ACT:TotalHours is a 'Display' field. The fiels 'Text' has:
p_web.GSV('ACT:MorningHours') + p_web.GSV('ACT:AfternoonHours') and that works, It shows the calculation.
the problem:
The value (from the calculation) is not saved in the record, therefore the field ACT:TotalHours in the browse = 0
How/where can save it to the record,
Bruce wrote: see Priming tab, "On Save" option...but that does not work. (btw I dod not see 'on save' , but 'Assign on save' which is probably what he meant.
Thanks, Piet
4
Web Server - Ask For Help / button on a browse - 'in row' button
« on: November 05, 2016, 07:37:36 AM »
Hi,
I've seen questions like this before, but cannot find what I want.
I have a browse with several columns and one button ('in row'). Browse file = Actions
(one of the columns = ACT:CustomerID)
The button ('other') must open a Form with a record from another file (table): Customers with that CustomerID)
(The Action file has a relationship with Customers)
How can I open that form?
Please help me, I am stuck.
Kind regards, Piet
I've seen questions like this before, but cannot find what I want.
I have a browse with several columns and one button ('in row'). Browse file = Actions
(one of the columns = ACT:CustomerID)
The button ('other') must open a Form with a record from another file (table): Customers with that CustomerID)
(The Action file has a relationship with Customers)
How can I open that form?
Please help me, I am stuck.
Kind regards, Piet
5
E-Mail - Ask For Help / Sendmail via Gmail
« on: August 21, 2014, 05:31:19 AM »
I have a (not web) app with Nettalk Sendmail. Sending mail via Gmail : port 465, name, password SSL on: no problem. The same settings are used by the web-app I have. When I use Sendmail here the mail is not send - error about SMTP. In the left-lower corner of my window I see: Waiting for the local host....
6
Web Server - Ask For Help / Refresh Form
« on: July 02, 2014, 06:02:02 AM »
I have a form on which the customer can select a contractID. If the contract has a certain value the extra tab should show or hide. To show or hide the tab is in the 'Tab Condition' . This works only after the record is saved (I mean after save and re-open the form). How can I 'refresh' the form after the user has selected the contract?
7
Web Server - Ask For Help / Re: Calendar translation
« on: May 21, 2014, 11:04:41 AM »
Sorry, found it.
8
Web Server - Ask For Help / Re: Calendar translation
« on: May 21, 2014, 11:00:39 AM »
Thanks Bruce. The first step ...but what about the 2 buttons on the Calendar: Today and Cancel
9
Web Server - Ask For Help / Calendar translation
« on: May 21, 2014, 01:15:43 AM »
I have a field on a (web) form 'Date' - so it displays a Calendar. The text on the Calendar is English. Where can I change / translate that to Dutch.
Answer from Bruce: "you'd have to edit the calendar.js files"
But where can I find this ? It seems that there is also a calendar.htm file
Answer from Bruce: "you'd have to edit the calendar.js files"
But where can I find this ? It seems that there is also a calendar.htm file
10
Web Server - Ask For Help / Display field from another file
« on: May 20, 2014, 12:00:51 AM »
I have a webform where the user can fill in workinghours. The user fills in the date and then selects a Contracts browse. This contract shows the hours he/she has to work according to this contract, say 40 hours. After selecting this contract I want this value (40 hours) to display on the webform. So I added this field (CON:ContractHours) on the webform. Then the users fills the field the amount of hours he/she worked. Problem: this (CON:ContractHours) field does not display the value. https://dl.dropboxusercontent.com/u/28861924/UpdateWindow.doc
Pages: [1]