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 ... 3 4 [5] 6 7 ... 12
61
Web Server - Ask For Help / Re: Filter not working
« on: October 05, 2018, 02:18:58 AM »
Hi Brian

Try
'Crs:GUIDStaff =<39>' &p_web.GSV('StaffID')&'<39>'

Should work

62
Web Server - Ask For Help / Re: Buttons all the same size
« on: October 01, 2018, 12:11:20 AM »
Hi Brian

Eample
NetPageForm    Type Button

Button CCS Class  'Pick-firstbutton'


In Custom CSS file

.Pick-firstbutton {
 display: block;
 width: 400px;
 height: 300px;
 border: none;
 background-color: red;
 color: black;
 padding: 1px 1px;
 font-size: 48px !important;
 text-align: center;
 }

Hope this helps

63
Web Server - Ask For Help / Re: CSS and Netwebform
« on: August 31, 2018, 02:39:26 AM »
Hi Brian

I use form style - Rounded

Set Tab CSS - 'OrderWindowOne'

in custom CSS added

.OrderWindowOne {
    background-color: #e6ccff;
}

Hope this helps
Cheers
Vinnie

64
E-Mail - Ask For Help / Re: NT10.26 Email Embeded Image
« on: August 07, 2018, 10:37:32 AM »
Nettalk 10.29 working perfect.

Many thanks Bruce.

65
E-Mail - Ask For Help / Re: NT10.26 Email Embeded Image
« on: July 31, 2018, 08:34:35 AM »
Sorry for the confussion in my last post.
Plain Text is working great In Nettalk 10.28

Bruce I have sent two emails one using Nettalk 10.25 and the other using Nettalk 10.28 to show the effect I am getting.

66
E-Mail - Ask For Help / Re: NT10.26 Email Embeded Image
« on: July 30, 2018, 09:34:43 PM »
Update using NT10.28
Comparing the email message source from version 10.25 and 10.28 I notice that the Plain Text data is missing in NT10.28 version.
Plain text data is not being sent.
Not sure if this will help the image not displaying problem.

67
E-Mail - Ask For Help / Re: NT10.26 Email Embeded Image
« on: July 30, 2018, 08:58:52 AM »
Tested with 10.28 and Xfiles3.05 and StringTheory2.83.

Working better as the images are now being sent with the emails as attachments but are not displayed on the email cleint. Thunderbird or GMail.

First test only I will test some more and try to give you more information.


68
E-Mail - Ask For Help / Re: NT10.26 Email Embeded Image
« on: July 24, 2018, 11:35:04 PM »
Thanks for sorting that.
I will test when the build is up.

69
E-Mail - Ask For Help / NT10.26 Email Embeded Image
« on: July 04, 2018, 02:24:28 AM »
After updating from NT10.25 to NT10.26 Embeded image is not working.
Is there a new setting I need to set?

70
Web Server - Ask For Help / Re: EmailSend NT10.23
« on: June 13, 2018, 01:16:58 AM »
Thanks Bruce,

Updated StringTheory 2.80 and all working great.
Many thanks

71
Web Server - Ask For Help / Re: EmailSend NT10.23
« on: June 11, 2018, 07:54:22 AM »
Thanks for reply Bruce.
Trying to use
C:\Users\Public\Public Documents\SoftVelocity\Clarion10\Accessory\Capesoft\Nettalk\Email\Demo\demo.app

Trying to update SendEmail which I believe you have been updating. Not sure if this is the correct example to use.

72
Web Server - Ask For Help / EmailSend NT10.23
« on: June 11, 2018, 01:36:03 AM »
EmailSend in ABC Demo does not work for me. Any ideas?
Emailsend has worked great before 10.22 / 10.23.
Seems to be CASE Accepted()  in OF ?EmailSend
System seems to hang task manager ups to 33 percent but not responding.

73
Web Server - Ask For Help / Re: Move NT 10.15 web server
« on: February 17, 2018, 02:01:24 AM »
Have you changed the DNS entry so it points to the new public IP address?

74
Web Server - Ask For Help / Re: One browse doesn't sort header
« on: August 08, 2017, 02:25:27 AM »
Hi

Browse column needs to have a header for sort to work.
Browse column needs to be in the data table not in the local data table.

Cheers

Vinnie

75
Hi

Not sure I am reading your post correctly but you do not need to call the browse from the form.

The browse should be a procedure on the memory form. So the form has the date fields and the browse procedure.

Set the button to refresh the browse.
No need to call the browse as the browse is part of the form.

Cheers

Vinnie


 

Pages: 1 ... 3 4 [5] 6 7 ... 12