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.
Pages: [1]
1
Web Server - Ask For Help / Re: Adding buttons to mobile header .
« on: January 20, 2012, 01:34:12 AM »
Please see attachment of what I require.
Thx
[attachment deleted by admin]
Thx
[attachment deleted by admin]
2
Web Server - Ask For Help / Re: Adding buttons to mobile header .
« on: January 18, 2012, 05:57:27 AM »
Hi Bruce,
Sorry my question not very clear. I'm familiar with the process of filtering the browse, but what I'm struggling with is getting the button on the Mobile Header at the top . I can and have previously have written my own header , but just thought if their an easier way I dont know about.
Thanks
Gerrit
Sorry my question not very clear. I'm familiar with the process of filtering the browse, but what I'm struggling with is getting the button on the Mobile Header at the top . I can and have previously have written my own header , but just thought if their an easier way I dont know about.
Thanks
Gerrit
3
Web Server - Ask For Help / Adding buttons to mobile header .
« on: January 18, 2012, 03:30:49 AM »
Using C8 with NT6.15.
I'm trying to add a button on header of mobile version of a browse to enable me to filter on a selected date.
I've put the browse on a form as I've red somewhere in the forum this is easiest to add extra buttons to a browse by adding the browse to a form .
I can see how the submit/close buttons been done in the FormHeader Routine, but not sure if I should try adding my own code in this routine or if their is an easier way.
Thanks
Gerrit
I'm trying to add a button on header of mobile version of a browse to enable me to filter on a selected date.
I've put the browse on a form as I've red somewhere in the forum this is easiest to add extra buttons to a browse by adding the browse to a form .
I can see how the submit/close buttons been done in the FormHeader Routine, but not sure if I should try adding my own code in this routine or if their is an easier way.
Thanks
Gerrit
4
Web Server - Ask For Help / Re: Does NetTalk 6 Application Wizard work on Clarion6.3?
« on: January 05, 2012, 05:25:17 AM »
Working now, Ntwiz.tpl was not registered.
Thanks
Thanks
5
Web Server - Ask For Help / Re: Does NetTalk 6 Application Wizard work on Clarion6.3?
« on: January 05, 2012, 03:27:05 AM »
I watched the Webinar and were able to run it on Clarion 8 but not sure how to run the wizard on Clarion 6.3
6
Web Server - Ask For Help / Does NetTalk 6 Application Wizard work on Clarion6.3?
« on: January 05, 2012, 01:54:19 AM »
Thanks
Gerrit
Gerrit
7
Web Server - Ask For Help / Re: Multi Site - DLL Caused GPF
« on: October 01, 2010, 03:30:28 AM »
Path to web folder works fine now. Thx
In the site1.app example the path of TPS files is set by the self.site.appPath in the Webhandler.
Is this still necessary if I use C6.3 as I saw the following in the code:
! C5.5: file{prop:name} = clip(self.site.appPath) & 'file.tps'
Thanks
Gerrit
In the site1.app example the path of TPS files is set by the self.site.appPath in the Webhandler.
Is this still necessary if I use C6.3 as I saw the following in the code:
! C5.5: file{prop:name} = clip(self.site.appPath) & 'file.tps'
Thanks
Gerrit
8
Web Server - Ask For Help / Re: Multi Site - File and Web folder path in called applications
« on: September 30, 2010, 01:30:30 AM »My called sites are not picking up the location of web folder.
I've made 'Web Directory' in the Netsimple Object(3) template prompt a global and hardcoded the path , but no luck.
I can see an self.site.appPath in the Webhandler, not sure what property I should use and if it will be available in the Webserver procedure. This property would be perfect for initializing location of my web folder.
Thanks
Gerrit
9
Web Server - Ask For Help / Re: Multi Site - DLL Caused GPF
« on: September 29, 2010, 05:17:09 AM »
Works great now.
It was the name attribute missing in the WebServer and WebHandler procedures as per your notes on Notes tab.
Many Thanks
Gerrit
It was the name attribute missing in the WebServer and WebHandler procedures as per your notes on Notes tab.
Many Thanks
Gerrit
10
Web Server - Ask For Help / Multi Site - DLL Caused GPF
« on: September 28, 2010, 06:24:04 AM »
I've changed one of my sites to be managed through the Multi Site example as an test.
But keep on getting the DLL Caused GPF.
I was wondering what will be the best way to find the problem.
When compiling the web site as an executable, it runs fine.
But when compiling as an DLL, I get the problem above.
My WebServer and Webhandler have been set as export procedures.
If I compile my website as DLL, I get messages that GPF reporter would not work.
In my website the Webserver and Webhandler is set to export.
I've also got debugview switch on in host and website.
Using NT 5.01 with C6.3.9058
Many Thanks
Gerrit
-
But keep on getting the DLL Caused GPF.
I was wondering what will be the best way to find the problem.
When compiling the web site as an executable, it runs fine.
But when compiling as an DLL, I get the problem above.
My WebServer and Webhandler have been set as export procedures.
If I compile my website as DLL, I get messages that GPF reporter would not work.
In my website the Webserver and Webhandler is set to export.
I've also got debugview switch on in host and website.
Using NT 5.01 with C6.3.9058
Many Thanks
Gerrit
-
11
Web Server - Ask For Help / Re: Multiple websites on the same port.
« on: June 28, 2010, 02:19:13 AM »
Thanks Bruce.
This works great for me know.
Cheers
Gerrit
This works great for me know.
Cheers
Gerrit
12
Web Server - Ask For Help / Multiple websites on the same port.
« on: June 25, 2010, 06:39:03 AM »
I've read through the previous posts about this subject but still a bit unclear to me.
I've compile and run example MultiSite6 (59) in NT 5
I need to run multiple sites on same server on port 80. I would have thought by referencing my Server URL with a /Site name would work fine for me.
Example : http://<myserver>/Site1
http://<myserver>/Site2
The host.exe will then redirect the request to specific site.
Will this be be possible?
Many Thanks
I've compile and run example MultiSite6 (59) in NT 5
I need to run multiple sites on same server on port 80. I would have thought by referencing my Server URL with a /Site name would work fine for me.
Example : http://<myserver>/Site1
http://<myserver>/Site2
The host.exe will then redirect the request to specific site.
Will this be be possible?
Many Thanks
Pages: [1]