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

Pages: 1 ... 23 24 [25]
361
Web Server - Ask For Help / Insight Graphing
« on: September 11, 2007, 11:09:21 AM »
What would make an IG graph loose it's 3d?
I have a browse beneath a nice bar graph of the data in the browse.
When you select the data set and go to the browse the graph displays with the usual nice 3d columns.
When I select a record from the browse to edit and come back from the form, the graph displays the bars as flat bars. No shading or 3d-ness.

Not a show stopper but makes it look unprofessional.
Edit - > BTW - if I click refresh, it refreshes and displays properly.
btbtw - using NT 4.28
thanks,
chris

362
Web Server - Ask For Help / Nettalk and Winevent ds_debug
« on: September 11, 2007, 10:54:34 AM »
Is there a way to keep winevent from sending all the html to debugview?
All of my debug messages come through fine but I have to sift through the load of html that is produced by the server.

Thanks,
chris

363
Web Server - Ask For Help / File system errors and timeouts
« on: September 11, 2007, 10:37:59 AM »
I don't see anything here on this so I must be missing something...
I am using MSSQL and doing some auto-updating from uploaded csv files.
This all works very nicely until there is an error during the update.
Clarion pops a message on the server and the poor shlub out on the web gets a wait cursor and a timeout.

In my update procedure, I use -
 if access:myTable.tryupdate()
    posterror( this a procedure that builds a static page with processing errors)
 end

and then continue processing the rest of the incoming records (i think)
Like I said, did I miss something?

Thanks,
chris c

x-posted on 3rd party NG


364
Web Server - Ask For Help / Re: Child browse problem
« on: September 11, 2007, 10:30:22 AM »
Did you ever find an answer here?
This is a problem that I am seeing as well.

Chris

365
Web Server - Ask For Help / Re: Child Browses - What's the magic?
« on: September 03, 2007, 11:27:26 AM »
Thanks, Bruce. If the validators are to be believed, there are a LOT of xhtml errors all over the place. Mine particular one was to put ' ' as the browse title in order to position it.
I don't understand it, but when I removed that, it all worked again. Now I'm off to see if I can get the third level of this lookup to work.

chris c

366
Web Server - Ask For Help / Re: Child Browses - What's the magic?
« on: August 31, 2007, 05:50:20 AM »
I made sure of my keys and it worked exactly once.
Now it is not refreshing the page when I select an item from the parent. If I select a parent record and then click refresh, the child displays properly.

 ??? Chris

367
Web Server - Ask For Help / Child Browses - What's the magic?
« on: August 30, 2007, 03:32:46 PM »
Sometimes the magic works, and sometimes it doesn't....
This is x-posted at the 3rd party NG.

I must be missing something because I just can not get a child browse to work.
Both browses work fine by themselves but when I put them together, the child will only display children of the last record in the parent.

I am using file relation as the filter for the child.
This is on a MSSQL database. Could be the problem?

Thanks,
chris c 

368
Hi Bram,

When you say Text type, do you mean a very long string?
Currently, session value can be up to 256 characters.
I think you could lengthen the Net:ValueSize but I you might be better off using an unthreaded global memory table or Queue with your session  Id as the key. You may need to make your own get and set functions for it to make it easy on yourself.

Chris

369
Alan,

This is very much what I'd to be able to , too.
I have it down to get the file, run some validation on the data, and then let the user know of any errors.
My problem so far has been how to manage the file location. I'd like to get it into a subdirectory of uploads. Got some help from Bruce in the Clarion Forums. He suggested I look here.

Have you come up with a solution? What other problems did you come up against?

Thanks,
chris

Pages: 1 ... 23 24 [25]