Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dnayana
  • Content: Threads
  • Order by date
  1. dnayana

    Line Breaks Not Inserted In Exported RTF Document

    I am exporting content from an MySQL database to a Word Template (RTF) via PHP. There is a section, "Appendix B", which should display all the Acronyms found for a record. The minimum records to appear for this section is 90 (i.e. these are standard acronyms (tblAcronyms) that each record will...
  2. dnayana

    Extracting Data

    Hi All! First, thank you in advance to anyone who can provide assistance. I'm a newbie to XML and this is my first XML project which is a very challenging one. I've been assigned a task where I need to update data within a 3rd party's XML file (the structure is in XML format but the file...
  3. dnayana

    View Microsoft Project (MPP) file in CF

    Does anyone know how to view/pull in data from a MS Project file (*.mpp) via ColdFusion? Are there any CF objects/plug-ins/Custom Tags that has this capability? I've been doing some research on various forums and what I have found thus far is writing VBA code to convert the MPP file to an...
  4. dnayana

    Request Assistance w/Looping

    I need another pair of eyes to try to assist me. What I am trying to do is display records from a view within SQL Server 2000 to the PHP web page. The records are already grouped/sorted on the db backend. I would like my output to be as follows: Status: [Value] Team: [Value]...
  5. dnayana

    Records Not Showing w/Page Navigation

    I'm close to finishing my first PHP application. The problem I am having is when the user clicks on one of the navigation links (i.e. First, Next, Prev, Last), the records do not display -- it remains on the first 18 records. However, the page number url variable do change appropriately. I...
  6. dnayana

    Dropdown values not populating for existing record

    First, thanks in advance to anyone who is able to assist me. I'm a newbie to PHP; this is my first APP. (I normally use ColdFusion to develop a web app -- if you know of any sites or books that provide the PHP equivalent syntax/tags/etc. to Coldfusion, please let me know. Trying to make my...
  7. dnayana

    Problem inserting fields of datatype Money

    First, thanks in advance to anyone who may be able to assist me. I haven't worked with CF for 2+ years and am trying to get back to re-acquiring my skills in this language. Needless to say, I'm having a rough time. Within a table, I have three fields that are of datatype "money". (I'm using...
  8. dnayana

    ODBC: Change Username & Password

    Hi Everyone! I'm a novice at Crystal Reports. I've only been using it since September 06. We have a number of reports (est. 200) that were created by a former co-worker under his username and password. Everytime we open up one of the reports created by him, and run it, we receive the "AR...
  9. dnayana

    Help with If Formula

    I need assistance with writing a formula. Requirement: Display a "1" for each record that have a Status of "Work In Progress" and have a Date Diff of 10-59 days. If I do the following, if {CHG_Task.Status}='WorkInProgress' then 1 then the one displays; but as soon as I add the other...
  10. dnayana

    Guidance on Crosstab or DistinctCount

    Hi All! I'm new to Crystal Reports. The version I am using is 9.2. I’ve tried creating a crosstab report which hasn’t worked so I’m completely stuck on how to go about developing this report. Is a crosstab applicable to this type of report or is there a better way to accomplish this? Thank...
  11. dnayana

    Inline CSS with XML

    I'm new to XML/RSS and have taken over a project from a former co-worker. I'm been trying to research this issue for a couple of days, but have yet to find a solution. Our customer is using an ActiveEdit control within their CF application to input information within their CMS...
  12. dnayana

    Formatt

    I'm new to XML/RSS and have taken over a project from a former co-worker. I'm been trying to research this issue for a couple of days, but have yet to find a solution. Our customer is using an ActiveEdit control within their CF application to input information within their CMS...
  13. dnayana

    Trouble Populating Input Fields from Selection from Select Box

    I've been working this problem for days ... and I still can't figure out what it is that I am doing wrong. What I am trying to do is (automatically) populate input fields from a user's selection from a drop-down box. The First Name (first field) and the User Name (last field) fields are the...
  14. dnayana

    Parse Data

    I have four input fields (i.e. txtIntlPhoneNo1, txtIntlPhoneNo2, txtIntlPhoneNo3, and txtIntlPhoneNo4) that contains data for an International Phone Number. Input fields "txtIntlPhoneNo1" and "txtIntlPhoneNo2" are static fields (99 and 011 respectively). "TxtIntlPhoneNo3" contains the Country...
  15. dnayana

    Error when trying to insert data using <cfstoredproc>

    I have a field (i.e. txtPhoneNo, txtEmail) within my db that allows users to leave the field empty. The result I am trying to achieve within the db is to insert a space (i.e., ' ') in the field if user left the field empty. I was trying to check the value using the IIf statement, but receive a...
  16. dnayana

    Locating A File, Replacing Text Within File

    Is it possible to find a file on a server and replacing specific text within that file via CF code? I would like the user to make a selection from a drop down box and based on his/her selection, I would like to write code to locate the file, find data (within the file) that contains a certain...
  17. dnayana

    Print header & footer on continued pages

    I'm developing a site that requires gov't classification to be printed at the top and bottom of every page. I developed separate CF_INCLUDE files for both, which are used throughout the app. Is there a way to automatically have both (header and footer) printed on every page (i.e., continued...
  18. dnayana

    Line Feed

    I have an MS Access database that I automated to import an MS Word document into the database. When I look at a Report or Form I see weird characters that should be line feeds (the square boxes). Is there any way to correct this? Any help would be greatly appreciated. I am using the following...
  19. dnayana

    MuliUser Newbie (Previously Forgot to Include Subject )

    Thanks in advance to anyone who can provide me some assistance/guidance. I have a database that has to be set up for multiuser access. This is the first for me, so I'm not sure how to go about doing it. I've already split up the db. The tbls are on the network server and I plan on making a...
  20. dnayana

    Problem with SQL Statement: AutoGenerating

    Thanks in advance to anyone who can be of assistance ... I am trying to build on my existing code and still coming up with problems. I have a field (i.e., trackingNo) which is formatted as follows: FY03 (the two digits after FY represents the fiscal year) and is auto-generated by the number of...

Part and Inventory Search

Back
Top