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

Pages: 1 ... 10 11 [12]
166
Hi Jeff.

I will try to explain.

Leave your lookup as it was in NT6
Add the Default Sort to the lookup browse procedure as Bruce wrote earlier.

Then view the lookup browse procedure source and search for Procedurename_sort  eg(Lookup_Dealer_Sort) where Lookup_Dealer is my procedure.

This will have a ',number' after the procedure name_sort

You can now add and embed to your Lookup browse procedure in my case (Lookup_Dealer)
Embeds
  Before Browse Lookup
     After Setting Browse Behaviour Settings

Add this as source

        Loc:LocateField = 'NST:SearchCat20'       ! (NST:SearchCat20 = your default sort)
        loc:sortheader = NST:SearchCat20
        loc:vorder = '+NST:SearchCat20'
        loc:vordernumber = '9'                              ! ('9' is the number from earlier)
        p_web.SetValue('Lookup_Dealer_sort','9')  ! (Lookup_Dealer = your procedure name and '9' is the number from earlier)


I suspect there is a much better way to make this work but it works for me as a workaround until Bruce sorts this correctly.

Cheers

Vince



167
Same result for me even with default sort entered.

Work around I add to

%AfterSettingFlavor

        Loc:LocateField = 'NST:SearchCat20'
        loc:sortheader = NST:SearchCat20
        loc:vorder = '+NST:SearchCat20'
        loc:vordernumber = '9'
        p_web.SetValue('Lookup_Dealer_sort','13')

Hope this is some help

168
Web Server - Ask For Help / Re: Excel document on fileserver
« on: December 04, 2012, 07:04:45 AM »
I also had a problem like this on Windows 7 pc the other day. It turned out that the '.xls' extension was missing in my SendTo_Window extension - Output Setup Tab. Word and HTML and PDF all worked OK.

Hope this helps

Vince


169
Hi Peter

I think this is the same problem I have. Since version NT6.34 browse does not refresh correctly. I managed to get round this by changing then browse loading method to FILE from PAGE.

I also have the problem when load method is PAGE when the browse refreshes even when pressing F5 key the Record Pointer does not go to the FIRST record.

Don't think this is any help

Cheers

Vinnie

170
Hi Peter

I am using Clarion 6.3 and NT6.40

I am able to login to my web server app OK using Iphone and Sony phone.

Not sure if this helps.

Cheers

Vince


171
Web Server - Ask For Help / Refresh Browse
« on: August 11, 2012, 12:46:15 PM »
Since version 6.34 I have a problem with refresh browse. If I use Loading Method 'Page' and reset the browse the position seems to alter. Version 6.33 is OK but after this version table position seems to alter.

I tested example  DropFilter(33). After changing AliasBrowseControl Loading Method  from file to page load two rows. Added a few test records and when clicking on the Aliases Menu option The table position alters.


172
Web Server - Ask For Help / Re: Text box display problem.
« on: July 08, 2010, 09:21:38 AM »
Thanks for all your effects.

Sorry I have not been any help but busy all day. You managed to fix the problem before I had a chance to upload app.

No rush so happy to wait for pr26

Cheers

Vinnie

173
Web Server - Ask For Help / Re: Text box display problem.
« on: July 07, 2010, 07:18:28 AM »
Thanks for your reply Bruce.

I tested using your example 3.

I added a new user and the text box displayed correctly. Outer border and line spacing.

When I view the record after saving, the text box border does not display and all data is on the same line.

Is there any thing I should check?

Thanks for your time.


174
Web Server - Ask For Help / Re: Text box display problem.
« on: July 07, 2010, 01:55:48 AM »
Just install NT5 pr25. Still the same problem.

Cheers

Vinnie

175
Web Server - Ask For Help / Text box display problem.
« on: June 30, 2010, 10:04:59 AM »
I am using Clarion 6.3 Build 9059 and NT5 pr16

If I upgrade to version pr17 through to version pr23 any text boxes are not displayed correctly. The border is not displayed and the text is all on one line.

Any ideas

Cheers
Vinnie

Pages: 1 ... 10 11 [12]