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 Chriss Miller 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: schothorst
  • Content: Threads
  • Order by date
  1. schothorst

    update event

    Weet iemand hoe ik een zoekscherm direct kan laten zoeken Ik heb een em_klantnaam Als ik daar intik bv de letter A dan wil ik heb direct het volgende script laten uitvoeren ls_klantnaam=string(em_klantnaam.text) + "%" dw_zoekopnaam.retrieve(ls_klantnaam) en daarmee laat die alle klanten...
  2. schothorst

    colorlines in graph

    hello is there a way of getting control of the colorlines in a graph when I make a datawindowd 'graph' on a stored procedure I have a lines now, (red and green) but the green is very ahrd to see. Is there a way to get control of the green line and give it an other color ? happy to here about it
  3. schothorst

    ip check

    is there a way to check if a router is online . I want something like: li_ipcheck = ping 172.316.10.251 IF li_ipcheck > 0 then messagebox("ok","ok") else messagebox("not oke","not oke") END IF Any help will do Thnaks
  4. schothorst

    string formula to integer

    Hello Hopefully someone can help me Is it possible to convert a formula as a string to an integer. For example ls_formula = "(1000-800)/20" as a result i want li_result=10 But the formula will change evrytime when I run a new querie so the next time it could be something like...
  5. schothorst

    Right mouse button

    Hello Does anyone know how to script, or where, that a message will come op when i press the right mouse button on a datawindow.
  6. schothorst

    ODBC with paradox

    HEllo I want to using paradox tables in Powerduiler. I made a connection profile. Connections is sucfully but If i wnat to open a table in the database painter it says :table 'x' has no collums, possible invalid file format Anybody got an idee cheers
  7. schothorst

    print through popup

    hello i'm struggeling with the follwing problem I have a window with a print button. after I press the print button, I want a popup where i can fill in the number of prints. after closing i want to close the popup and print dw_data the number of times i choose in the popup what i have so far I...
  8. schothorst

    Reset / clear out the clipboard

    Hello Is there a way to reset the clibboard I will copy something on it a few times but in between I need the erase the clipboard. Is there a way cheers
  9. schothorst

    random number between limits

    hello anyone now how i can creat a serie of numers at random with limitations? So as a example. I will fill in: lowest numer:1 highsets numer:8 click on a button will give: 15268473 an other click will give : 68152437 etc, ect So a random generator but between values i will type in tekst...
  10. schothorst

    insert muliple rows

    Hi I want to insert multipel rows at the same time in a datawindow. Is that possible? I am using this code right now, but that will only insert one row. I want to insert as many rows as i choose from a dropdownbox. thanks

Part and Inventory Search

Back
Top