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.


Topics - dbourrut

Pages: [1]
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 / 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

3
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

4
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

5
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

6
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

7
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

8
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

9
Web Server - Ask For Help / Color browse column headers
« on: July 15, 2007, 01:19:10 PM »
There is a template that allows one to color the column headers of a browse. Is there a way to do this in NetTalk Web Server?

Pages: [1]