Thanks Jason,
I thought about the if statements (or a switch) but being a lazy programmer and not wanting to type all those conditions, there has to be a more elegant way.
myvalue is going to come from a commandline argument.
In PHP, I can do *something* like this:
$myvalue =...
Hi guys,
How can I use myvalue where I currently have ???????.
string myvalue = "minFinalRent";
foreach (FloorPlanUnitType fput in response.floorPlanUnitType)
{
Console.WriteLine("Min Final Rent: {0|C}", fput.minFinalRent);
Console.WriteLine("Max Final Rent: {0|C}", fput.maxFinalRent)...
Hi,
I need NUMBER_TO_ORDER to contain the difference between DEVICE_COUNT and TARGET.
But I just can't seem to figure out to to get them to subtract.
mysql> SELECT
-> product_type as 'MODEL',
-> REPLACE(REPLACE(REPLACE(available, 900, 1),1, 'New'),2, 'Used') AS 'CONDITION',
->...
Thanks Ian,
Yes that spits out records, but it doesn't get what I want.
I have the following working for this month. But if I change the WHERE to include last month and this month, it sums them all on one line instead of splitting them separate lines for each month/item_name.
SELECT DATE...
Hi guys,
I have 2 tables that I keep orders in.
One has order info (SS_orders has dates, shipping info, etc).
mysql> SELECT
-> SS_orders.index,
-> SS_orders.date_received
-> FROM SS_orders
-> WHERE
-> SS_orders.date_received < '2008-11-01'
-> ORDER BY `index` DESC...
Hi,
Anybody got any recommendations for a envelope friendly printer in the sub $500.00 range?
We batch print about 150 a day and I'm getting real tired of having to feed 20 at a time into my HP LaserJet 1100. And 20 is really too many.
All I can find are $1000+ and the boss won't go for...
Hi guys,
You don't know how much this forum has helped but I'm stumped.
See http://www.tek-tips.com/viewthread.cfm?qid=826074&page=1 for my configuration.
My user needs to change their AA message which seems to be playing from box number 771 which has a COS = 15 for AA1.
You can dial 771...
I found it!!!!!!
Extensions -> More -> Group Calling -> Line/Pool -> 771 -> Enter -> 70 -> Enter
This made group 771 answer trunks assigned to pool 70. It then overflows to 770 after 20 seconds but calls MailBox = 771.
I then had to build a MailBox 771 with a COS=15 and everything works as...
So I have a another group 771 set to overflow to 770 and mailbox 771 built as COS=15.
But I'm more confused than ever.
How do I get trunks 801,802,803,804 (pool 70) to ring on group 771?
Thanks,
Shanon
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.