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 ... 9 10 [11] 12
151
Hi Guys,

When a user clicks the "next" button in a NetWebForm(Wizard) multiple times, the wizard skips all the tabs (without checking validation) and can progress to the very last tab ignoring all previous tab validations.

I found this to happen when the user has a slow connection, clicks the next button (which now reacts slower than usual), the user clicks next again and again ... when the connection catches up, it progress through the tabs without any checking.

I tested and couldn't replicate the same behaviour in IE, but definitely happening in Firefox.
Any way to fix this?

Thanks for the help ...
Rupert


152
Web Server - Ask For Help / Date (Min-date & Max-date)
« on: November 23, 2011, 07:05:39 AM »
Hi Guys,

In a NetWebForm I have a date field, with a min-date & max-date value.
Thus the user could only select a date range between these two values.

The date-field validations are off.  Thus when the dates are empty, or should be able to accept with 'zero' dates. 

However, it always require a date within the limits, even when the validation for the field is off.
Is there a way to make this work?

153
Web Server - Ask For Help / NetWebBrowse range limits
« on: November 23, 2011, 06:00:51 AM »
Hi Guys,

I am going into a NetWebBrowse from a NetWebForm(Wizard) procedure.
I am creating a new record with a unique "record ID" in the NetWebForm procedure, prior to opening the browse.

From the NetWebForm, I am storing the unique "record ID" in a session variable "A".

How can I limit the NetWebBrowse records to the unique "record ID" created in the NetWebForm?

I have created a local variable in the NetWebBrowse and limit the browse-records to the local variable value.

In the NetWebBrowse procedure, I have tried to set the local variable to my session variable using (p_Web.GSValue), but it doesn't work.

I think I am using the incorrect embed in the NetWebBrowse to load the LOC: value?

154
Web Server - Ask For Help / Hover text
« on: November 18, 2011, 05:13:59 AM »
Hi Guys,

I am using a NetWebForm (Wizard) for a site.

Just below the NEXT, PREVIOUS & FINISH buttons, it shows some text when I mouse-over some of the controls.
The "hover text" is not in the right place and it could be as a result of some "styles"  file that is missing.

Can the hovering be switched off altogether?
Can it be fixed?  I am not sure where it is suppose to show?

155
Web Server - Ask For Help / Security and SSL
« on: November 15, 2011, 04:51:17 AM »
Hi Guys,

If I don't use SSL for my site, how safe is the data integrity on my site?
We don't accept any credit cards and don't handle highly confidential information.

I realize that this question is relative.

However, some information re hacking possibilities may help us decide whether we should consider implementing SSL.

156
Web Server - Ask For Help / Handling table records
« on: November 13, 2011, 01:25:36 PM »
Hi Guys,

I have a NetWebForm calling a NetWebBrowse.
On the tab after the browse in the NetWebForm I'd like to "handle" and check the records being added by the user and give totals or warning upon their input.

I have added code in the "NextTab, Start" embed to loop through the records in the table, but for some reason my loop and record handling doesn't want to work.

Here is my code: * This code is only suppose to count the records according to the key-value ...


CASE lower(p_web.PageName)
OF lower('fWizard_nexttab_' & 8)

   ACCESS:TABLE.OPEN()
   ACCESS:TABLE.USEFILE()

   RESET(TABLE,1)                                                  !Reset the record pointer

   TABLE:REC_ID = GLO:REC_ID                                 !GLO:RecID stored in previous instance
   SET(REC_ID_KEY,REC_ID_KEY)
   LOOP UNTIL ACCESS:TABLE.Next() <> LEVEL:Benign
      IF TABLE:REC_ID = GLO:REC_ID
          TOT:Cnt += 1
      ELSE
        
         BREAK
      END
   END

   ACCESS:TABLE.Close()

157
Web Server - Ask For Help / Radio button in IE doesn't show
« on: November 11, 2011, 02:14:18 AM »
Hi Guys,

I am using a NetWebForm (Wizard),
On my first tab I have a radio button.  The radio button shows in Firefox, but not in IE.

Will appreciate any help, not sure what can cause this to happen ...


[attachment deleted by admin]

158
Web Server - Ask For Help / Printing from NetWebForm or NetWebBrowse
« on: October 30, 2011, 12:57:01 PM »
Hi Guys,

This is my first attempt at printing from a NetWebForm or NetWebBrowse.
I read through a few topics in the forum, but can't get the buttons to call my report procedure from the app-tree.

I added a button in the parent NetWebForm to the "tab" section (below the browse being called)
The button shows below the browse on the page, but when I click the button it attempts to open another page, and doesn't call the report-procedure.  I did link the report to the "procedure" field of the button, and not the URL field.

I would prefer not to use a printing button on each of the browse record lines.
Thus, just one button below the browse.

I will appreciate any advice.

159
Hi Guys,

I am trying to show an image on a NetWebForm(Wizard) procedure.
I have done this previously without a problem on another form.

This time I am unable to get the width of the image resized.
I have tried using the template support for an image and specified the width and height.
When this didn't work, I inserted some xHTML code on the "text line" and tried setting the width and height in HTML.  This also failed. 

The height is adjusting, but not the width.

I am not sure what could interfering with the image size settings,
I also looked at the CSS class, but can't get it fixed.

I will appreciate any possible suggestions ...

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

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

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

163
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)?

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

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

Pages: 1 ... 9 10 [11] 12