User Profile

Collapse

Profile Sidebar

Collapse
nesiar
nesiar
Last Activity: Oct 2 '12, 04:44 AM
Joined: Sep 26 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Bars In Chart Are Displaying With The Same Height In Reportviewer Control In Winfom

    I am developing an application which displays a chart using the reportviewer control. The issue is that all the bars in the chart are displaying at the same height when in actual fact,they should be at different heights because they have different values: (23,1,62,1,4).. .how can i get the bars to represent the values that are shown in the series fields?.. Here is the code that generates the report:
    Code:
     try
            {
    ...
    See more | Go to post

  • nesiar
    started a topic Queing Messages For SMS Gateway API
    in PHP

    Queing Messages For SMS Gateway API

    I am developing an application that sends different messages to different recipients.The phone numbers and messages are stored in a table,and i use the curl function in a loop to call the API url.The issue is that after the first 10 (or so numbers),the maximum execution time parameter is exceeded,and not all numbers are sent.The support staff of the gateway company said i should try queuing the messages so that i could send them in bulk instead of...
    See more | Go to post

  • nesiar
    started a topic cURL Truncates Data..even with urlencode
    in PHP

    cURL Truncates Data..even with urlencode

    I am developing an application where i need cURL to transport data to the URL of the sms gateway api. The issue is that the data is being truncated.
    The original data is something like
    Code:
    The Results For Your Son Pedro Have Been Released As Follows: 
        Mathematics:97% English Language:58% Crk:59% Social Studies:67% 
       Commerce:67% Government98% Biology: 100% Chemistry:78% 
        geography:99%
    ...
    See more | Go to post

  • nesiar
    started a topic Simple Issue With cURL
    in PHP

    Simple Issue With cURL

    i am in the closing stages of an sms application that will send different sms messages to different phone numbers. I will be using an sms gateway and my research led me to use cURL to implement the smpp api of the company that has the gateway. I was doing a test run of cURL on my localhost to see if all went smoothly before i implemented on the application(i wanted it to insert values into a table), but it was not working. I turned error reporting...
    See more | Go to post

  • How to send different sms messages to multiple recipients

    Hi guys...i have a somewhat challenging task.I have to write an application with PHP and MYSQL
    This application is intended to be an sms application that sends sms(text messages) to
    various job supervisors,rep orting the messages that their subordinates have received.
    The application is meant to have a template;
    E.g :Message From Postmaster:
    Message From Auditor:
    etc.
    The messages for each subordinate...
    See more | Go to post

  • How to use multiple stored procedures on single page in php

    Hi all,i need help on an application i am writing where i am populating different "select" boxes based on input from a stored procedure "calling" a MYSQL database. The issue is that once i have called a stored procedure,any subsequent call to a different procedure will lead to the page not rendering.
    Here is the page:
    Code:
    <td><select name="leaseType" id="leaseType" >
    ...
    See more | Go to post
No activity results to display
Show More
Working...