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

167
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

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


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

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

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

172
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]