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 Chris 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: *

  1. jjyxk845

    Clarion Report writer

    i've tried telling the group footer to be on a new page, that didn't work. sorry any more ideas???
  2. jjyxk845

    Clarion Report writer

    Hi, Thanks for taking the time to reply. It is the standalone RW. Its funny because I have some calculated fields for the current record from the detail appear correctly in the page footer but some datafields show the next record. Any Ideas of whats causing this?
  3. jjyxk845

    Clarion Report writer

    Hi, I'm Having problems writing a report and wondered if any one can point me in the right direction. I have my 3 bands defined, Header,Detail and group footer. The problem I have is that i want the group footer to Appear at the bottom of the page like a page footer. instead of after the last...
  4. jjyxk845

    Network printers

    heres the win xp error report if its any help!! <?xml version=&quot;1.0&quot; encoding=&quot;UTF-16&quot;?> <DATABASE> <EXE NAME=&quot;istpay.exe&quot; FILTER=&quot;GRABMI_FILTER_PRIVACY&quot;> <MATCHING_FILE NAME=&quot;CS.EXE&quot; SIZE=&quot;1168896&quot; CHECKSUM=&quot;0x5CFA6AE4&quot...
  5. jjyxk845

    Network printers

    Adding a local printer didn't work Thanks for the susgestion. Anybody got any more ideas?
  6. jjyxk845

    Enable/Disable report preview

    in the init procedure(),byte,virtual embed point Place ThisWindow.SkipPreview = True
  7. jjyxk845

    Network printers

    Has anybody had a problem printing to a network printer (one with a IP address)from a clarion 5 program running on win XP. I get a Ilegal opp error in Clarionprog.exe when I try to print.
  8. jjyxk845

    Now do I stop more than 1 copy of exe opening?

    Many Thanks After playing around with your code I've got it working Thank you for all your help JJ
  9. jjyxk845

    Now do I stop more than 1 copy of exe opening?

    Hi Thanks for the quick reply Ive added those but now its giving this error Parameter cannot be ommited at this line FindWindowHandle = FindWindow(,FindWindowName) Many thanks again JJ
  10. jjyxk845

    Now do I stop more than 1 copy of exe opening?

    Thanks for replying But I have a query when I try to do the following in the global includes add this: Module('Windows API') FindWindow(*LPCSTR,*LPCSTR),HWND,PASCAL,RAW,NAME('FindWindowA') End I get the following error illegal return type or attribute I was not sure where to put the...
  11. jjyxk845

    Now do I stop more than 1 copy of exe opening?

    Now do I stop more than 1 copy of exe opening? Ie when you double click on the shortcut a second time it maximizes the window rather than open a new one?
  12. jjyxk845

    Forcing a program to EXIT

    This the method I use On the main Procedure In the open window embed put LOGONSCREEN IF RETVAL = '1' THEN SELF.POSTCOMPLETED ; RETURN LEVEL:fatal. Logonscreen is the procedure to logon on the logon screen disable the ok button until the password etc are correct. Then just use it to close...
  13. jjyxk845

    Clarion In the Channel Islands

    Is there anybody with Clarion 4,5,5.5 knowledge In the Channel Islands(uk)
  14. jjyxk845

    Upgrading to C5.5

    Ive discovered that it's caused by a product (usually but not always clarionet) overriding the builtins.clw. Unfortunately along the c5.5 path the behaviour changed so that all in all it's now fairly cloudy If you are getting this message then add the following code snippet to your...
  15. jjyxk845

    Upgrading to C5.5

    When trying to upgrade a c5 app to c5.5 I get the following error. Snytax error. Unknow procedure label at the points 'SystemParametersInfo' in the following code. Has anyone come across this pproblem. Please help SystemParametersInfo( 38, 0, lCurrentFDSetting, 0 ) IF lCurrentFDSetting =...
  16. jjyxk845

    How to Import data into TPS file?

    There is a addon called Impex with allows you to import and export from tps file to csv and xls files is the the following link. http://www.sterlingdata.com/impex.htm Hope this helps JJ
  17. jjyxk845

    output clarion report to disk

    Hi In the dos versions of clarion you had the option of sending a report to screen/printer/disk is this possible in clarion5 or 5.5 many thanks JJ
  18. jjyxk845

    exe coused an access violation in WOW32.dll at 0x0ffc73eb(cw20/w2000)

    I'had this problem with a clarion 5 app on windows 2k. check out mskb for details on how to sort it.

Part and Inventory Search

Back
Top