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

Pages: [1] 2 3 ... 10
1
Web Server - Ask For Help / Upgrade to 11.14
« on: June 22, 2019, 10:47:02 PM »
CL 11
NT 11.14

Getting a no matching prototype available compile error  on the Clip() below.

        case loc:menuStyle3
          of net:web:ddm
            packet.append('<ul data-icon="'& clip() & '">' & p_web.CRLF)
          end

2
Web Server - Ask For Help / Form not saving fields
« on: April 19, 2019, 01:56:17 AM »
Cl 11
NT 11.07

Regular form coming from a browse
On Update I do some calculations within the form and the correct numnbers are generated and the fields refreshed.  See the image.
When I save the the form the two calculated fields revert to zero?  Using debugview++ I have checked the fields and they all look correct.  Looked at ValidateRecord in case there was something going on there but there is not.

Looks like saomething is happening after I click the Save button but I have no ideas what?

Brian.

3
Web Server - Ask For Help / GSV vs GetValue
« on: April 18, 2019, 10:33:11 PM »
CL 10
NT 11.07

Hi All, sorry I know this is has been rehashed a few times but for some reason I still get confused as to when to use different calls.

The Session View (GSV and SSV): Exist on a specific thread?
GetValue and SetValue are used when?
If I am on a form populated from a table and changing values on that form dependent on other field changes, can I use the direct field name without the above?


Brian.

4
Web Server - Ask For Help / DoubleDrop menu
« on: April 08, 2019, 01:37:50 AM »
CL 11
NT 11.07
Theme Base

Where can I find a good example of Doubledrop menu.  Looked at the examples, Basic Menu and Menu(56) but they don't show much.
When testing does not behave the way I expected.  Want Menu at top of screen that has drop menu attached which in turn shows menu choices.

5
Web Server - Ask For Help / Refresh a field in another tab
« on: April 06, 2019, 03:25:29 AM »
Hi All,

Cl 11
NT 11.07
String Th: 3.06

Want to refresh a field in another tab.  Looks like all the values are being picked up but the field does not refresh.
Field CustomerCode On Tab 0 - UploadLocation on tab - 4.

User enters code then tabs out of the field, server side code constructs a Directory and path
All looks good.

Brian.

6
Web Server - Ask For Help / Buttons at bottom of table
« on: February 12, 2019, 04:40:06 AM »
CL 11
NT 11.05
Theme base

When the browse is generated and displayed the Insert, Copy etc buttons are at the bottom of the screen
Not immediately below the table, which is where I want them.
See Image attached.  Is there a setting I'm missing or?
This is n ot true for all browses, I think it might have something to do with how the browse was created, wizard, template etc.
 
Brian.

7
Web Server - Ask For Help / Start Menu Open
« on: February 11, 2019, 05:45:03 AM »
NT 11.05
base theme
Cl 11

When I set the menu option to 'Start menu open' does not seem to work in 11.05?
I also noticed that all the menu choices have the flag set as well, I don't remember doing this.

8
Web Server - Ask For Help / Pop Up Form not working
« on: February 05, 2019, 03:58:27 AM »
NT 11.05
CL 11
String Theory 3
Theme base

Simple Table (On a memform)
Form in Popup mode
Two forms one for edit other for insert

Insert Form works fine - I upload files on this form  which become children of the record I'm adding
If I do not upload a file and save then the popup works fine
If I add a file I get a blank popup
If I change the the form to non popup then also works fine
See image of popup when children have been added.

Going around in circles with this one.

Brian.

9
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.





10
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.

11
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.

12
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

13
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.

14
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.

15
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

Pages: [1] 2 3 ... 10