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 - Nick LeForte

Pages: [1]
1
Web Server - Ask For Help / Re: Validate using Radio Controls
« on: September 27, 2007, 09:33:23 AM »
Thanks Bruce, I can wait for the official release of 4.30 . I  have it working for now as explained. I appreciate you offer however.
Thanks.

2
Web Server - Ask For Help / QBE - Is there one yet?
« on: September 25, 2007, 11:24:53 AM »
I was wondering when the once mentioned QBE form was to appear for NetTalk? This was mentioned by the makers back in around July.
Does anyone out there have one or a simple solution to implement QBE for browses?

Thanks,

3
Web Server - Ask For Help / Re: Validate using Radio Controls
« on: September 18, 2007, 01:18:24 PM »
Exact problem I'm having, My solution was to remove the radio options altogether in the dictionary and set no validation on the field. I set it all within the NetTalk environment for now. Not a solution but a short gap work around...
Regards,
Nick

4
Web Server - Ask For Help / Re: Validate using Radio Controls
« on: September 14, 2007, 08:15:42 AM »
The only solution so far was to remove the radio options from my dictionary. I then created the options within NetTalk and selected the Client Send to server check box as you suggested. This works but is not what I expected, I'd like to retain my options for the field in my dictionary for regular compiled versions of my application if I could.

Regards,
Nick

5
Web Server - Ask For Help / Re: Validate using Radio Controls
« on: September 13, 2007, 10:17:07 AM »
Not sure what you mean entirely...
My field string is defined as string(20)
in the dictionary, my radio options are defined as shown above. This has always worked in a standard complied exe app.
I'm trying to duplicate the same function in NetTalk, I can't find a solution in any of the docs on how to implement a dictionary field with radio options. I tried selecting the field > selecting radio field type then enter the same names and options as defined in the dictionary. Doing this does not work.  ???
Thanks,


6
Web Server - Ask For Help / Validate using Radio Controls
« on: September 12, 2007, 02:16:05 PM »
I'm having difficulty in implementing form radio controls.
I keep getting an error telling me that the field must be in the SP|RE|SS|ISO|PS|SV|D|3P|O
which are also my only radio selections on the form.
I put the results in i.e. 'SP' and SP with no luck.

The field in the dictionary is defined properly and works for standard applications, just not using NetTalk.

Can anyone help me??

Thanks,
Nick in Vancouver

7
Web Server - Ask For Help / Re: Update problem from 4.26 to 4.28
« on: July 13, 2007, 05:36:43 AM »
Thanks Bruce, I'll do that now.
Cheers, :)
Nick

8
Web Server - Ask For Help / Update problem from 4.26 to 4.28
« on: July 12, 2007, 02:29:38 PM »
Hi,  :-[
I've updated from 4.26 to 4.28
Everything worked fine under 4.26
Now
I get the error as shown when I try to insert any fields from a table using a new instance of the NetWebBrowse procedure.
Older program are okay i.e. the NetWebBrowse inserts work fine, It's just any new NetWebBrowse procedures that give me the problem.
Any works of help?
TIA
Nick LeForte - Vancouver

[attachment deleted by admin]

9
The Rest - Ask For Help / Re: MOdifying StyleS
« on: June 25, 2007, 09:09:25 AM »
Thanks Bruce, I'm really looking forward to that, I'll keep a close eye on the posts here. :)

10
The Rest - Ask For Help / MOdifying StyleS
« on: June 23, 2007, 04:31:07 PM »
Hi,
WHAT METHOds or software do you recommend  to modify the style sheets for the web server css files?  What files and  sections for what areas and controls do I modify? Is there some docs on this?
I'd like to change the look to suit our Sharepoint site.
TIA
Nick

11
Web Server - Ask For Help / Re: NTalk- Browse Query
« on: June 22, 2007, 07:36:58 AM »
Whew! :o That was a read and a half, I think I got it though, Thanks very much John
Cheers,
Nick

12
Web Server - Ask For Help / Re: NTalk- Browse Query
« on: June 21, 2007, 03:20:59 PM »
I have posted a (probably too long) tutorial in the Tips section about building queries with the NetTalk Web Browses.  I hope it helps!

Thanks, where's the Tip Section?

13
Web Server - Ask For Help / Re: Images in a browse
« on: June 21, 2007, 03:03:09 PM »
You can see an example in the attachment. Here i have the Country lookup the flag image using the name as the country and appending the .png extension from the sub folder web\flags

In the list of offices you can see an icon color button depending on the type of office it is. Also the button titled weather on this list passes the variables Country, City to Yahoo weather site and launches it in the current frame.

I put the code in the embed "Validate Rocord" section as shown below.
It checks to see the record lab type and assigns the local variable LOC:Flag to the icon desired image..

Case  FOG:Status_LabCap
    Of 0
    LOC:Flag='images/none.png'
    Of 1
    LOC:Flag='images/agri.png'
    Of 2
    LOC:Flag='images/pet.png'
    Of 3
    LOC:Flag='images/both.png'
    Of 4
    LOC:Flag='images/nolab.png'
else
    LOC:Flag='images/none.png'
End !Case


hth

[attachment deleted by admin]

14
Web Server - Ask For Help / Re: NTalk- Browse Query
« on: June 18, 2007, 03:45:07 PM »
 :)
Thanks, I'm looking forward to it...
Cheers,
Nick

15
Web Server - Ask For Help / NTalk- Browse Query
« on: June 18, 2007, 07:27:13 AM »
Hi, does anyone have any samples of how to build a browse query?
i.e. several columns of the browse at the top of a browse page  similar to a search, only fields with data entered will build and pass the filter to the browse.
TIA
Nick

Pages: [1]