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 4 ... 10
16
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()

17
Web Server - Ask For Help / Filter not working
« on: October 05, 2018, 02:11:38 AM »
CL 10
NT 10.35

Using a simple filter on a browse.

'Crs:GUIDStaff = ' &p_web.GSV('StaffID')

StaffID is set correctly on Login, checked with Debug++
The Crs:GUIDStaff is a view field
Filter fails
When I use
'Crs:GUIDStaff = <39>GGHYTDGRFSREFWRE<39>'
It Works - The letters are what is in the session field StaffID

Does it look OK?
Any Suggestions?

Brian

18
Web Server - Ask For Help / Buttons all the same size
« on: September 27, 2018, 06:23:10 AM »
NT 10.35
CL 10

Have a Mem Form with a bunch of buttons.  I want to make them all the same size regardless of the text they contain in them.
Looked at CSS but can't figure out what the setting is on the form?  These are JQuery styled buttons set when creating them.

Brian.

19
Web Server - Ask For Help / Wizard form issue
« on: September 25, 2018, 10:51:52 AM »
NT 10.35
CL 10

Generated a form.  WHen I compile I get the following error: No matching prototype available
Looked at code
 ! Automatic Dictionary Validation
    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()

For some reason it's not filling in the table name?  Any ideas.

Brian

20
Web Server - Ask For Help / Double Drop Menu
« on: September 04, 2018, 01:06:41 AM »
NT 10.33
CL 10

Using a Double drop menu and would like to have a small arrow indicating that there are more menu choices under the top menu. 
Is there something I'm missing or how would this be done?


21
Web Server - Ask For Help / CSS and Netwebform
« on: August 31, 2018, 01:24:03 AM »
NT 10.33
CL 10

How do you change the background color on a Netwebform using CSS?
I tried on the tab but can't seem to get it right.

22
Web Server - Ask For Help / Update of Web Folder Required
« on: August 27, 2018, 03:47:06 AM »
Hi all,

NT 10.33
CL 10

This message will not go away.  I have tried everything I know
1) Re-Run GZipall and CopyAll
2) Edited the netweb.js file to say 10.33
3) Copied over the Web folder from Books example (which looks fine)
4) Re-Run Install just in case - Not sure why asks for a re-boot now on each new NT install?
5) Set Nettalk settings to no cache on the Web prompt
6) Of course Ctrl-F5

Any suggestions welcome
Thanks.

23
Web Server - Ask For Help / Date Picker
« on: August 23, 2018, 03:51:22 AM »
Hi,

On the Date Picker popup the buttons to move forward and backwards from month to month do not show.
If you hover over them they do - I know I will get a bunch of calls on this one.

Happens in the example as well (books)

NT 10.31
Base theme

Brian.

24
Web Server - Ask For Help / Child Browse
« on: August 19, 2018, 01:05:46 AM »
Clarion 10
NT 10.3

Have a child browse(Courses) to the right of a Staff browse
The Child browse is filtered using the table relationship and field.
Main(Staff) browse displays OK but the child browse just shows no records.
If I take out the filter from the child browse then I expect that it would show all the records to the right?  Is this assumption correct?

I looked at the books example(71) and it works there no issues.  I have set mine up exactly the same but no matter what I do it does not display.

Brian.

25
Web Server - Ask For Help / NT 10.27 Issues
« on: July 28, 2018, 02:25:37 AM »
Clarion 10
NT 10.27
ST 2.83
Theme: 'ShoeStrap3'

Just upgraded to 10.27 and now popup forms do not display and the browse looks odd.  Not retaining column width etc.  See image.

Brian

26
Web Server - Ask For Help / File Upload Issues
« on: June 17, 2018, 03:56:53 AM »
NT 10.24
Clarion 10
ST 2.80

Adding a new record
Have FileUpload Button
Saving file to a location specified in the Customer Record
Select 3 files to upload
Uploads the first and last file but not the middle one to the correct folder.
Using SetValue nosave in Validate record and SaveFile

Older versions running on customers servers working just fine, so am not sure why it's acting up now.
If I strip out the code from the savefile embed then the files are saved peoperly to the Upload Directory under Web folder.

Thanks in advance.

27
Web Server - Ask For Help / Release 10.24
« on: June 15, 2018, 01:58:10 AM »
When applied 10.24
See that on lookup fields on a form the comment text starts under the ? mark.
See Image

Brian

28
Web Server - Ask For Help / NetWebServiceMethod
« on: June 09, 2018, 05:19:21 AM »
Hi Bruce, in one of your replies to a question you say:
These days I would use a NetWebServiceMethod
This is in reference to uploading and downloading files which I do a lot of in my app.

Could you elaborate please or do on Thursday's meeting.  Where does this go?  Do I have to create a webservice webserver?  I am a little lost when it comes to WebServices.

NT 10.23

Thanks,

Brian.

29
Web Server - Ask For Help / Multiple Upload Dialog
« on: May 08, 2018, 03:21:23 AM »
NT 10.20

Trying to upload multiple files to the server
Works great on single upload but get the following dialog if I select multiples.

You can choose multiple items only if they are located in the same folder.

Not seen this before and they are in the same folder.  Allow multiple check is on.
Also noticed that the filenames are surrounded with "".
Not happening consistently?

Anyone?

Brian.

30
Web Server - Ask For Help / GUID and FM3
« on: April 07, 2018, 02:56:59 AM »
NT 10.19
StringTheory 2.74
CL 10

Following the docs to create a global variable of type and stringtheory
Have a GUID filed in most tables (SQL -Postgres)
When compile app now get the following:

TPL: (PBDY.$$$) Error: ASSERT: FM3 warning: 'PAY:GUIDCust' of type 'StringTheory' is invalid in 'Payments' of driver: ODBC. You can disable this in the FM3 Global Extension template. - C:\C10Apps\TRX\PBDY.$$$:1

Not sure what the switch is in FM3?

Thanks.

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