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

Pages: 1 2 [3] 4 5 ... 13
31
Web Server - Ask For Help / Re: Form with 2nd File
« on: November 22, 2012, 05:45:48 AM »
Hi Bruce,

OK, I am now so useless I cannot even get the example to work properly, but maybe that is because my TPS is kind of non-existent these days.

But I am sure from the example you will be able to see what I am trying to do.

Note, there is an extra file,Client, and it is on the Mailboxes Form as new Tab.

Thanks
Charl

I have been fighting with this since last week Friday, when I actually watched my 1st Webinar 'live' ever, from beginning to end...

Clarion8, NT 6.51

[attachment deleted by admin]

32
Web Server - Ask For Help / Form with 2nd File
« on: November 21, 2012, 05:39:03 AM »
Hi,

I thought I figured this out, but I'm hitting a snag:-

I have a simple Form that updates the Quotes file.
On this Form I populate the Client File as well.

Now, once I press on Save, I want to access:client.insert(), which works fine (in the Validate Insert embed point) and now I have my Client No, but then I want to say q:clientno = cli:clientno, or p_web.ssv('q:clientno',cli:clientno).

For the life of me I tried everything, I can't find the place to put that code so that it work.  I simply end up with no Client No in the Quotes file.

Please help.

Thanks
Charl

33
Web Server - Ask For Help / Re: Report Progress Bar - In Browse Row?
« on: November 15, 2012, 08:16:23 AM »
Yes, I guessed that NT7 bit - very secretive you guys from Apple, oops, I meant CapeSoft.  I'll stop my fishing expedition.

Let's try (2):

I have a Form, with a Browse embedded on it.
There is a conditional Button on that Row (ie Status=1).
The Button does not show for Status = 0
If I move Button to Form, and I click a new Row, can I change that Button to, for example, Read Only (so you cannot click on it) based on the Status in the Row?

Orraait, nevermind, I think I answered myself here.  The Form is not available from the Browse.

Thanks
Charl

34
Web Server - Ask For Help / Report Progress Bar - In Browse Row?
« on: November 15, 2012, 06:35:51 AM »
Hi Bruce,

(1) It does not appear that a Print Button in a Browse row can have a progress bar.  (a) Is that correct or (b) is that why we wait for NT7?  ;)

(2) If the Print Button is conditional on the Browse, I do not really want to move it to the Frame (the Form in which this Browse is embedded), but if there is no other option, can this be done? ie, hide/unhide (for lack of a better word) the Button as a row is selected? 

Thanks
Charl

35
Web Server - Ask For Help / Re: Delete record when browse is closed
« on: November 15, 2012, 03:37:09 AM »
Hi,

I can confirm that when a user just Close the Browser, the record is not deleted (in my instance In-Memory files with SessionID are not cleared), even if it is before the Parent Call as per Bruce. The time-out and logging off does work.

I guess I did not bring this up before as Session ID's are anyway so Unique I am only affected by the list of 'Users Currently Online'.

[Well, let me rephrase, when you Close the Browser it does NOT happen immediately.  Ok, I checked now, as for the In-Memory driver the clean-up does happen later, I guess when the time-out happens.]

Cheers
Charl

36
Web Server - Ask For Help / Re: alpha-numeric password
« on: November 15, 2012, 03:12:23 AM »
Hi Kevin,

I am not so sure about that, it does not check for SPACES but it certainly check for characters _and_ numbers.

Cheers
Charl


37
Web Server - Ask For Help / Re: Read Only If Condition
« on: November 15, 2012, 02:31:02 AM »
Yes, I think I forgot to add it happens on a _Button_.

Sorry for that.

I added a YesNo field to the web1 example Mailboxes file, and added it as a button to the form with Read Only If condition:

inlist(p_web.gsv('MAI:SizeLimit'),1,4,8)

You'll notice when size limit is 1 it is Read Only, when Size limit is 4 or 8 it is not.

Cheers
Charl


[attachment deleted by admin]

38
Web Server - Ask For Help / Re: alpha-numeric password
« on: November 14, 2012, 06:46:25 AM »
Olu,

If you don't have and don't want to wait:

loop x# = 1 to len(clip(password))
  if instring(password[x#],'ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890',1,1)
    cycle
  else
    !Fail Code
  end

Cheers
Charl

39
Web Server - Ask For Help / Re: Read Only If Condition
« on: November 14, 2012, 01:27:21 AM »
Nope, that was a typo.  It definitely acts as I described. I checked again :)

Thanks

40
Web Server - Ask For Help / Read Only If Condition
« on: November 13, 2012, 04:05:25 AM »
Hi Bruce,

I noticed it before, but forgot about it.  There appears to a bug in the above in the Read Only IF: Condition

inlist(p_web.gsv('OQ:OptionType')=1,4,8) only work for the first item, ie 1.

whereas

p_web.gsv('OQ:OptionType')=1 or p_web.gsv('OQ:OptionType')=4 or p_web.gsv('OQ:OptionType')=8

works.

Thanks
Charl

PS. I did not bother to make an example as this is straightforward.



41
Under Client-Side tab for field quantity, click on send new value to server, put your code there and add a Reset field InvD:TotalPrice 'Value'.

Cheers
Charl

42
Web Server - Ask For Help / Re: Filter Field on a Lookup Field
« on: November 09, 2012, 05:31:29 AM »
Yep, thanks.

Why did I not think about it  ???

Cheers

43
Web Server - Ask For Help / Re: Reports - Progress Bar
« on: November 06, 2012, 04:12:01 AM »
Hi Bruce,

Any Progress (uhmmm, pardon the pun) on this?  It does not look like it is in the version history.

Thanks
Charl

PS. I see at www.capesoft.com/clarion that the download is still 6.48 although if I go to the Docs it is actually 6.49.

44
Web Server - Ask For Help / Filter Field on a Lookup Field
« on: November 06, 2012, 04:08:48 AM »
Hi Bruce,

I cannot see a Filter on a Lookup Button, and ideally I would not like to put the Filter on the Browse as this will mean I have to create a Browse for each time the filter is different.

Can you please put a Filter on the Lookup Button or suggest how I go about it?

Thanks
Charl


45
Web Server - Ask For Help / Re: PDF Tools vs. Softvelocity PDF
« on: October 30, 2012, 04:01:09 AM »
Hi Jim,

Get PDF Tools 4.1.

Enough said.

Cheers
Charl

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