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

Pages: 1 ... 39 40 [41] 42 43 ... 48
601
Web Server - Ask For Help / Re: How to use INSTRING in a filter?
« on: October 10, 2011, 02:21:38 AM »
Awesome!  Thanks guys!   I have been away from NetTalk for too long!

Don

602
Web Server - Ask For Help / Re: How to use INSTRING in a filter?
« on: October 09, 2011, 04:37:40 PM »
Ah.. a GSV automatically clips.. didn't know that.

Thanks Kevin!!

603
Web Server - Ask For Help / Refresh HotImage
« on: October 09, 2011, 01:47:30 PM »
Okay, I have looked at Example 26a many times. 

I have a browse of images.  I have a HotImage procedure as a child of that browse.

I have the HotImage displaying an image.  Problem is the HotImage is not refreshing when I select a different record in the browse.  There has got to be something simple I have missed.

Any help appreciated,

Don

604
Web Server - Ask For Help / Re: How to use INSTRING in a filter?
« on: October 09, 2011, 04:52:40 AM »
Hey Kevin,

Yours didn't work but it did get me pointed int he right direction.

Here's what did work...

' Instring(<39>' & Clip(p_web.GSV('Loc:Owner')) & '<39>,PER:Owner,1,1) > 0'

THANK YOU!!!!!!

Don

605
Web Server - Ask For Help / Re: How to use INSTRING in a filter?
« on: October 08, 2011, 08:11:04 PM »
Can INSTRING be used this way?

606
Web Server - Ask For Help / Re: How to use INSTRING as a filter?
« on: October 07, 2011, 01:40:22 PM »
I basically want to duplicate the effect of entering data in a locator field but with my own entry control and such...if possible.

Don

607
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

608
Hey Kevin,

Thanks to you, I got it working.  I had to modify your code slightly.  Example:

p_web.SSV('LOC:Filter','PER:PermitNo = <39>' & p_web.GSV('LOC:PermitNo') & '<39>')

Notice the GSV on the search field. 

Thanks for taking the time to help me out!

I appreciate it greatly!

Don

609
Hey Kevin,

Thank you for responding.  I have tried pretty much exactly what you described.  I think my issue is the building of the filter string.  Thanks for confirming that I'm on the right track.

Don

610
Anyone?

611
Sorry...NetTalk 5.37

612
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

613
Same here.

614
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

615
Web Server - Ask For Help / Re: NetSimple Not Working
« on: April 30, 2011, 08:22:37 PM »
I discovered the problem.....

Operator Headspace and Timing....

Pages: 1 ... 39 40 [41] 42 43 ... 48