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

    c60orax driver needed!

    Can anyone help me find c60orax.dll Oracle driver for dictionary i don't belive it is big.... :) Thanx
  2. Grube

    Synchronization problem?

    When i try to syncronize one of the procedures i get this message: General Protection Fault Detected, See C60LOG.TXT for the details ...i click OK button ( only available ) and then i get this message: Application Errpr Closing current application. all other procedures can be...
  3. Grube

    Report problem

    i want to have one header on my first page, and othe one on all other pages...so the first page should have fof ex. Headar1, and second, third and so on should have Header2. i belive that i need to create two headers but how can i set which one will be displayed on which page??? Thanx
  4. Grube

    OK now i'm realy angry!!!!!

    I manage to get original CD of Clarion 6.0! I installed ( not copied like before ) Clarion, downloaded all updates, start clarion, load project, and it's the same thing... Compile, start app - Ok Shut down App, change something in code or in Window editor, save, compile, start app - NOTHING IS...
  5. Grube

    Report printed twice???

    i have an ultra simple report... two lines in header one in footer ( date, time and page number ) and two lines in page section. No details! In page section i'm printing one line of strings and one line of local vars... but my report is creating two pages .... identical! why... the report is...
  6. Grube

    LOOP FOR???

    can someone please tell me the exact syntax for LOOP FOR... by the clarion's help i've done this LOOP FOR(x,1,5) BY(1) loc:var = KON:Konobar[1] message(loc:var) . i need to get characters individual in the message... any ideas how to change one of the var characters for printing? we in...
  7. Grube

    Compile problem???

    i start my aplication (on PC) but there is changes that i make. I put single message('Helo!') before opening main window and there is no message. i start aplication on my notebook ( same version ) and everything is working fine... i tried to synchronize all procedures, and one of my procedures...
  8. Grube

    Hiting Keyboard key???

    i need to press right arow key, but not with my hand... this is my code IF KeyCode() = mKey THEN SETKEYCODE(0) LOCK_VAR = 'm' Display() Select(?LOCK_VAR) ??? . after "select" is done my LOCK_VAR field is selected and if i continue to write i'll overwrite already writen "m". I need to...
  9. Grube

    pragma changed

    i copied all files from laptop to my pc, so i can continue to work on the software on my PC. On the laptop everythin works great - no errora! When i try to compile and run app in on PC compiling is taking forever displaying something like this: Sizes = Code: 16022; Const:9009; Data: 1028 Making...

Part and Inventory Search

Back
Top