Author: Neosoft Support
Posted: Wed Aug 01, 2012 2:19 pm (GMT -7)
Topic Replies: 2
Try this:
DownloadFile "http://www.neoregalos.com.ar/database/canales.php" "[TempDir]canales.csv" "Async+HideProgress"
_________________
NeoSoft Support
Author: Neosoft Support
Posted: Wed Aug 01, 2012 2:19 pm (GMT -7)
Topic Replies: 2
Try this:
DownloadFile "http://www.neoregalos.com.ar/database/canales.php" "[TempDir]canales.csv" "Async+HideProgress"
_________________
NeoSoft Support
Author: David de Argentina
Subject: DownloadFile question…
Posted: Wed Aug 01, 2012 12:59 pm (GMT -7)
Topic Replies: 0
Hi all,
I need download a php resulset.
I do:
DownloadFile "http://www.neoregalos.com.ar/database/canales.php" "[TempDir]canales.csv" "Async"
Everything is ok, but i can see a flash on the screen, that dissappairs inmediatelly.
This catched this flash. It is an alertbox and look like this:

I don’t want this message on screen.
There are any way to avoid this totally ?
Thanks in advance,
David de Argentina
ps: english users: Descargar = Download.
Author: David de Argentina
Subject: PHP question…
Posted: Fri Jul 20, 2012 8:28 am (GMT -7)
Topic Replies: 1
Hi all,
I’m doing a program that launchs a chat client into a webbrowser object.
In fact, all works fine, but some parameters are mismatched.
I posted a message on the specific forum:
http://www.phpfreechat.net/forum/viewtopic.php?id=5795
and someone tell me use $ _SESSION function to get the values.
But i don’t have idea how to addapt the program with $ _SESSION !
Does any tell me the way ?
Thanks in advance,
David de Argentina
Author: dpayer
Subject: Re: PHP question…
Posted: Fri Jul 20, 2012 9:07 am (GMT -7)
Topic Replies: 1
| David de Argentina wrote: |
|
and someone tell me use $ _SESSION function to get the values. But i don’t have idea how to addapt the program with $ _SESSION ! |
I am not a PHP developer but I do adapt some php apps for my purposes.
The session variable is set at the server via php code. If you want to use those variables in your NB app you will need a php page that reveals them to you.
Here is something I found that may give you ideas.
http://php.about.com/od/advancedphp/ss/php_sessions_2.htm
David P.
Author: shx
Subject: hpwmapimail – hpwutility question
Posted: Thu May 31, 2012 2:15 pm (GMT -7)
Topic Replies: 2
Using mailto: in internet explorer brings up microsoft outlook but when I try
hpwmapimail nothing happens. Any idea why?
_________________
- Steven
Author: shx
Posted: Thu May 31, 2012 2:49 pm (GMT -7)
Topic Replies: 2
the difference is that outlook 2003 is installed and should work.
_________________
- Steven
How can you tell when a prank has gone too far and strayed into bullying territory? Are high jinks and teasing just a natural, innocuous part of life, or can poking fun at others do real, lasting harm?
With meme-production an increasingly commercial venture, and Washington looking to pass copyright-protection legislation, is the unchecked, often insular and happily antagonistic spirit that fuels so much web comedy in danger of being snuffed out?
Author: Gaev
Posted: Tue May 01, 2012 4:40 pm (GMT -7)
Topic Replies: 1
Fred:
Databases always append new records … but they can be made to display records in a sorted order … so what you can do is have a field in the database called SortOrder … and then ask to view the records sorted by this field.
Some tips for easy maintenance …
1) when adding a record (playlist line), assign SortOrder numbers in increments of 1,000 or 10,000
2) so when you want to insert a line between SOrtOrder of 1000 and 2000, assign it a SortOrder of 1500 … and then 1250 or 1750 etc.
If you run out of numbers … e.g. you need to insert between lines with SOrtOrder of 1201 and 1202 … you have to export the records (or copy them to another Database Table) … in the SortOrder … and then reload them with a new SortOrder that is spaced again by a 1,000 or 10,000.
P.S. Make sure the SortOrder field is defined as numeric … because text fields will sort like this …
1
10
101
102
11
110
12
13
…
19
2
20
21
…
29
3
etc.
_________________
Gaev
http://www.scriptedlogic.com/