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 ... 31 32 [33] 34 35 ... 45
481
Web Server - Ask For Help / Carousel problem
« on: October 16, 2015, 06:01:20 AM »
this field type don't work see image, try with example 26

[attachment deleted by admin]

482
Web Server - Ask For Help / Re: Gallery Thumbail Question..
« on: October 15, 2015, 09:20:24 AM »
is possible hide the thumbail section??

483
Web Server - Ask For Help / Gallery Thumbail Question..
« on: October 13, 2015, 03:34:51 PM »
How i can set the width and height for thumbails??


484
Web Server - Ask For Help / Re: Supress Header and footer
« on: October 13, 2015, 03:55:29 AM »
with ''' don't work but with any character work..

485
Web Server - Ask For Help / Re: Supress Header and footer
« on: October 13, 2015, 03:47:34 AM »
don't work Page Header Tag = ''

someboby try this?? i try with web1 example..

486
Web Server - Ask For Help / Supress Header and footer
« on: October 12, 2015, 01:12:25 PM »
is possible supress header and footer in netwebform, i have a form for call via paramenter but i need to supress a header..


487
Web Server - Ask For Help / Re: Webservice Question
« on: October 01, 2015, 03:38:18 AM »
do you try this?

the problem is that NetwebServiceMethod don't recognize a blob field and return this error:

Variable expected - C:\Apps\CatastroCasos\CatastroWeb10Test\CatastroWeb10037.clw:245,138

packet.append(all(' ',IndentLen) & '<'&p_web.Nocolon('DocumentContent',Net:SingleUnderscore+Net:NoSpaces)&'>' & p_web.AsciiToUtf(Cod:DocumentContent) & '</'&p_web.Nocolon('DocumentContent',Net:SingleUnderscore+Net:NoSpaces)&'><13,10>')

488
Web Server - Ask For Help / Webservice Question
« on: September 30, 2015, 05:33:49 AM »
is possible that return a image from webservice stored at blob?

489
Web Server - Ask For Help / Errors...
« on: September 14, 2015, 11:43:10 AM »
Illegal data type: XCELL -
ExcelExport     xCell

Unknown procedure label - C:\Apps\CatastroCasos\CatastroWeb10\CatastroWeb10012.clw:325,3
ExcelExport.SetWorkSheet('WebUsers')
ExcelExport.WithWorkSheet('WebUsers')

same problem with example web78

NT V8.56
ST V2.37
XF V2.70

490
Web Server - Ask For Help / Re: Requiered Field Problem
« on: June 20, 2015, 04:27:18 AM »
any News??


I have a concern regarding this product, just see that bruce is the only one that supports and have recently seen that many programmers have died with their products and that we were to start from scratch with another product.

491
Web Server - Ask For Help / Re: Requiered Field Problem
« on: June 16, 2015, 03:18:13 AM »
@p###-##-####p and  @p(###)-###-####p or whatever picture, another problems with this is a place holder when have a field with this settings the field save a value of place holder and dont validate that is a blank field

492
Web Server - Ask For Help / Re: Required Field Problem
« on: June 12, 2015, 04:56:55 AM »
hi lanmicro, with extra code i can validate the field, but NT don't validate a Required field's if have any picture..

493
Web Server - Ask For Help / Requiered Field Problem
« on: June 11, 2015, 05:47:33 PM »
hi i have 2 fields with mask with requiered check but don't validate this fields i need to add extra verification in
validate Insert like this:

if Cat:SeguroSocial = '' or NULL(Cat:SeguroSocial)
    loc:Invalid = 'Cat:SeguroSocial'
    if not loc:alert then loc:alert = p_web.translate('Seguro Social:'). !& ' ' & p_web.site.RequiredText.
    EXIT
END
if Cat:Telefono = '' or NULL(Cat:Telefono)
    loc:Invalid = 'Cat:Telefono'
    if not loc:alert then loc:alert = p_web.translate('Telefono:'). !& ' ' & p_web.site.RequiredText.
    EXIT
END

without picture in a field validate work perfect.

NT 8.42

494
Web Server - Ask For Help / Re: Webservice Question
« on: April 25, 2015, 08:52:17 AM »
why example respose is duplicate detail??

Example Response

HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<dbProduct_response xmlns="Database">
  <ProductDetails>
    <PRO_ID>value</PRO_ID>
    <PRO_NAME>value</PRO_NAME>
    <PRO_RRP>value</PRO_RRP>
  </ProductDetails>
  <ProductDetails>
    <PRO_ID>value</PRO_ID>
    <PRO_NAME>value</PRO_NAME>
    <PRO_RRP>value</PRO_RRP>
  </ProductDetails>
</dbProduct_response>

495
Web Server - Ask For Help / Re: WebService Security??
« on: April 21, 2015, 03:26:51 PM »
don't understand nothing, i need to pass user name and password and then validate user if valid return a web service call with parameter is failed return error with xml format?


Pages: 1 ... 31 32 [33] 34 35 ... 45