Has anyone ever printed a specific PDF file based off some criteria with in a dataset in impromptu?
History - We sell publications which sometimes have errata that is in a pdf file specific for that publication. We'd like to have the pdf print if the "Invoice" contains a publication with an...
I'm having trouble running the package installation to move my packages onto the SQL Server.
I'm running SQ2005 64bit. I have 3 connections, 2 to ACCESS and 1 to the SQL Server. I have both the package ProtectionLevels set to EncryptSensitiveWithPassword.
It runs fine in BIDS w/o a package...
I have a 1 page product invoice on 8 1/5 X 14. We want to create a second page based on certain product ids where a second page would be generated displaying other type of information such as related products. This also would pull from a different printer tray. Is anyone out there doing...
Replace does work for the most part, except for one thing. It takes out the breaks or carriage returns that the front end application creates. Is there a way to put in breaks?
I think i'm going to have to use an ODBC from access and do the find and replace manually, which I was trying to avoid.
I know those functions, and they won't do what i'm asking. I want to create something like the find and replace function in Access. Where it will search throw a string of text for a certain field and replace ONLY the word I want to change and leave the rest of the string intact.
How do you change any instance of a string and only that string instead of changing the whole field?
Example:
"This is my string is what to change"
"I only want to change the word string"
I want to change the word "String" in the above to lines to let's say "Data"
Any ideas?
Thanks for your reply Tony.
I put this in the shortcut and I get "Invalid Working Directory" Any ideas?
"D:\Program Files\WordPerfect Office 11\Programs\pdxwin32.exe" -q -p C:\ParadoxTables -w C:\ParadoxTables\Clean1.fsl
Can some tell me what is wrong with this? The -w switch is suppose to change the working directory, but it doesn't seem to be working.
Shortcut Target =
C:\Folder\File.fsl -w C:\Folder\
This is what actually works... Must be something to do with the field type? Feel like helping me with a null value i'm having trouble with Paul?
$Goal=$_POST['Goal'];
if ($Goal == '$') {
$Goal = "0"; #this DOES need an =
} else {
$Goal=$_POST['Goal'];
}
Here's the problem i'm having...
$Goal=$_POST['Goal'];
Is a PHP variable and it's being passed from another form.
"\$" gives me a parse error and
'$' doesn't change the "$" to a "0"
and ideas??
Thanks for working with me Paul.
I get a parse error with this.
$Goal=$_POST['Goal'];
if ($Goal eq "$") {
$Goal eq "0";
} else {
$Goal=$_POST['Goal'];
}
Hi,
I'm passing $Goal from another form. I'm trying to see if the variable has a value of "$". If it does I want to make that value a "0". Otherwise accept the value in $Goal. The script below doesn't work. Any help would be great.
$Goal=$_POST['Goal'];
if ($Goal == "$") {
$Goal...
You are the MAN, Justin!!! I hope you'll be around for the rest of my outdated tutorial!!
Is this part really blocking SQL Injection? Should this be on all of my PHP pages?
I'm natively an ASP programmer and know how to protect from injection in ASP, would be nice to know.
Do I need to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.