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

Pages: 1 2 [3] 4 5 ... 17
31
Web Server - Ask For Help / Re: How to change Browse Button TextValue?
« on: October 07, 2015, 03:36:43 AM »
Hi Terry
Thank you for your help. The code is in the GenerateUpdateButtonsBelow  Start Routine. It still change both the browses Insert Names. Any other suggestions please.

Tanks Johan

32
Web Server - Ask For Help / How to change Browse Button TextValue?
« on: October 07, 2015, 01:14:20 AM »
Hi
I have a memory form with 2 browses on it. I want to change the Insert button text value to 'Add Estimate'
I use   p_web.site.InsertButton.TextValue = 'Add Estimate'

It change now the Insert to Add Estimate, BUT it changes now the insert on both Browse and not on the one browse where I added the code.

How can I change only the one Browse button values and not both of them. The browse without the  p_web.site.InsertButton.TextValue = 'Add Estimate' must not change.

Regards
Johan

33
Hi Bruce
I upgrade to Nettalk8.57 and ensure the new dll files is copied.  The netwebpage still not displayed when no user is logged in.

Any other suggestions.
Kind regards
Johan

34
Web Server - Ask For Help / SSL - NetWebPage does not open anymore
« on: July 29, 2015, 12:49:35 AM »
Hi Bruce
I have a memory form that calls a NetwebPage in source under ValidateUpdate embed point as my last code in the procedure. It was working fine before I upgrade to SSL secure website. The form is call from the menu with all the ticks off for 'User must be logged in'

Then I upgrade and install the ssl certificates. The form is working if not logged in but it doesn't call the NetWebPage at the end anymore.

I upgrade to Nettalk8.56 and make sure the version of the files is 1.0.2d. It still not calling the NetWebPage.

If I login then the the procedure is working fine and the netwebpage is displaying.

Any suggestions.

Kind regards
Johan


35
Web Server - Ask For Help / Request - Condition for lookup button
« on: June 24, 2015, 11:37:44 PM »
Hi Bruce
Is it possible that you can add a condition when you select a field for a Lookup Button on a form. If condition is true show the button and when condition false do not show the Lookup button.

Some of my clients need lookup and others don't need the look-up for the field, An condition field will solve the problem. The same as you did for a read only field.

Many tanks
Johan

36
Many Tanks Bruce

37
Hi Bruce
 i upgraded StringTheory from ST2.19 to ST2.26 and getting compile errors :

Unresolved External APPEND@F12STRINGTHEORYRsblOsb
Unresolved External _SWITCHENDIAN@F12STRINGTHEORY
Unresolved External BIGENDIAN@F12STRINGTHEORY
Unresolved External LITTLEENDIAN@F12STRINGTHEORY

I saw it was added in ST2.22.

How can I resolved this compiling errors

Kind regards
Johan

38
Tanks Vinnie it is working now

39
Hi Bruce

I upgrade from Nettalk 842 to Nettalk851 and also the following templates
StringTheory 2.26
FM3 - 5.25
Draw 3.55
XFiles 2.66
OddJobs 1.39
 After upgrading when I restart the web server and refresh the web browser(firefox and chrome) the security login screen with Username and Password does not appears. I can just carry on selecting the items on the menu. In Nettalk8.42 when I restart the server and refresh the web browser I had to login again and then the menu items were available to select(that was working correctly)

I test it on a secure SSL server as-well as a No secure ssl server. The same happens.

Anny suggestions ho to fix it.

Regards
Johan

40
Hi Bruce

I have a form open from a browse. On the form i have several buttons. Each button calls an other  memory form. In some cases the form must be ViewOnly.

I add for the form called from the button under the embed point - SetAction - Start- the following code:

   if p_web.gsv('sv_ViewOnly') = 1
     Loc:ViewOnly = true
     loc:action = p_web.site.ViewPromptText
     loc:act = Net:ViewRecord
     loc:readonly = true
   END

When the condition is true it change the form to ViewOnly, the fields can still be  edit or new values added in the fields. There is also Checkbox fields on the form and can also still be changed.

Any suggestions how i can fix it so that all the controls is readonly when  the form is in View mode?

Kind regards
Johan

41
Web Server - Ask For Help / Re: Validate Form Data Before Printing
« on: April 15, 2015, 09:17:15 PM »
Hi Mike,

I hide the Print button until all the required fields is completed with a refresh on each field for the Print button.

Johan

42
Hi Bruce
Do you have any suggestions how to change the height and width of a gallery image display.
Kind regards
Johan

43
Hi Bruce
How can I change the display Height or the Width of a Gallery control similar to an image control (Image Width and Image Height)?
Regards
Johan

44
Hi Bruce

I use the gallery control on a memory form. Work fine. How can I change the image control of the gallery to change the size of the control on the window to make it bigger or smaller with a custom setting or in code.

Kind regards
Johan

45
Web Server - Ask For Help / Re: How to keep the ratio of an image?
« on: March 18, 2015, 05:04:02 AM »
Many tanks Bruce

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