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

Pages: [1] 2
1
Your Views and Comments / Update Notifications
« on: March 07, 2012, 06:50:01 AM »
Is there a way for us to know when a new Capesoft product has been updated without having to go to your site and look at downloads. For example-- email?

Thanks,

Drew

2
Web Server - Ask For Help / Re: Add a NetTalk 6 Web Server Theme
« on: March 05, 2012, 02:40:49 PM »
Ok, Thanks.

Drew

3
Web Server - Ask For Help / Add a NetTalk 6 Web Server Theme
« on: March 05, 2012, 07:36:45 AM »
I'd like to take the Sunny theme and create a modified version called Sunny2.

How do I get the wizard to know about this new theme so that its selectable the same way Sunny is?

Thanks,

Drew

4
Web Server - Ask For Help / Re: No matching prototype error
« on: August 05, 2009, 06:17:17 AM »
Bruce,

Thank you and by all means let SoftVelocity know. Feel free to pass my stuff on to them.

Drew

5
Web Server - Ask For Help / Re: No matching prototype error
« on: July 31, 2009, 12:19:44 PM »
Well now I know exactly what I've done but I sure don't know how to fix it.

I have a dictionary that I wanted to use for my test. But my dictionary has about 50 files in it. I wanted to use one of mine plus your files. So I did the following:
1. As I said I exported your dictionary to text and imported it into mine.
2. I changed the app to use my dictionary.
3. And this is the key, I then went to the Global Properties Actions File tab and I unchecked the Generate all files checkbox. Then I went to the file overrides tab and turned on generations for all your files plus my one file.

This last step is what is causing the problem. Do you have an idea of how to get around that?

Thanks,

Drew

6
Web Server - Ask For Help / Re: No matching prototype error
« on: July 30, 2009, 11:26:53 AM »
I miss read the error line. It is pointing to the last line in this:
Dictionary.Destruct PROCEDURE

  CODE
  DctKill()

That is, the DctKill() which is generated.

Still wondering what to do.

Thanks,

Drew

7
Web Server - Ask For Help / No matching prototype error
« on: July 30, 2009, 11:22:41 AM »
I'm getting an error No matchine prototype available error on this generated code:
Dictionary.Construct PROCEDURE

  CODE
  IF THREAD()<>1
     DctInit()
  END

The error message is pointing to the blank line above the word CODE.

Any ideas what could be causing this?

Thanks,

Drew

8
Web Server - Ask For Help / Defining session variables
« on: July 30, 2009, 06:35:51 AM »
In a straight Clarion app we use global variables. The WebServer docs clearly explain that one needs to use session variables. It shows how to reference a session variable.

How do you define a session variable. Is it simply by using it?

Thanks,

Drew

9
Web Server - Ask For Help / Re: Child Browse
« on: August 21, 2007, 09:29:02 AM »
Thanks Bruce.

I did manage to miss that the recursive does show in your example. Thanks again for the pointer to the template change.

Drew

10
Web Server - Ask For Help / Child Browse
« on: August 21, 2007, 04:13:51 AM »
I have a project browse and I want to have a time Browse showing the various tasks and their time spent on that task for the project. Following the pattern of App 31 (accounting app) I have listed the child browse in the parent browse info and I have listed the parent browse in the child browse. However this causes the tree structure to show the parent browse under the the child browse with the designation "(Recursive)". Obviously I'd like this not to occur.

Also, when I attempt to add fields to the browse a message pops-up several times saying "Unknown Variable '%nFieldFile'." Why is this occuring?

Thanks,

Drew

11
Web Server - Ask For Help / validate login from data in a file
« on: August 17, 2007, 12:30:41 PM »
I want to do what would be typical in a non-NetTalk Webserver app. So, using example app4, I've added a file (TTUSER) to the dictionary and populated the file with two records.

In the ValidateUpdate 2 End where the example says login checking code should go I have this:
    access:ttuser.open
    TTU:UserId=upper(p_web.getsessionvalue('loc_login'))
    case access:ttuser.fetch(TTU:kUserID)
    of level:notify orof level:fatal
      .
      .
      .
   else

It always takes the "of level:notify orof level:fatal" path regardless of the fact that I'm using a valid lookup value.

Suggestions? Perhaps I don't understand what is required to do what I want to do.

Drew

12
Web Server - Ask For Help / NetWebBrowse Template Settings Docs
« on: August 17, 2007, 07:23:07 AM »
The Web Server docs are either not complete or incorrect. I'm voting for incomplete.
There is a CSS Classes tab whereas the docs show a Styles/CSS tab.

I'm looking at example FrameWithMenu (4). Choose one of the two browses and from the procedure properties click on the NetWebBrowse Settings button. Scroll to the CSS Classes tab and note the fields as filled in:
Procedure          'adiv'                         - what is this?
Browse                                               - Why is there nothing here?
Browse Footer  'BrowseFooter'             - Why this value? Where does it come from. How does one know what to put here?
Greenbar           'gb'                           - Why this value? Where does it come from. How does one know what to put here?

The other fields could also use explaining.

Thanks,
Drew

13
Web Server - Ask For Help / Re: row sizes meaning
« on: August 10, 2007, 08:01:55 AM »
Thanks Bruce. But uh... who the heck is Rene??? :D

14
Web Server - Ask For Help / Re: row sizes meaning
« on: August 09, 2007, 07:44:40 AM »
So, for example 87,*,21 would the 87 refer to height?  I assume so. Further I assume the * means that it is as big as it needs to be. Is that so?

Thanks,

Drew

15
Web Server - Ask For Help / row sizes meaning
« on: August 06, 2007, 09:26:06 AM »
I'm looking at a webserver example (Accounts (31)). The framepage procedure has a frameset called main. One of the extension fields that is filled in is Row Sizes which is filled in with: '87,*,21'.

Can you explain the meanings of these two numbers and *. Also could someone explain rows and to what they refer. That is, does a row refer to a portion of a page or a portion of a portion of the page?

Thanks,

Drew

Pages: [1] 2