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 - rupertvz

Pages: 1 ... 19 20 [21]
301
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?

302
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?

303
Web Server - Ask For Help / Re: NetWebForm Browse - Counting Records
« on: September 14, 2011, 01:22:13 PM »
Thanks Bruce,

a) I created a new function with a record-loop to calculate the total

b) I set the total type in the browse to "custom"

c) Do you mean I should put my function-name in the total-field?  How should it be called from here?

304
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

305
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?


306
Web Server - Ask For Help / Re: Checkbox and Radio Button validation
« on: August 23, 2011, 12:48:45 AM »
Hi Bruce,

>> On the "Validation" tab for the Form Settings turn on the option;
>> Wizard: Validate tab on Next.
I have done this

>> Then put some validation on the field.
The checkbox field and radio buttons does not have a validation tab-option ..
The only option is "immediate validation = default"

How do I put some validation on a checkbox field or radio buttons?

307
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 ...

308
Web Server - Ask For Help / Re: Prime LOC variables in NetWebForm
« on: August 22, 2011, 11:15:06 AM »
I am using a "memory" form, and found the answer in an earlier post:

Bruce
"make sure you check the "prime on change" option when adding the field to the priming tab.
Memory forms are always in "change" mode."

I am now able to prime my local variable, however, is there no way to make it work from the "initial value" field property?

309
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.

310
Web Server - Ask For Help / Re: NetWebForm
« on: August 22, 2011, 05:41:15 AM »
Thanks Thys,

The length of the TC is too long for the Initial Value field.
At which embed can I set the text-value instead?

311
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?

312
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 ... 19 20 [21]