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 5 ... 23
31
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

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

33
Web Server - Ask For Help / Re: Wizard form issue
« on: September 26, 2018, 01:29:00 AM »
>> And if you reboot the machine, and wizard it again, do you get the same effect?
Yes, get the same result.

When I fill in the tables and keys it compiles just fine.
Going to reset the IDE and see does that make any difference.

Brian.

34
Web Server - Ask For Help / Re: Wizard form issue
« on: September 26, 2018, 01:08:31 AM »
Hi Bruce,
Clarion 10.12799
Will try the reboot nad re-wizard now

35
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

36
Web Server - Ask For Help / Re: Double Drop Menu
« on: September 08, 2018, 05:23:17 AM »
Yes

37
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?


38
Web Server - Ask For Help / Re: CSS and Netwebform
« on: August 31, 2018, 05:19:17 AM »
Hi Vinnie,
Worked like a charm - Thanks.

39
Web Server - Ask For Help / Re: CSS and Netwebform
« on: August 31, 2018, 05:18:29 AM »
Hi Don, thanks for the offer - I tried the other suggestion and it worked great.

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

41
Web Server - Ask For Help / Re: Update of Web Folder Required
« on: August 30, 2018, 05:59:59 AM »
That was it - Thanks Bruce.
I had copied this app from another similar app and it retained the settings in the setting tab for the old app.
Good one to mention in the webinar - I had a sense it was the wrong folder but not used to looking at that tab.

42
Web Server - Ask For Help / Re: Update of Web Folder Required
« on: August 29, 2018, 10:28:03 AM »
Sorry, no this did not work either.
It's not happening on other apps only this single one??

43
Web Server - Ask For Help / Re: Update of Web Folder Required
« on: August 29, 2018, 01:27:21 AM »
I noticed that when I changed netweb.js to change the message it put's out for this issue, the message stays the same (does not change)?
I run gzipall.bat after the change - is there something I'm missing?  It's like it is pulling the file(s) from some where other than the app folder?

44
Web Server - Ask For Help / Re: Update of Web Folder Required
« on: August 27, 2018, 08:59:29 AM »
UPDATE OF WEB FOLDER REQUIRED - Try pressing Ctrl-F5. Server is on version 10.32 but web folder is on version 10.3

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

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