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 TouchToneTommy 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: tickko
  • Content: Threads
  • Order by date
  1. tickko

    Datagrid - Linkbutton Redirect Function

    I'm sure that this is possible, just can't seem to get it to work. Within a ASP.Net page I have a datagrid. Within that datagrid I want to redirect the user to an edit page, sending the 'index' key along with the address using javascript. I've successfully opened a new window with a...
  2. tickko

    Calling a VB Class from ASP.NET (VB Client Side)

    hi, i'm working on learning vb scripting in asp.net client side, and i've run into a little snag. i'm sure its possible, how would you call / instantiate a class in vb script. i know you can call it in the code behind but i need to work on client side. Code: <script language="VB"...
  3. tickko

    Binary Conversion Not Matching Up

    hello, i'm hoping that someone can help with this little problem. i have an third party app with a gui interface and sql back end. the app has the capablities of entering in users through the front end but i have created a sql script that reads an alternative table of users and inserts them...
  4. tickko

    Convert .ps to .pdf & ASP.Net

    Hi! I'm learning the .net world (vb6er), and was wondering if any of you brains out there know if there is a way to convert a .ps (postscript) file to .pdf file within ASP.Net. I'm looking to recreate what Adobe calls their distiller. I'm not partial to Adobe in anyway, so if there is a...
  5. tickko

    StrikeThrough Field

    i know this is probably simple but i am looking to strike through a field based on the value of another field in a report in access. basically the outcome would be if the estimate column is 'yes' then the cost is striken-through. any ideas would be greatly appricated! t
  6. tickko

    Save Long Binary as *.jpg

    I have an Access DB with OLE Object fields and i'm looking for a way to export / saveas those embedded objects (pictures) as jpeg files. Is this possible to do? If so, how would I go about programming it? Can I do it in either Access or VB6? Thanks!
  7. tickko

    Setting Margins in VBA

    Just wondering if theres a way to program margins of a report during the open sub? In a few of my databases with complex reports, the page is set to landscape with .25 margins. When openning the report, the page is set back to portrait and 1 inch margins. Any help would be greatly...
  8. tickko

    Field Justfication

    hi...i'm looking for a way to justify a field according to another fields value. if a field {justification field} = LJ then another field will be &quot;left justified&quot;. is there anyway to write a formula to set a field justification according to that justification field? i'm fairly new...
  9. tickko

    Passing Variables to a Fomula Field

    i am new to cr 8.5, from access reporting...how would i go about passing variables to a blank field (formula field?). i am trying to pass information from the detail section down to a footer section in the hierarchy. ex: Project ---sign ------sign copy (one to many with sign) (detail) ---sign...
  10. tickko

    bound object frame insert cmd on click

    what would the code be to use the insert object command from the right click menu on the click of a bound object frame versus having to right click everytime?
  11. tickko

    trigger - passing affect row (index) to a variable

    i'm looking for some assistance on a trigger i'm developing. upon update, i need a trigger to update tables in oracle based on an index and information in a table in sql. the problem is, how do you pass the index from the updated row in sql into the trigger? -------------- create trigger...

Part and Inventory Search

Back
Top