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 ... 33 34 [35] 36 37 ... 45
511
Web Server - Ask For Help / Re: REST with NT
« on: October 23, 2014, 09:45:45 AM »
Bruce, both i have a customer that required read data from this services

http://www.satasgis.crimpr.net/crimgis/rest/services/Mapas

512
Web Server - Ask For Help / REST with NT
« on: October 23, 2014, 04:39:18 AM »
Hi, somebody use Rest with nettalk?

http://www.restapitutorial.com/lessons/whatisrest.html

513
Web Server - Ask For Help / Re: SelfService Issue with webserver
« on: August 28, 2014, 03:42:01 AM »
check which account used in your service, i have a .exe with ABCFree NTService for 3 years running without a problem, create a local account and used this

514
Web Server - Ask For Help / Re: MultiSite Question
« on: August 21, 2014, 03:11:51 AM »
hi bruce, i remove unnecessary templates but with winevent template NT generate this errors, without  winevent compile without problems.


Unknown directive, ignoring: LARGE_ADDRESS
Unresolved External ds_SetOkToEndSessionHandler in host.obj
Unresolved External ds_SetEndSessionHandler in host.obj
Unresolved External ds_GetFileDirEntry in host002.obj
Unresolved External WinAlert in host002.obj
Unresolved External WinAlert in host002.obj
Unresolved External ds_GetFileDirEntry in host002.obj
Unresolved External ds_LoadDllProc in host002.obj
Unresolved External ds_LoadDllProc in host002.obj
Unresolved External WinAlert in host036.obj
Unresolved External WinAlert in host036.obj
Unresolved External WinAlert in host011.obj
Unresolved External WinAlert in host011.obj
Unresolved External WinAlert in host014.obj
Unresolved External WinAlert in host014.obj
Unresolved External WinAlert in host015.obj
Unresolved External WinAlert in host015.obj
Unresolved External WinAlert in host020.obj
Unresolved External WinAlert in host020.obj
Unresolved External WinAlert in host023.obj
Unresolved External WinAlert in host023.obj
Unresolved External WinAlert in host030.obj
Unresolved External WinAlert in host030.obj
Posted on: August 20, 2014, 04:33:58 AM
Posted by: terryd

515
Web Server - Ask For Help / Re: MultiSite Question
« on: August 20, 2014, 06:28:38 AM »
With clarion 6.3 NT 7.33 i have this error when compile

ds_ErrorCode(), i comment this line for eliminate a error


(host002.clw 576,28)  Syntax error: Cannot call procedure as function
(host002.clw 577,28)  Syntax error: Cannot call procedure as function
res = ds_UnloadDLLProc(ThisWebServer._SitesQueue.WebHandlerProcAddress,ThisWebServer._SitesQueue.DLLInstance)

same as ds_ErrorCode()

but i don't how to resolve this:

Unknown directive, ignoring: LARGE_ADDRESS
Unresolved External ds_SetOkToEndSessionHandler in host.obj
Unresolved External ds_SetEndSessionHandler in host.obj
Unresolved External ds_GetFileDirEntry in host002.obj
Unresolved External WinAlert in host002.obj
Unresolved External WinAlert in host002.obj
Unresolved External ds_GetFileDirEntry in host002.obj
Unresolved External ds_LoadDllProc in host002.obj
Unresolved External ds_LoadDllProc in host002.obj
Unresolved External WinAlert in host036.obj
Unresolved External WinAlert in host036.obj
Unresolved External WinAlert in host011.obj
Unresolved External WinAlert in host011.obj
Unresolved External WinAlert in host014.obj
Unresolved External WinAlert in host014.obj
Unresolved External WinAlert in host015.obj
Unresolved External WinAlert in host015.obj
Unresolved External WinAlert in host020.obj
Unresolved External WinAlert in host020.obj
Unresolved External WinAlert in host023.obj
Unresolved External WinAlert in host023.obj
Unresolved External WinAlert in host030.obj
Unresolved External WinAlert in host030.obj

516
Web Server - Ask For Help / MultiSite Question
« on: August 20, 2014, 03:26:29 AM »
somebody compile succesfully multisite with a minimun of required of templates?

according manual:

Requirements:
 Clarion 6 or later
 WinEvent
 xFiles
 GPFReporter (highly recommended for crash protection)
 HyperActive (required by GPF Reporter)
 SelfService (recommended)
 MessageBox (recommended)
 File Manager 3 (recommended)
 Insight Graphing (recommended)

i try with a minimun but generate multiple errors.

517
Web Server - Ask For Help / Re: Page Header Tag on demand?
« on: June 16, 2014, 04:59:11 AM »
I don't have any code in my PageHederTag only a different menu, my idea is chage a default PageHeaderTag when user is loggin and send a diferrent Menu, in my WebServer i add this code in _SetSessionLoggedIn and _DeleteSession:

Get(s_web._SitesQueue,1)
  s_web._SitesQueue.Defaults.PageHeaderTag = '<!-- Net:PageHeader1Tag -->'
  Put(s_web._SitesQueue)

and work in conjuction with a code in IndexPage.

518
Web Server - Ask For Help / Re: Page Header Tag on demand?
« on: June 12, 2014, 04:30:17 AM »
i attach exmple, i need to change de pageheaderTag in runtime like a  themes, go to indexpage to see the code, the indexpage change only in indexpage, after login go to any option in a menu and the pageheadertag go to default pageheader, only home paga change to paageheadertag1.



[attachment deleted by admin]

519
Web Server - Ask For Help / Re: Page Header Tag on demand?
« on: June 11, 2014, 04:50:56 AM »
i have a little advance, i need to change in runtime the default pageheadertag i tre with this code inside indexpage and body routine:

 p_web.site.PageHeaderTag='<!-- Net:PageHeaderTag -->'

but how i can refresh the site after assing the value?

520
Web Server - Ask For Help / Re: Page Header Tag on demand?
« on: June 11, 2014, 03:50:11 AM »
is the same last app sample post, in indexpage in body routine i put the code.. or try with any sample a put same code, the different between in Page Header Tags is a menu, i need a different Menu according conditions because my width page is limit to 938 and the options inside a menu exceeds the limit.

Thanks..

521
Web Server - Ask For Help / Page Header Tag on demand?
« on: June 10, 2014, 07:20:14 AM »
i try to call a page header tag according a value but create a double header, in my IndexPage i put this code in body routine.

body  Routine
  ! Start of "Top of Routine"
  ! [Priority 5000]
     if p_web.GetSessionLoggedIn() = 0 
        
        !s_web._SitesQueue.Defaults.PageHeaderTag = '<!-- Net:PageHeaderTag -->'
  ! End of "Top of Routine"
  packet.append(p_web.AsciiToUTF(|
    '<<!-- Net:PageHeaderTag --><13,10>'&|
    '<<!-- Net:F:xmain --><13,10>'&|
    '<<!-- Net:PageFooterTag --><13,10>'&|
    '',net:OnlyIfUTF,net:StoreAsAscii))
  ! Start of "Bottom of Routine"
  ! [Priority 5000]
     ELSE
      packet.append(p_web.AsciiToUTF(|   
     '<<!-- Net:PageHeader1Tag --><13,10>'&|         
      '<<!-- Net:F:xmain --><13,10>'&|
      '<<!-- Net:PageFooterTag --><13,10>'&|
      '',net:OnlyIfUTF,net:StoreAsAscii))
  END

522
Web Server - Ask For Help / Re: _sendFile how??
« on: June 07, 2014, 05:57:24 AM »
sorry Bruce  but didn't understand anything...

523
Web Server - Ask For Help / Re: _sendFile how??
« on: June 07, 2014, 03:45:16 AM »
i don't is correct but working for me in HandleTag:
Thanks

CASE  UPPER(p_TagString )

OF 'F:XHEADER'
   CASE SELF.GSV( 'LANG' )
   OF 'ENGLISH'
      self._SendFile( CLIP( LONGPATH( PATH())) & '\Web\Header_English.html',0)
   OF 'SPANISH'
      self._SendFile( CLIP( LONGPATH( PATH())) & '\Web\Header_Spanish.html',0)
   END

OF 'F:XHEADER1'
   CASE SELF.GSV( 'LANG' )
   OF 'ENGLISH'
      self._SendFile( CLIP( LONGPATH( PATH())) & '\Web\Test_English.html',0)
   OF 'SPANISH'
      self._SendFile( CLIP( LONGPATH( PATH())) & '\Web\Test_Spanish.html',0)
   END

OF 'F:XMAIN'
   CASE SELF.GSV( 'LANG' )
   OF 'ENGLISH'
      self._SendFile( CLIP( LONGPATH( PATH())) & '\Web\Main_English.html',0)
   OF 'SPANISH'
      self._SendFile( CLIP( LONGPATH( PATH())) & '\Web\Main_Spanish.html',0)
   END

OF 'F:XFOOTER'
   CASE SELF.GSV( 'LANG' )
   OF 'ENGLISH'
      self._SendFile( CLIP( LONGPATH( PATH())) & '\Web\Footer_English.html',0)
   OF 'SPANISH'
      self._SendFile( CLIP( LONGPATH( PATH())) & '\Web\Footer_Spanish.html',0)
   END

OF 'F:XREGWIZTAB2' OROF 'F:XREGWIZTAB3'
   CASE SELF.GSV( 'LANG' )
   OF 'ENGLISH'
      self._SendFile( CLIP( LONGPATH( PATH())) & '\Web\RegWiz2_English.html',0)
   OF 'SPANISH'
      self._SendFile( CLIP( LONGPATH( PATH())) & '\Web\RegWiz2_Spanish.html',0)
   END

OF 'F:XLOCATIONS'
   CASE SELF.GSV( 'LANG' )
   OF 'ENGLISH'
      self._SendFile( CLIP( LONGPATH( PATH())) & '\Web\Locations_English.html',0)
   OF 'SPANISH'
      self._SendFile( CLIP( LONGPATH( PATH())) & '\Web\Locations_Spanish.html',0)
   END
     
OF 'F:XSPECIALOFFERS'
   CASE SELF.GSV( 'LANG' )
   OF 'ENGLISH'
      self._SendFile( CLIP( LONGPATH( PATH())) & '\Web\Specials_English.html',0)
   OF 'SPANISH'
      self._SendFile( CLIP( LONGPATH( PATH())) & '\Web\Specials_Spanish.html',0)
   END

OF 'F:XREGISTR'
   CASE SELF.GSV( 'LANG' )
   OF 'ENGLISH'
      self._SendFile( CLIP( LONGPATH( PATH())) & '\Web\Regis_English.html',0)
   OF 'SPANISH'
      self._SendFile( CLIP( LONGPATH( PATH())) & '\Web\Regis_Spanish.html',0)
   END

OF 'F:XMESSAGE'
   CASE SELF.GSV( 'LANG' )
   OF 'ENGLISH'
      self._SendFile( CLIP( LONGPATH( PATH())) & '\Web\Captcha_English.html',0)
   OF 'SPANISH'
      self._SendFile( CLIP( LONGPATH( PATH())) & '\Web\Captcha_SPanish.html',0)
   END

OF 'F:XMESSAGER'
   CASE SELF.GSV( 'LANG' )
   OF 'ENGLISH'
      self._SendFile( CLIP( LONGPATH( PATH())) & '\Web\Captcha_EnglishR.html',0)
   OF 'SPANISH'
      self._SendFile( CLIP( LONGPATH( PATH())) & '\Web\Captcha_SPanishR.html',0)
   END   

OF 'F:XTEST'
   CASE SELF.GSV( 'LANG' )
   OF 'ENGLISH'
      self._SendFile( CLIP( LONGPATH( PATH())) & '\Web\Test_English.html',0)
   OF 'SPANISH'
      self._SendFile( CLIP( LONGPATH( PATH())) & '\Web\Test_Spanish.html',0)
   END
END

524
Web Server - Ask For Help / Re: _sendFile how??
« on: June 05, 2014, 12:33:04 PM »
small demo... in NT5 work.

[attachment deleted by admin]

525
Web Server - Ask For Help / Re: _sendFile how??
« on: June 05, 2014, 07:14:29 AM »
is a private project how i can send app to your email..

Pages: 1 ... 33 34 [35] 36 37 ... 45