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

Pages: 1 ... 42 43 [44] 45
646
Web Server - Ask For Help / Re: How to refresh a field on a form
« on: December 24, 2012, 07:36:59 AM »
this work for insert and update but not for delete..

647
I have the same problem in version 6.51.

648
Web Server - Ask For Help / NT7 Delete Problem
« on: December 14, 2012, 04:28:58 AM »
i have a form with a browse inside a form, if delete a record(or any child record) the refresh don't work until click the browse or simple don't work, but the record is deleted.

Try example web25 for reproduce the problem.

649
Web Server - Ask For Help / Re: Refresh a Field??
« on: December 10, 2012, 05:18:32 AM »
perfect less code...

Thanks... :)

650
Web Server - Ask For Help / Re: Form Style Question
« on: December 07, 2012, 05:49:32 AM »
in process code priority 5,560 with

 IF p_web.GetSessionValue('UpdateBillofLadings_CurrentAction')=1
           loc:WebStyle = Net:Web:Wizard
   END

work perferct

thanks

651
Web Server - Ask For Help / Form Style Question
« on: December 06, 2012, 05:21:53 AM »
is possible to change the form style in runtime?? if true i need to change the style to wizard for insert and default for change..

652
Web Server - Ask For Help / Re: Refresh a Field??
« on: December 04, 2012, 02:51:16 PM »
Thanks!!!!

653
Web Server - Ask For Help / Refresh a Field??
« on: December 04, 2012, 12:42:59 PM »
I have a drop and i need refresh another field with a value selected in drop, i have this code in my: Validate::Bil3:RouteId Routine, 5 Add Server Code Here:

CASE Bil3:RouteId
      OF 6 OROF 7
          Bil3:ShipperId = p_web.GSV('Cus3:CustomerId')
          Bil3:ShipperName=p_web.GSV('CustomerName')         
      END
      do Refresh::Bil3:ShipperName   ! Field is auto-validated
      do SendMessage

This field Bil3:ShipperName is that i need to refresh after select a value in my drop

I put a message and the variable have a correct value but the screen is not refresh.

654
Web Server - Ask For Help / Re: conversion from 5 to 6 problems...
« on: November 29, 2012, 09:10:48 AM »
see attach, ViewBillofLading is create in version 5 and UpdateCustomer is create with v6.

Clarion 8 9661
NT 6.51

[attachment deleted by admin]

655
Web Server - Ask For Help / Re: SQL and Identitys
« on: November 29, 2012, 08:30:28 AM »
Bruce, i always use Identity with Sql Server and use superInvoice when need a childs in a form without know the parent id, then after parent inserted the superinvoive capture id and then save a childs, how i can create similar approaches with NTWB.

656
Web Server - Ask For Help / SQL and Identitys
« on: November 29, 2012, 04:13:28 AM »
which is the best approach for management  Parent/Child with Nettalk and SQL Server.

I needed a form with parent data and childs data but i don't have the parent id, for desktop application i have Super Invoice.

657
Web Server - Ask For Help / Re: conversion from 5 to 6 problems...
« on: November 29, 2012, 02:26:23 AM »
yes..

658
Web Server - Ask For Help / Re: conversion from 5 to 6 problems...
« on: November 28, 2012, 02:44:07 PM »
see the attachment in the left image is a embeds from version 5 and the right is a new form 6 in same application.

and both is a NetWebForm

[attachment deleted by admin]

659
Web Server - Ask For Help / conversion from 5 to 6 problems...
« on: November 28, 2012, 04:50:04 AM »
i have a issue when convert from 5 to 6, after convert i see that embeds not equal, if i create app from scratch the embeds PostInsert, PostDelete, PostUpdate appear, but not after convert from 5 to 6.

660
Web Server - Ask For Help / Re: Wizard Style
« on: November 16, 2012, 03:13:58 AM »
see the attachment, the form is in view mode and the next tab and button doesn't appear..

[attachment deleted by admin]

Pages: 1 ... 42 43 [44] 45