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] 2
1
Web Server - Ask For Help / Re: Help with navigation ? issues
« on: June 19, 2010, 04:42:50 AM »
Kevin, let me try that idea. What about changing some text on the page ?
2
Web Server - Ask For Help / Re: By "dont forget to update the web folder" ?
« on: June 19, 2010, 04:39:18 AM »
Thanks Kevin.
3
Web Server - Ask For Help / By "dont forget to update the web folder" ?
« on: June 18, 2010, 12:50:58 PM »
*** don't forget to update the web folder ***
These are the latest pre-release install files....
*** REMEMBER to update your application\web folder after getting this update.
Do you mean just replace the /images /scripts and /styles?
These are the latest pre-release install files....
*** REMEMBER to update your application\web folder after getting this update.
Do you mean just replace the /images /scripts and /styles?
4
Web Server - Ask For Help / Help with navigation ? issues
« on: June 18, 2010, 12:38:52 PM »
I need help with something that should be very simple - I have a webserver
app, the client will select a file off their system, upload it to the
server, the server takes that file, if its a word file, opens it, and
determines whats in it. Thats all fine and working so far. Now, what I
need to do is - based on whats in the file, could be A , B, or C. If its
A, I need to display a screen to the client, let him make a choice and then
pass that to the server, the server then will send him another screen.
Same with B or C.
Is there an example out there in our group of examples, I have looked at
just about everyone and I cant find an example doing this.
Thanks in advance.
app, the client will select a file off their system, upload it to the
server, the server takes that file, if its a word file, opens it, and
determines whats in it. Thats all fine and working so far. Now, what I
need to do is - based on whats in the file, could be A , B, or C. If its
A, I need to display a screen to the client, let him make a choice and then
pass that to the server, the server then will send him another screen.
Same with B or C.
Is there an example out there in our group of examples, I have looked at
just about everyone and I cant find an example doing this.
Thanks in advance.
5
Web Server - Ask For Help / Re: Using Browses and Forms on Static Pages
« on: June 04, 2010, 05:26:32 PM »
Robert, thanks.
Donnie
Donnie
6
Web Server - Ask For Help / Using Browses and Forms on Static Pages
« on: June 03, 2010, 01:47:49 PM »
This is from a section in the NetTalk WebServer - The Basics docs. Its talking about <!-- NetWebServer -->
<!-- Net:c:head -->
and then having procedures or whatever in next with
<!-- Net:c:BodyEnd -->
Are there any examples of this in our example apps?
thanks
<!-- Net:c:head -->
and then having procedures or whatever in next with
<!-- Net:c:BodyEnd -->
Are there any examples of this in our example apps?
thanks
7
Web Server - Ask For Help / How are you publishing your nettalk5 webserver apps?
« on: May 29, 2010, 06:00:13 AM »
I am running and testing my netttalk5 webserver apps locally. I need to publish it where my client can come on and look and test - how/where do i do this?
Also where do I find the best and most recent docs on using NetTalk5?
Thanks.
Also where do I find the best and most recent docs on using NetTalk5?
Thanks.
8
Web Server - Ask For Help / Re: NetTalk - integrate google docs or ?
« on: May 07, 2010, 04:00:21 AM »
Word doc, google docs that I would convert to a word doc within the server app. Within the server app, I will use OI to do various manipulations etc. of the document.
9
Web Server - Ask For Help / NetTalk - integrate google docs or ?
« on: May 06, 2010, 12:10:50 PM »
In my app, I need to give my users the ability to create documents, save them - what would be the best solution for this need?
10
Web Server - Ask For Help / File upload question
« on: May 05, 2010, 01:00:35 PM »
I am using a Field Upload type on a field - it looks up a *.*, then the two other types are *.jpg, and *.html etc. How do I customize that to have *.doc, etc.?
Thanks
Thanks
11
Web Server - Ask For Help / Retrieving entered text from a scr4een
« on: January 30, 2010, 05:44:04 PM »
I built a html screen - I have a text entry field on that screen - it is called via
<!-- Net:f:Index.html -->
How can I retrieve the text that is entered on that field?
Thanks
<!-- Net:f:Index.html -->
How can I retrieve the text that is entered on that field?
Thanks
12
Web Server - Ask For Help / Re: Download example - web server - Web40
« on: January 27, 2010, 01:03:40 PM »
Thanks Graham, what I couldnt find is a button to push to download something. Thanks for putting me on it.
Donnie
Donnie
13
Web Server - Ask For Help / Download example - web server - Web40
« on: January 27, 2010, 07:32:14 AM »
Where in the example Web40 is the download ?
14
Web Server - Ask For Help / Re: Buttons
« on: January 17, 2010, 04:38:28 PM »
Rob, great info, thanks. I think our approach is the same - thanks for the info about CSS.
Donnie
Donnie
15
Web Server - Ask For Help / Re: Buttons
« on: January 14, 2010, 08:29:32 PM »Hi Donnie,
So the buttons are created outside of the nettalk dynamic stuff - right?
In which case just give the button the appropriate URL for the page you want to go to.
But I'm not sure what you mean by "place".
The 'place' is I just want to control where the button goes on the screen - but I think that to do that, I will just create the screen in html, put the buttons where I want them. What I havent learned yet is how to pass information/entries from events or 'fields' in an html constructed page, to the clarion code below.
Pages: [1] 2