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 ... 43 44 [45]
661
Web Server - Ask For Help / Re: Refresh a Field??
« on: December 04, 2012, 02:51:16 PM »
Thanks!!!!

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

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

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

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

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

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

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

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

670
Web Server - Ask For Help / Records in Browse(count?)
« on: November 15, 2012, 10:00:01 AM »
how i can conditional the insert button , i need to disable this
button when records in a browse is >0. I try records(thisview)=0 but
always return 0..

thanks.

671
Web Server - Ask For Help / Wizard Style
« on: November 15, 2012, 09:59:00 AM »
I have a issue when call the form in view mode and a wizard style
the next button doesn't appear in a form.


Pages: 1 ... 43 44 [45]