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

Pages: [1] 2 3 ... 13
1
Web Server - Ask For Help / Add Button in Page Header
« on: December 31, 2023, 03:34:05 PM »
I need to have a clickable button in the Page Header and when the user clicks it, it pops up a form to enter information and when the form is completed, the info is displayed in the Page Header.

2
Thanks Bruce!
Will do!
Mike

3
Web Server - Ask For Help / Browse Row Color Change when Select Row
« on: June 29, 2017, 06:05:59 PM »
NT 9.21
I have a browse with a conditional CSS and that colors the row based on the condition and it works fine. 

But, when you click on the row, the color stays the same, thus the user doesn't get a visual clue as to what row is selected.  Is there a way to change the color when the row is selected? 

For example, if the row is colored a light green due to the conditional CSS, how to change it to a darker green when the user clicks on it so they have a visual indication of the currently selected row.
Mike Springer

4
Web Server - Ask For Help / Re: Hide Columns on NetBrowse
« on: June 09, 2017, 07:37:52 PM »
Wait a minute!  My question doesn't make sense.  If one record would hide button A but the next record would hide button B, then you can't hide a column because you need both.  What was I thinking?

But, the basic problem is still there.  I only want one displayable button (that is, one column).  In one case, I want a button to call a form and in the other case I want a button to call a URL page.  Is there a way to get one column with one or another button?

Mike

5
Web Server - Ask For Help / Hide Columns on NetBrowse
« on: June 09, 2017, 07:22:17 PM »
NT 9.21
Have a browse with a change button and a button (other) in the row.  Each has a conditional statement so that only one or the other button is displayed.  That works, BUT the column for the hidden button is still displayed. 

How do I hide the column when the button display condition calls for the button to be hidden?
Mike Springer

6
Web Server - Ask For Help / Prime a Browse Field
« on: April 12, 2017, 06:40:58 AM »
Using NT 9.21

Have a browse on a memory form.  The browse is displaying filtered records of a file.  One of the browse fields is a local variable that has to be built by looking up a value in a different file based on the info in other columns of the browse record.  Where would I place an embed to allow the lookup/calculation of this browse field? 

Thanks,
Mike Springer

7
Update - I upgraded to current version of NT 9
And the form tab wizard works great.
Mike

8
NT 8.62
Created a form with Wizard style.  As expected, it shows a Previous and Next button.  However, when I click on the Next (or Previous) button, the tab does not change to the next (or previous) tab.  No embed code, just selected the Wizard form style and created three tabs with a single field on each tab.

What am I obviously missing?
Mike Springer

9
Web Server - Ask For Help / Re: Set Form Tab
« on: April 04, 2016, 01:16:16 PM »
Bruce,
This doesn't seem to work for me.  I am definitely in a "change record" mode and the tab I am wanting to be set on opening the form is the third physical tab (tab # 2), and I have the p_web.SSV('showtab_UpdateMyActions',2) in the PreUpdate routine, but it still opens with tab 0.

I'm wondering if the problem is that the templates are forcing the tab to tab 0 in spite of the embed code in the PreUpdate (or PreInsert) routine.  I say this because the following pattern shows up in the template code:

 of Net:ChangeRecord + NET:WEB:StagePre
    p_web.setsessionvalue('SaveReferUpdateMyActions',p_web.getPageName(p_web.RequestReferer))
    do StoreMem
    do PreUpdate
    p_web.setsessionvalue('showtab_UpdateMyActions',0)

It looks like the template is forcing Tab 0 automatically AFTER the PreUpdate routine.  Same in other stages, too.
Am I misunderstanding this, or is there a way around this so I can force the desired tab on opening the page?
Mike Springer

10
Web Server - Ask For Help / Set Form Tab
« on: April 01, 2016, 07:30:01 PM »
NetTalk 8.62
On a Form with Tabs (Tab type), is there a way to choose which tab is open when the form is opened?  On the basis of a session value when the form is called, I'd like to have the form open with a specific tab opened depending on that session value.
Mike Springer

11
Web Server - Ask For Help / Validate Form Data Before Printing
« on: April 13, 2015, 08:44:12 AM »
Clarion 9.1 NT 8.33

I have a memory form with some fields.  The fields set the parameters that will be passed to a report via a start button on the form.  How do I go about making sure the fields have been filled in when the start button is clicked?

I'd like to run some simple IF/Then tests of the fields and if they are blank (not filled in) then I don't want to run the report but give an error message and return the cursor to the field in question.

Mike Springer

12
Ahhh... the smell of burning underware early in the morning - NOT!

Well, I hate this... been on line with the customer, checked:
Correct Font (Arial) is installed and active and usable.
Generated the report and wrong font.
Saved the PDF and open in Acrobat and print - bad.
Open Word doc and use the same font and print - OK.
No change in printer, no change in printer config, no change in printer driver..

Sniff, sniff, is that burning underware?

Well, then we did what all good techs do - restarted windows and guess what - yep - it prints the right font now.

I hate computers...
Mike

13
One clarification - the formatting problem is definitely that the font size is larger for some reason.
Mike

14
Hi Kevin,
No, it's running from the desktop - not a service.
Mike

15
Clarion 9.1
Nettalk 8.33

Customer just moved the NetTalk Web server and printer to a new building.  Just a move, no changes.
However, now the NetTalk generated reports all have a formatting problem.  Looks like the font is larger than normal and strings that line up horizontally with each other now run into each other.  Doesn't matter what report is run.

No changes were made to the computer, no changes to the application, and the same server attached printer.  The printer is configured as the default printer.  Windows 7 OS.

On the browser end, different browsers, different printers - all that used to display the PDF fine and print locally fine but now display and print with the formatting problem.

I thought this would be a problem where the server no longer had a default printer, but it does - hardwired CAT 5 connected and set as the default system printer.  Printing locally from a Clarion desktop version of the application prints fine.

I'm stumped - any suggestions of what to look for?
Mike Springer

Pages: [1] 2 3 ... 13