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.


Topics - rupertvz

Pages: 1 ... 10 11 [12]
166
Web Server - Ask For Help / Hiding a tab based on drop-down condition
« on: October 24, 2011, 06:37:53 AM »
Hi Guys,

On a wizard-form;

Is it possible to hide a tab based on a drop-down value selected on a previous tab?
I notice in some earlier posts that the dynamic option was not yet supported, not sure if it is supported already?
I am trying p_web.c002:field = 1 as a condition, but doesn't work.
Not sure where I am going wrong ...

167
Hi Guys,

Is there a way to disable the option for "prevent this page from creating additional dialoques"?
We don't want the user to be able to disable the dialoques ...

[attachment deleted by admin]

168
Web Server - Ask For Help / Drop down list - default to specific value
« on: October 11, 2011, 06:06:19 AM »
Hi Guys,

Is it possible to default a drop-down list to a specific record?  For example from a country master file, default to "South Africa".

I tried to "prime" the field, but it still doesn't default to the value.

169
Web Server - Ask For Help / E-Mail address validation
« on: October 10, 2011, 01:39:19 PM »
Hi Guys,

In a NetWebForm (wizard) with field for e-mail address.
Is there any way to validate an e-mail address (for example the @ sign)?

170
Web Server - Ask For Help / JavaScript Icons
« on: October 04, 2011, 01:05:14 PM »
Hi Guys,

Is there any way to change the colour of the JavaScript icons?  The orange arrows.
For example the Wizard-Next icon:  'arrowthick-1-e' ?

I managed to change the actual button style and hover properties, but not sure about the "default" orange icons.

171
Web Server - Ask For Help / Enter key & immediate validation
« on: September 19, 2011, 07:52:39 AM »
Hi All,

Is it possible to change the default "tab-key" between fields to the "enter-key" instead?
I have seen an option somewhere, but can't find it again in NetTalk ...

I am using a NetWebForm wizard,
I have switched "immediate" field validation to YES.
The "validation" messages only appears after the user clicks NEXT.
Is there a way to show it immediately after the user skipped the field?

172
Web Server - Ask For Help / Set Session Value
« on: September 14, 2011, 01:35:25 PM »
Hi All,

I am having difficulty showing the value that I have set in a session variable;
Not sure where I am going wrong ...

I am using a NetWebForm (wizard) procedure and setting the variable upon "NEXT-TAB", "START" embed:
p_Web.SetSessionValue('LOC:Name','abc')

I populated LOC:Name on the next tab,
However, on the subsequent tab(s) the variable is blank?

On a standard Clarion window, I would use DISPLAY to update the window-variables. 

What am I missing here?

173
Web Server - Ask For Help / NetWebForm Browse - Counting Records
« on: September 12, 2011, 04:11:13 AM »
Hi Guys,

I want to be able to count the total records in a NetWebForm Browse procedure.

The Browse records are spread across pages, and therefore the browse template ONLY counts the records on the current page.

I would like to show a summary (example:  total number of records), on the next tab of the NetWebForm

Will appreciate some help.

Best Regards
Rupert

174
Web Server - Ask For Help / Text field in NetWebForm
« on: August 23, 2011, 01:00:37 AM »
Hi Guys,

Is there a way to make a text field in NetWebForm NOT resizable?


175
Web Server - Ask For Help / Checkbox and Radio Button validation
« on: August 22, 2011, 01:14:14 PM »
Hi Guys,

On a NetWebForm, form-style:  Wizard ..
What will be the best way to validate a selection of a Checkbox or Radio Button?

For example:  The user should not be able to click NEXT, when the checkbox is off ...

176
Web Server - Ask For Help / Prime LOC variables in NetWebForm
« on: August 22, 2011, 11:05:36 AM »
I am trying to prime local variables in a NetWebForm, but the variables won't show the "default" values.
I have tried setting the initial value of the LOC variable, as well as setting the value in the field-priming section, under NetWebForm settings.

177
Web Server - Ask For Help / NetWebForm
« on: August 22, 2011, 04:37:48 AM »
Hi Guys,

I am still fairly new to NetTalk - feeling my way around ...

I am using a NetWebForm and form-style:  Wizard
On the second tab of the wizard, I'd like to add some Terms and Conditions in text format.
Should only show on the second tab of the wizard.

I went to the XHMTL section of the NetWebForm procedure and inserted text for TC's here, BEFORE(/TABLE)

it shows in the right spot, but on all the tabs.

I have also tried the following condition for the XHTML section: 
lower(p_web.PageName) = 'fwizard_nexttab_0'

* Then doesn't show at all.

Any advice please?

178
Hi Guys,

We are looking for the best online payment API to interface with NetTalk.

I had a look at PayPal, because they have a connection with FNB, and I thought it may be easier for money withdraws, etc.

However, we realized that they only accept USD as payments and not in ZAR.

I am not sure whether we should / can use a credit-card company, such as MASTER CARD directly?

Will appreciate some advice,

Pages: 1 ... 10 11 [12]