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

Pages: 1 [2] 3 4 ... 23
16
Web Server - Ask For Help / Change Comment on a field
« on: January 15, 2019, 06:03:24 AM »
NT 11.04
CL 11
Theme: base

On a customer form I have 5 fields that contain the path to specific locations on the server
Each field has a button beside it to create the directory

I use some code to manipulate the comment on the field.  If the directory exists it says 'OK' if not it says 'please create'
This works fine.  It does not refresh however when I click the button and create the file.
I thought I would put the code on the buttons instead which is also OK except when I click the button and create the directory.

Is there a way to change the comment of another field?  Click the button and have the comment change on the Directory field?

Thanks.





17
Web Server - Ask For Help / Re: Menu - All menu's show
« on: January 08, 2019, 04:15:22 AM »
Looks like I resolved the issue.  I was using popup animation and entering
'"slide",duration: 500'
Instead of
'effect: "slide",duration: 500'

Thanks for your help.

18
Web Server - Ask For Help / Re: Menu - All menu's show
« on: December 30, 2018, 04:30:09 AM »
Yes, did most but not all of those.  will try again - Thanks.

19
Web Server - Ask For Help / Menu - All menu's show
« on: December 29, 2018, 02:52:50 AM »
CL 11
NT 11.04
Theme: base

When I click the staff menu choice, all the drop down menu's appear?
They all work when clicked.

See Attached Image

Brian.

20
Web Server - Ask For Help / Re: CSS Required Field
« on: December 10, 2018, 01:48:56 AM »
OK Attached Web26.app
made 'base' the theme
Made the description field required on mailbox form
uploaded a file
saved record
Looks odd

Brian.

21
Web Server - Ask For Help / CSS Required Field
« on: December 08, 2018, 04:43:19 AM »
CL 11
NT 11.04
Theme Base

Pop Up Form on Insert all works well except
Leave a required field blank and save the record  the screen drops all tabs and exposes the menu at the top of the form.
See image

Have added 'effect: "slide",duration: 500' to open and close for this popup

Does not happen on Update

The sequence of steps to produce this effect are:
1) Insert new record
2) Choose customer from a lookup
3) Upload a file
4) DO NOT fill in patient name (required field)
5) Click Save
See Image

If I do not upload a file then the record warns me of required field correctly.

Brian.

22
Web Server - Ask For Help / Re: Nettalk 11.03 menu problem
« on: November 22, 2018, 03:16:15 AM »
Me too

23
Web Server - Ask For Help / base theme
« on: November 18, 2018, 05:37:37 AM »
NT 11.01
CL 11
Theme base

See screen shot - The Home and Login menu choices are extending over the right side of the menu and also different color?

Brian

24
Web Server - Ask For Help / Re: Locator Issue
« on: November 14, 2018, 12:41:42 AM »
Used the books example, using base theme.
All worked fine.

25
Web Server - Ask For Help / Locator Issue
« on: November 13, 2018, 04:39:51 AM »
CL 11.01
NT 11
ST 2.88

Simple browse with CourseID and Title
Set the CourseID as the default sort order
Have a locator at the top of the browse
Locate using the CourseID column and all word well - using contains
Locate on Title and filters properly on the first letter typed in then says no records available on the second letter typed.

See attached Debugview shot which looks fine to me and should be picking up 3/4 records?

Brian.

26
Web Server - Ask For Help / Re: Mobiletext
« on: November 12, 2018, 04:56:32 AM »
Yes it does thanks.

27
Web Server - Ask For Help / Mobiletext
« on: November 12, 2018, 02:30:30 AM »
  p_web.site.SaveButton.TextValue = 'Login'
  p_web.site.SaveButton.MobileText = 'Login'
  p_web.site.SaveButton.Tooltip = 'Click here to Login'

CL 11
NT 11.1
ST 2.88

Getting Filed not found error for MobileText

Brian.

28
Web Server - Ask For Help / Div mode
« on: November 12, 2018, 01:31:57 AM »
NT 11.2
CL 11
Theme: base

Changing app to Div mode and think I got all the places switched?
See screen shots attached.
Browse not displaying as normal browse but wrapping each field to the next line down.

Brian

29
Web Server - Ask For Help / Clarion 11 - Unknown Identifier
« on: October 09, 2018, 11:40:49 AM »
CL 11.13244
NT 10.35
MessageBox 2.41

CHECK('Dont Show This Again'),AT(85,65),USE(DontShowThisAgain),HIDE

Getting this error on Compile.
Also the couple of instances where table name is not filled in is still happening

   p_web.OpenFile()
    If p_web.GetFile(,)
      loc:Invalid = 'Crs:GUIDStaff'
      if not loc:alert then loc:Alert = p_web.translate('Crs:GUIDStaff') & ' ' & clip(p_web.site.InFileText) & ' '.
      !exit
    End
    p_web.CloseFile()

30
Web Server - Ask For Help / Re: Filter not working
« on: October 06, 2018, 01:21:04 AM »
Thanks Vinnie - That worked.

Pages: 1 [2] 3 4 ... 23