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

Pages: 1 ... 14 15 [16] 17 18 19
226
David,
I am trying to do this also.  However, I am not sure about pop-ups... What if the end user has disabled pop ups on their browser?????
Ron Jolda

227
Web Server - Ask For Help / Re: browse - EIP - dropdown
« on: June 05, 2010, 05:17:30 AM »
Hi,
I have found filters very unforgiving ( as they are in a desktop app).  I have taken Kevin's suggestion and created a variable to hold my filter string and created my own filter strings and debugged them - I would never have gotten them right without debugging the filter string.  I just shove a stop('filter ' & myfilterstring)  and see what the filterstring is really looking like...
FWIW,
Ron Jolda

228
Web Server - Ask For Help / Re: Open message window.
« on: June 05, 2010, 04:12:40 AM »
Hi Kevin,
Thanks, but I am wanting to send the code to the Server to open a new window with the message - i.e. open a new window ('_blank') with the message in it and a Close button.
Thanks,
Ron

229
Web Server - Ask For Help / Open message window.
« on: June 04, 2010, 12:12:38 PM »
Hi All,
I have a process ( in a browse)  that takes about 5 - 10 seconds.  I want to open a new window with a message that says" Build is completed" and a button to click OK to close this window. 
I have tried various permutations but have not been able to achieve this.
What is the easiest and cleanest way to do this??
Thanks,
Ron Jolda


230
Web Server - Ask For Help / Re: setting up filter
« on: June 01, 2010, 11:52:38 AM »
Setting it as a variable was the way to go.  Was able to debug and get it going.
Many thanks for the tip.
Ron

231
Web Server - Ask For Help / Re: setting up filter
« on: June 01, 2010, 02:47:19 AM »
Thanks Kevin,
WIll try this and also will try setting up as variable!
ROn

232
Web Server - Ask For Help / setting up filter
« on: May 31, 2010, 04:17:25 PM »
Hi All,
Trying to set up a filter -  three conditions:
1. JPS:Sdate > today() - 30
AND
2a. Prv:ihid =' &p_web.GSV('_providerID')
OR
2b Prv:alt_ihid =' &p_web.GSV('_altproviderID')

Have it set up as :
'JPS:Sdate > today() - 30 and ( & Prv:ihid =' &p_web.GSV('_providerID') & 'OR  Prv:alt_ihid =' &p_web.GSV('_altproviderID') & ')'

Compiles OK but DOES NOT WORK!

Suggestions please!!!!!

Thanks,

Ron Jolda

233
Hi,
How are you going to do this?
I have a small routine that goes off and does some stuff and returns.  I want to let the end user know to wait while the routine is running ( could be simple screen ) and then close the wait screen when the routine is done....
Ideas?
Thanks,
Ron Jolda

234
Can you put them in cells of a table - i.e. a one row Table,  Option 1 in cell 1, option 2 in cell2 and Option 3 in cell 3?
May need to hand code that.
Ron Jolda

235
Hi
I wrote an HTML help file for my app.
I put a menu item on the Main Menu called "help"
I want to open the HTML help file when they click on this menu item.
For the Menu item I put the title of the page 'WPSClinicHelp.html'  in the URL for the menu item.
I put '_self' in the window.
I have my help file in the same directory as my app and the directory below.
IE tells me that it cannot find the document when I click on HELP.
Am I doing it correctly or is there a better way to display this HELP file.
Thanks,
Ron Jolda

236
Web Server - Ask For Help / Re: Sending file after it is created
« on: May 12, 2010, 02:35:09 AM »
Bruce and Kevin,
My PDF file generation is QUICK - yes, I am aware of time out.
I want to kind of think of it as a REPORT  - the user asks for a report, it is created and then the client is notified that a file is ready for their client to download/view. I really do not want to make a link as they may build this file several times as stuff gets added to it.....
So, Bruce, in part b) - Inside NetWebPage, the PDF is created - how do I queue it up for sending to Client browser.
Thanks,
Ron

237
Web Server - Ask For Help / Sending file after it is created
« on: May 11, 2010, 04:07:55 AM »
Hi ,
I am calling a procedure to build a large PDF file and returning the name of the file that was created.
If it was created successfully I want it to download to the client.
What are the steps to automagically send the built file to the client?
Thanks,
Ron Jolda

238
Hi,
I am trying to get the Unique Record ID for the record that is AutoPrimed on Insert and for the record when being changed.
I am using the code
tir:ihid = p_web.formatsettings.recordid    BEFORE the header....
(PrimeAutoInc is clicked on as well as PrimeAutoInc even if not needed is checked).
this does NOT work at the LookupRelated Records Embed - there is no value yet.
I see that the RecordID is passed to the form
Questions:

1. Is this the correct way to do it?  ( it seems like it may not get the recordID for the current form if there are several forms open...)

2. Is there another way to get it BEFORE the LookupRelatedRecords embed?

Thanks,
Ron Jolda

239
Web Server - Ask For Help / Re: session variables queue
« on: May 07, 2010, 03:19:09 AM »
Hi Bruce,
What is the name of the Session Variables Queue and how can I reference it in a list box?
I see a bunch of typed queues in the net web code.  What is the name of the queue that gets instantiated for the server?
Thanks,
Ron

240
Web Server - Ask For Help / session variables queue
« on: May 06, 2010, 06:17:14 PM »
Hi,
How can I view the session variables for the server and the contents of the session variable queue - i.e. all of the entries in the Session Value queue and the current values for each entry?
Thanks,
Ron Jolda

Pages: 1 ... 14 15 [16] 17 18 19