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 - Johan van Zyl

Pages: 1 2 3 [4] 5
46
Web Server - Ask For Help / PostGreSQL - cannot start it as a Service
« on: March 02, 2012, 07:21:28 AM »
Hi


Have just signed up with RackSpaceCloud - CloudServer.

All is well so far except that I cannot start PostGreSQL as a service. It start but the stops immediately! How do I resolve this. It is set to start automatically and yes, I have rebooted after installing PostGreSQL.

Thx!

47
  GraphView{prop:order} = 'upper(wsLOG:Host),upper(wsLOG:Page),wsLOG:Date,wsLOG:Time'
   GraphView{prop:FILTER} = 'wsLOG:Date >= '&ana:fromdate&' AND wsLOG:Date <<= '&ana:todate&' AND Upper(wsLOG:Host)='''&upper(clip(wsLPA:Host))&''' AND Upper(wsLOG:Page)='''&upper(clip(wsLPA:Page))&''''
   set(GraphView)

s_Message PROCEDURE (STRING MessageTxt,<STRING HeadingTxt>,<STRING IconSent>,<STRING ButtonsPar>,UNSIGNED MsgDefaults=0,BOOL StylePar=FALSE)

FilesOpened          BYTE                                  !
Loc:ButtonPressed    UNSIGNED                              !
EmailLink            CSTRING(4096)                         !
window               WINDOW('Caption'),AT(,,404,108),FONT('MS Sans Serif',8,,FONT:regular),GRAY
                       IMAGE,AT(11,18),USE(?Image1),HIDE
                       PROMPT(''''),AT(118,32),USE(?MainTextPrompt)
                       STRING('HyperActive Link'),AT(91,46),USE(?HALink),HIDE
                       STRING('Time Out:'),AT(103,54),USE(?TimerCounter),HIDE
                       CHECK('Dont Show This Again'),AT(85,65),USE(DontShowThisAgain),HIDE
                     
                     

[attachment deleted by admin]

48
Hi

Which embed point to use when I want to populate a WebBrowse from Memory table. All the embed points I have tried - the code executes every time I click anywhere on the browse!

Thx!

49
Web Server - Ask For Help / This web page is not available
« on: January 18, 2012, 06:16:53 AM »
Trying to populate a Report from a queue
Click on Go(Save) button nothing happens - it hangs - eventually I get this message

This web page is not available
The connection to 127.0.0.1 was interrupted.
Here are some suggestions:
Reload this web page later.
Check your Internet connection. Reboot any routers, modems or other network devices that you may be using.
Add Google Chrome as a permitted programme in your firewall or antivirus software's settings. If it is already a permitted programme, try deleting it from the list of permitted programmes and adding it again.
If you use a proxy server, check your proxy settings or contact your network administrator to make sure that the proxy server is working. If you don't believe you should be using a proxy server, adjust your proxy settings: Go to the spanner menu > Options > Under the Bonnet > Change proxy settings... > LAN Settings and deselect the "Use a proxy server for your LAN" checkbox.
Error 101 (net::ERR_CONNECTION_RESET): The connection was reset.

Can one print from a queue using NTWS and PDF?

50
Web Server - Ask For Help / Page not found - when filtering detail band
« on: January 18, 2012, 03:04:42 AM »
C8 Gold

I have two apps for the same DCT.
A NET app using NetTalk WebServer and a standard windows app.

When you put a filter on detail band in web app that will suppress printing of detail band you get Page not found - but not in windows app.

Seems NTWS cannot serve an empty page?

But if I want to conditional print the detail band?

Thx everybody.

51
Web Server - Ask For Help / When and when not to use - ABC Pause button
« on: January 10, 2012, 11:47:09 PM »
When and when not to use - ABC Pause button

Would it it only be "mandatory" when Report is called from WebForm with options?

52
Web Server - Ask For Help / The page cannot be found
« on: January 09, 2012, 04:58:40 AM »
IncidentsOptionsForm calls URL IncidentsOptionsPrint (yes the URL is spelled correctly)
NetTalk Extension has been added to Report to PDF in IncidentsOptionsPrint
IncidentsOptionsForm also has IncidentsOptionsPrint in its procedure list

but I get
http://127.0.0.1:88/IncidentsOptionsPrint
The page cannot be found
The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.

So what else could I have done wrong?



53
Web Server - Ask For Help / Compile errors Print Procedure
« on: January 06, 2012, 12:29:09 AM »
Copied (<NetWebServerWorker p_web>) into Prototype field from another virtually identical procedure.

Prototype is: STAFFREDFLAGGEDOPTIONSPRINT(<NETWEBSERVERWORKER>) - C:\Clarion8Projects\ProjectsJVZ\PlanAHead\CallCenter\callw068.clw:2271,29

StaffRedFlaggedOptionsPrint PROCEDURE

  ! The NetTalk Extension to report procedure has been added to this procedure.
  ! This means that p_web must be passed to this procedure. So the prototype should
  ! look like this:
  ! <(NetWebServerWorker p_web)>   ! <---- this here - maybe (<NetWebServerWorker p_web>) ?

54
Web Server - Ask For Help / Running Source Procedure from menu
« on: January 05, 2012, 06:09:21 AM »
I would like this code to execute, preferably from a Menu Choice
eg Utilities/Fix Employees
but apparently one cannot call a Source procedure from a menu choice?
So how and where can I go about it?

    set(Employees)
    loop until Access:Employees.Next()

        If   clip(EMP:EmployeeLastName) ='' or len(clip(EMP:EmployeeLastName)) = 1
              EMP:EmployeeLastName = '* Last Name Field EMPTY *'
        end
         EMP:EmployeeCombinedName = clip(EMP:EmployeeLastName)&' '&clip(EMP:EmployeeInitials)&' '&(EMP:EmployeeTitle)&' '&clip(EMP:AlsoKnownAs)
           IF EMP:IsPostalSameAsPhysical
              EMP:PostalAddress1 = EMP:PhysicalAddress1
              EMP:PostalAddress2 = EMP:PhysicalAddress2
              EMP:PostalAddress3 = EMP:PhysicalAddress3
              EMP:PostalAddressPCode = EMP:PhysicalAddressPCode
            end
        Access:Employees.Update()
       
    end
   
Thx

55
Web Server - Ask For Help / Update data on disk while using spinbox?
« on: December 20, 2011, 03:24:10 AM »
Will this possible?
see attached

Trigger in file adds days to Date Req From to get Date Req To -1

Otherwise after spinning just click anywhere else?

[attachment deleted by admin]

56
Hi

The topic
"Filter does not work on two browse on same "page""
is now completely empty!
And I need to clear up one last thing.
HELP please.

57
Cannot upload PNG
"The upload folder is full. Please try a smaller file and/or contact an administrator." ?

It is a very small PNG file - and how do I contact the administrator?

58
Hi

LOG table with and alias ALOG
BrowseStaffRequest
and a child on the browse i.e.
BrowseStaffAvailable

when you click on a row in StaffRequest all available staff rows must be shown in StaffAvailable


Filters
This works:
ALOG:TaskType = ''StaffAvailability'' and ALOG:HasBeenCompleted = 0 and ALOG:HasBeenCancelled = 0'

This does not
'ALOG:AvailableFromDate <=  p_web.GetSessionValue(''LOG:DateRequired'')  AND ALOG:AvailableToDate =>  p_web.GetSessionValue(''LOG:DateRequiredTo'') AND ALOG:TaskType = ''StaffAvailability'' and ALOG:HasBeenCompleted = 0 and ALOG:HasBeenCancelled = 0'

Where exactly must I put the filer? Under Default Filter of BrowseStaffAvailable

Thx!

59
Hi

Tables
Hospital
HospitalSysID
HospitalName

HospitalDept
HospitalDeptSysID
DepartmentName

Hospital_HospitalDept
Hospital_HospitalDeptSysID
HospitalSysID
HospitalDeptSysID

Log
must I use Hospital_HospitalDeptSysID or HospitalDeptSysID
with Foreign Key on ??
I want the DepartmentName to display in Log Form and Browse


60
Web Server - Ask For Help / NTWS problem in IE
« on: December 14, 2011, 02:33:46 AM »
See attached docs.

Works fine in FireFox and Chrome.

[attachment deleted by admin]

Pages: 1 2 3 [4] 5