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 strongm 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: tjc240e
  • Order by date
  1. tjc240e

    Access Violation in trees...

    Apparently either Dispose(DataPtr); is in the wrong location or something is wrong with it. I commented it out and I no longer get the access violations. When/Where should I be using the Dispose? I "believe" that the problem is that dispose is destroying the dataptr informatin on the last...
  2. tjc240e

    Access Violation in trees...

    I am getting an access violation on the last addchildobject i add to my tree? any ideas? It generates the tree fine just when i go to the form and click on the one that is added last do i get the access violation. The following code generates the tree: procedure MakeTheTree(udfName...
  3. tjc240e

    Some Help Deciphering...

    it doesnt appear to be linking the three tables together anymore. Also im wondering if there isnt a better way to do searches for information rather than using a dynaset?
  4. tjc240e

    Some Help Deciphering...

    I have been given this code which is currently in use in a part of our program. The programmer who developed this is no longer with us and this code does not seem to be working anymore. Im assuming that this is a DynaSet setup? Anyone give me pointers on this? with AttendData do...
  5. tjc240e

    Boolean not assigning in Procedure

    I do understand, thanks for taking the time to explain it. Tom
  6. tjc240e

    Boolean not assigning in Procedure

    But I only want it to Recreate the Full List if it is needed. See if someone from the initial list already selected (EventType=WorshipService) then the first part of the If will not ReGenerate, thus we still have a full list. So if they change the (ReportTpe <> CommunionList), then the...
  7. tjc240e

    Boolean not assigning in Procedure

    RebuidList was a local variable to the ReportTypeClick procedure. I've tried changing the name to a couple different things and it does the same thing when i break right before it and run it i see my break line in red then the next line it rebuildlist and it skips it. You know how the dots...
  8. tjc240e

    Boolean not assigning in Procedure

    For some reason the RebuildList Boolean in this procedure refuses to run? I don't rightly understand exactly why but when i debug it, it skips right over the RebuildList lines. The hints tell me Value Assigned to 'RebuildList' never used, but you can clearly see that i am using the...
  9. tjc240e

    AddChildObject problems

    For anyone who might be interested i found the solution on a different website... Thanks to all who helped me getting it this far... Anywho the following code is what i did to get the results: var sNode, x, xTblId: String; begin ListAttendEvents.Clear; SNode:=AttList.Selected.Text...
  10. tjc240e

    AddChildObject problems

    Ok now i know how to retrieve the text from what ever item is selecting in my AttList but how to i retrieve the pointer? There is nothing that pops up in the listing that talks about pointers? The index tells me what number the item is indexed at but that is not the number i need. Any...
  11. tjc240e

    AddChildObject problems

    Griffyn; so your saying that i dispose of the PData (pointer array)? Do i do that at the very end of the procedure or do i do that end of the whole program?
  12. tjc240e

    AddChildObject problems

    I am getting an access violation error in the line DataPtr^.PID:=ParentID; and im not sure what is happening. I was following the tutorials for setting up pointers to use in the TreeNode and TreeView. If i remove that line and replace the AddChildObject with AddChild it works without a...
  13. tjc240e

    Displaying chapter issue

    And now i feel like a moron.... thanks for the help.
  14. tjc240e

    Displaying chapter issue

    I wrote my book in individual chapters and the one chapter for some reason does show the side white area. Usually when i place a picture i like to look at it first and i usually put it off to the side so it doesn't shift all my text, but on this one chapter the sides are grey and any picture...
  15. tjc240e

    Gate Keeper

    I did rebuild my laptop, and then reinstall dreamweaver, but it's not just on the laptop that i'm getting the problem. could it be with the site that is holding my pages? Do i need to put something on the site that i might be missing?
  16. tjc240e

    Gate Keeper

    I dont know if any uses this little program but i like it for simple password protection of a file. It seemed to work for a while and now all of a sudden it keeps giving me opener.closed is null error message. this line is in the second code block. Also i've worked around it and removed that...
  17. tjc240e

    Converting a Book to B&amp;W

    Thank you jmgalvin, i was able to print the book directly to the pdf printer and change it to composite greyscale. and the printers said that it was good and they wree able to use it. Thanks again very much
  18. tjc240e

    Converting a Book to B&amp;W

    Are you saying to do this in Indesign? Or in adobe Reader?
  19. tjc240e

    Converting a Book to B&amp;W

    Im not sure what you mean by use a driver that doesnt support color? I do need to take the "Book" from indesign that i put into a PDF file and convert the whole "Book" into a greyscale PDF file. OUr printers have told us that the program they use (workflowsystem) doesnt produce the pdf...
  20. tjc240e

    Converting a Book to B&amp;W

    Is there a way to take a multi-chapter indesign book and convert the whole thing into B&W/Greyscale? I've been looking through the settings and i'm not finding anything thing that would let me do this... Any suggestions? Thanks Tom

Part and Inventory Search

Back
Top