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

Pages: [1] 2 3 ... 13
1
Web Server - Ask For Help / Re: Multi DDL Problem
« on: June 28, 2013, 12:27:03 AM »
Example checked, there is no problem.  I downloaded the upload to new directory, unzipped, compiled, no errors.

Maybe here is a problem:  Clarion 8.0.8973, NetTalk 7.10, StringTheory1.84, PDFTools 4.1 ?

I've added the PDF Tools Extension to the data app as per your suggestion, still compiles fine (here).

I now attach the whole directory as example.  Please have a look.

Thanks

[attachment deleted by admin]

2
Web Server - Ask For Help / Re: Multi DDL Problem
« on: June 24, 2013, 04:05:13 AM »
Yes, and, Please?

3
Web Server - Ask For Help / Re: Multi DDL Problem
« on: June 19, 2013, 04:04:00 AM »
Bruce,

Right, here is the ideal example  ;)   Johan got the App right, sent it to me and I've made the DeskTop app.

And as predicted and experienced elsewhere, we cannot get the Report in the DLL to work as per the documentation.

So in the attachment, Names.app is the NetTalk app, DeskTop.app the desktop app, the report is in dll Na_Reports.app.  Password and username for the NetTalk app is demo and demo.

Please have a look at why the Report only works in the NetTalk app and does not show on the DeskTop app.

Thanks

Charl

Clarion 8.0.8973, NetTalk 7.10, StringTheory1.84, PDFTools 4.1


[attachment deleted by admin]

4
Web Server - Ask For Help / Re: Multi DDL Problem
« on: June 14, 2013, 04:07:11 AM »
Bruce, Johan, Yes,

I have been trying for a few days to weeks now to get this to work too.

The ideal example will have the following:

- Multi DLL NetTalk App
- Multi DLL DeskTop App
- With a PDFTool (4.1) example that can print from both App's (ie a Report.DLL)

Getting the multi-DLL NetTalk App to work has been quite frustrating with the 'Access Violation Errors', thus making it difficult to get that part of the App to work.  Adding a Report.DLL makes it impossible.

Where I managed not to get Errors, either the report in the NT app work, or the report in the DeskTop app.  I think some logic has broken somewhere, but I struggle so much to make an example app to demonstrate this I have given up.

Bruce, please see whether you can construct some example app like this, or if you wish, I can send you 2 of my attempts on 2 different apps (the PDF Tools 4.1 example posted here last week or the Multi-DLL app).  Don't know where else to go with this.

Thanks
Charl

5
Web Server - Ask For Help / Re: Web14 - PDFReportRequiresPDFTools
« on: June 07, 2013, 01:24:36 AM »
Thanks.  Helps a lot!

(At least not my Clarion)

6
Hi all,

It's been a week since my request. Does anybody have a web14 example app ( Clarion 8, PDFTools4.1 ) that works, please?

a) I really do not want to re-install Clarion and all the templates simply to check whether that is my problem if I can simply check whether the example tested by somebody else works on my machine.
b) I cannot wait another week

Thanks
Charl

7
Web Server - Ask For Help / Web14 - PDFReportRequiresPDFTools
« on: May 31, 2013, 04:41:30 AM »
Hi Bruce,

I think I am getting old, done this a few times but for some reason can't spot a problem.

Could you please post the example here, the last build I have NT 7.10 example is broken and it does not want to work as per book.  ( PDFTools 4.1, Clarion 8 )

Thanks
Charl

8
Web Server - Ask For Help / Re: Help with Buttons...
« on: April 04, 2013, 05:20:23 AM »
It sounds like you are trying to Set a Filter, Check the

Using a Form as the Criteria for a Browse

in the Book.  The Book also says - The Dropfilter (33) example contains a form (FilterAlias) which in turn is used to filter the browse.

Hope this helps.

Charl

9
Web Server - Ask For Help / Re: Help with Buttons...
« on: April 03, 2013, 10:34:59 AM »
Hi WebWil,

Your clue is here:

  p_web.site.SaveButton.TextValue = 'Login'

ie, normal Form and change the Text on the Buttons.

Cheers
Charl

10
Web Server - Ask For Help / Re: yes/no confirmation???
« on: March 28, 2013, 04:41:57 PM »
Osa,

I reckon you can do it slightly differently, very briefly more or less...

- Add a local CheckBox:  Please Confirm, default NO.
- p_web.ssv('Confirm',0) when you initialise the form, and remember values that are important for the check
- In the Unhide for the Checkbox p_web.gsv('Confirm') = 1 (Or Hide the other way around I can't remember without checking)
- When the user change a value, make sure to set the 'Confirm' Session Value and add the Checkbox to your list of Reset fields
- Obviously when a value then change the checkbox will appear as some sort of Yes/No Question

When user press Save, check that the CheckBox is YES/ON when p_web.gsv('Confirm') = 1

Cheers
Charl

11
Mike,

I think Memory Form here, ie you do all the work yourself, eg, get the File and then p_web.FiletoSessionQueue(File), etc for all the files.

I guess you can hide the normal Save Button, ie only a Close Button on the Form, and add a Button that says Save, where it is p_web.SessionQueueToFile(File) and then a Put(File).

An earlier posting of mine detail the right Embed points when the Form opens, obviously when the Button is pressed the Embed point would be on the Server side.

I have not tried it, obviously, but I think it should work.

Cheers
Charl


12
Web Server - Ask For Help / Re: Using RUN command
« on: March 22, 2013, 07:00:44 AM »
Ashley,

Sure, I used to do it in the past to Print Documents from reports in another exe, but have moved them since to DLL's.  Something like the following should work, note anything after the exe is just parameters.

!Create Sched at Date of Loss and upload
  k = random(10000000,99999999)
  TheProgram = 'webif.exe '& GLOD:Server &' '& GLOD:Database &' '& c:policyNo &' 1 '& clip(left(format(k,@n_8))) &' 0 '& clip(left(format(C:DateofLoss,@n_8)))
  run(TheProgram,1)

Cheers
Charl

13
Hi,

I am sure I saw something like this, but my memory is weak...

    Image:QuoteNo = p_web.gsv('q:quoteno')
    p_web.ssv('Image:QuoteNo',Image:QuoteNo)

Is there a one liner to do this, ie take the value of    p_web.gsv('q:quoteno')

and assign it to  Image:QuoteNo   and it's   Session Value?

Thanks
Charl

14
Thanks Bruce,

Uhmmm, NT6, but I guess I'll have move to NT7 then.  Please tell me it is already in the 'stable' state?  I can't afford for this not to work while I'm on my way out.

Cheers
Charl

15
Web Server - Ask For Help / Refresh whole Browse after server code run
« on: January 16, 2013, 05:52:15 AM »
Hi Bruce and all,

When I have an 'Other' button (Action 'Other') on a Browse, I have a client side tab available where I can check the Refresh whole Browse after server code run.

Now, typically me, I have an Action: 'Change' Button on a Browse, but then I do not have the client side tab available.  When I change the record then I change the status on the row, and then I would like to refresh the Browse to go to a different tab on the Browse.  I change the filter on the Browse and so forth, but I do not know how to refresh the Browse to go to the new tab on the Browse.

Any ideas?

Thanks
Charl

Pages: [1] 2 3 ... 13