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

Pages: 1 ... 9 10 [11]
151
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..

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

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

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

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

156
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 ... 9 10 [11]