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

Pages: 1 ... 4 5 [6] 7 8
76
Web Server - Ask For Help / How to use INSTRING in a filter?
« on: October 07, 2011, 08:17:00 AM »
Hello,

I want to use INSTRING in a filter.  I have a local variable being used for entering search data.  I want the text entered in that field to be searched for in a field in my browse.

Here's part of what I;ve been trying:

(Instring(upper(p_web.GSV(<39>LOC:Owner<39>)),upper(p_web.GSV(<39>PER:Owner<39>)),1,1) > 0

LOC:Owner is the search field.  PER:Owner is the field being searched.  I do not want to use a standard locator.  I want the user to be able to enter data and click a search button.

Perhaps INSTRING is not the best way.

Any suggestions appreciated,

Don

NetTalk 5.37
TPS

77
http://www.nettalkcentral.com/index.php?option=com_smf&Itemid=36&topic=21.0

Anyone get this to work and/or have an example app I could take a look at?  I simply cannot get my brain wrapped around it..

Thanks,

Don

78
Web Server - Ask For Help / SecWin and NT WebServer
« on: July 18, 2011, 03:41:31 AM »
I have tried opening the NetTalk 5.30 Secwin example apps using Clarion 8.8498.  As it opens, it asks about the MEMORY driver.  Do I have to have the in Memory driver for SecWin and NT5 to work together?

Thanks,

Don

79
Web Server - Ask For Help / NetSimple Not Working
« on: April 29, 2011, 04:37:48 PM »
Hey Bruce,

Since I installed NT 5.23, my NetSimple objects in my Replicate app(s) have stopped working.  Specifically, my log manager and control central server do not "see" each other.  There have been no changes to either app other than the change to 5.23. 

Will you take a look at this please?

Thanks!

Don

80
Web Server - Ask For Help / Weird display of update form
« on: April 22, 2011, 05:13:05 AM »
This just started.  Using NT 5.22 and Clarion 7.3 (latest build).

Data is not being displayed on separate tabs as it should be.

Any ideas?

Don

[attachment deleted by admin]

81
Web Server - Ask For Help / Do not save if browse empty
« on: March 09, 2011, 10:20:16 AM »
NetTalk 4.56
Clarion 6.1

Browse on memory form.

If the user clicks on SAVE, and the Browse is empty, I want to alert the user and force them to have at least 1 record in the Browse.

Thanks,
Don

82
Web Server - Ask For Help / Weird Behavior using Insert Button
« on: March 01, 2011, 06:22:43 AM »
Memory form

I have a button which unhides a browse on the form.
Button uses session values to undie form
Button does a reset on the browse to cause the unhide action.

When I click the browse's insert button, it "refreshes" or calls the memory form and then, upon a second click of the insert button, it calls the update form.

In short, I have to click the insert button twice to insert a record.

Any thoughts?

Thanks!
Don

NetTalk 4.56
Clarion 6.1

83
Web Server - Ask For Help / Lookup button without entry field?
« on: February 26, 2011, 06:36:35 PM »
Trying to have a lookup button on a memory form.  I can have the lookup easily but how can I have it without the field to the left?  I want the button only...

Thanks!

Don

[attachment deleted by admin]

84
Web Server - Ask For Help / Lookup Button on Memory Form
« on: February 25, 2011, 07:34:01 PM »
Got a memory form.  I want to have a button that calls a lookup browse.

Can this be done and how?

Thanks!

Don

NetTalk 4.56
Clarion 6.1

85
Web Server - Ask For Help / Set Filter with Button
« on: February 24, 2011, 07:44:39 PM »
I have a form with some buttons and a browse.

I want to set the browse's filter with the click of a button and refresh the browse.

How to?

Thanks,
Don

86
Web Server - Ask For Help / Cannot get dopdown filter to work
« on: February 15, 2011, 04:05:58 PM »
Here's the filter in question:

'((BRE:BreedCode % 100) <> 0) and BRE:BreedName <> ''NOT ALLOWED'''

This filter works fine in a standard ABC browse.  I cannot get it to work in NetTalk.  Does it have something to do with session values?

Clarion 6.1 9033
NetTalk 4.56

Thanks,
Don

87
Web Server - Ask For Help / How to make Radio control required?
« on: February 07, 2011, 05:44:02 PM »
I KNOW I have done this before but, for the life of me, I cannot remember how.

I have tried everything I know to make a Radio control a form required.

I do not want to use dictionary validation.  Customer does not like it.

NetTalk 4.53
Clarion 6.1

Thanks!

Don

88
Web Server - Ask For Help / How to disable select button in browse row.
« on: February 07, 2011, 04:38:36 PM »
I have a lookup browse.  In each row I have a select button.  I would like to disable the button based upon a condition.  Is this possible?

NetTalk 4.53
Clarion 6.1

I know it's old but it's what the customers has available....

Thanks!

Don

89
Web Server - Ask For Help / Please help with syntax error..
« on: December 29, 2010, 11:39:46 PM »
Working on a NT web app created by another developer.

App uses NetTalk 4 (last build..I forget the number).
Clarion 6.1 9033
Windows XP Pro

Getting a syntax error on this code:

p_web.SetSessionValue('DOG:Sex',p_web.dFormat(p_web.GetValue('Value'),@P^P))

Error is:  Expression cannot be picture.  So I know it has something to do with the @P^P.

Thanks!
Don

90
Web Server - Ask For Help / Validate Entry When Accepted
« on: December 15, 2010, 11:35:26 AM »
NetTalk 4.30 (I know...customer's project)

I need to run some validation code when an entry field is accepted.  For some reason I cannot get the code to fire.  I have checked the "Send new value to server" checkbox on the Client tab.

Basically, I want to check the value entered against existing records to see if that value already exists. 

Thanks,
Don

Pages: 1 ... 4 5 [6] 7 8