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

    Repeater...but a special one ????

    i want to make labels... i usually use a table as a repeater like the following. Part Table company, part #, description sample data sjpc, 101, product 1 sjpc, 102, product 2 Repeater Table company, nblabels sample data sjpc, 1 sjpc, 2 sjpc, 3 i link the table with the company field which...
  2. Slingky

    Conditional Group Sort

    I have a report like this category, item#, qty on hand, unit price, total value i group on category, then i want to group either by item# asc or total value desc. i created the summary fields for total value and a group sort on total value desc. if the user asks via a parameter field...
  3. Slingky

    2 cross-tab: how to export to excel together

    i have 2 cross-tabs. one on top of the other. when i export to excel, the one which is first from margin will appear first then the other. how to get them together ???
  4. Slingky

    Add one fixed column to Cross-Tab

    i have the following cross-tab. it's a price list by customer item# Cust1 Cust2 Cust3 100 1.52 1.74 1.66 101 1.38 1.33 1.55 102 1.99 2.08 3.06 all works good except that i want to add an extra column which is the standard cost which...
  5. Slingky

    NT_STATUS_INVALID_COMPUTER_NAME

    i'm trying to setup samba on my nt4 network. i use ; fedora core 3 samba 3.0.14a-1 i want my samba server to be a member server of my domain my smb.conf and nsswitch.conf are configured correctly winbind ping is ok wbinfo -u and -g returns good data getent passwd and getent group returns...
  6. Slingky

    getItemByName in CR8 ?

    is it possible to use; Session("oRpt").ParameterFields.GetItemByName("SomeField").AddCurrentValue in CR8 professional ?
  7. Slingky

    How to group on Running Total ?

    my report is like this i drill down vendors parts then i have a running totals for all parts(including their costs) bought from each vendor. now, i want to display the report so the highest total 1st. thanks. i use crystal 8 pro.
  8. Slingky

    SpamAssassin before routing to internal server ?

    i setup sendmail to route all messages to my domino internal server. i installed spamassassin but sendmail just seem to forward messages and don't pass them to spamassassin. please help. Maxime
  9. Slingky

    Java viewer works...but not ActiveXViewer !?

    i run crystal reports 10 adv dev on a win2k server. (last service pack and monthly hot fixes are applied) my report runs ok with both activexviewer and java viewer from the server. but, on clients, (windows xp), i'm able to see report with java, but with activexviewer, i only get a white blank...
  10. Slingky

    PLEASE, how to use simple query !!!?

    help ! i'm reporting off an old DOS ACCPAC database. it doesn't support inner join... so i have to use only a.field1 = b.field2... blabla... how to force simple query ???
  11. Slingky

    ActiveXViewer 8 to 8.6...export to excel lost ?

    i'm running crystal reports 8 on a web server and use asp to access reports through activexviewer. version 8 is working ok, except that when i try tp print like 2 copies, it prints 4, when i try to print 3, it prints 9... so i searched the knowledge base and found the latest update for...
  12. Slingky

    VPN DNS search order vs LAN DNS search order...help !

    i have a windows 2000 box with DHCP and DNS. in scope options, i have 3 DNS entries (006) 192.168.1.1 (internal DNS server) 206.123.6.10 (isp dns #1) 206.123.6.11 (isp dns #2) this way, if the dns service failed on LAN, clients are able to surf the internet at least... all LAN clients get ip...
  13. Slingky

    VPN DNS search order VS LAN DNS search order

    i have a windows 2000 box with DHCP and DNS. in scope options, i have 3 DNS entries (006) 192.168.1.1 (internal DNS server) 206.123.6.10 (isp dns #1) 206.123.6.11 (isp dns #2) this way, if the dns service failed on LAN, clients are able to surf the internet at least... all LAN clients get ip...
  14. Slingky

    Simple Pie chart on formula field ???

    i have formula fields which contains summary values... they are not grouped... i'm not able to do a pie chart on them... please help. it's just like total shipments : 118 error # 1: 4 error # 2: 7 pie chats with these simple data ! in the report footer ?
  15. Slingky

    Replace ACCFAX or software which extract recipients from files...

    ok we have accfax to fax accpac data to customers... we were on a novell server but now accpac has been migrated to a windows 2000 server. so accfax was configured for novell and now it is not working anymore. so is there a software who can replace ACCFAX ? i mean a software capable of...
  16. Slingky

    Please...Answer this one !

    I want PPTP pass through my pix firewall 501. Only have one external IP address. outside ip x.197.166.66 inside ip 192.168.1.4 windows 2000 vpn server ip 192.168.1.1 i already had some ports opened and forwarded to 192.168.1.1 but now i want vpn access from anywhere in the world to the vpn...
  17. Slingky

    Problem with maximum...

    I have 2 tables. samples and product. they are linkey by the field productNo. But for each samples, there is a multiple match based on a field named revision...cause there can be multiple revision for each product... ok check: productNo: 101 description: product a revision: 1...
  18. Slingky

    Please help, OWA just list folder content

    ok, I played a bit with iis 6 last night. I tweak it to use PHP 4.3.3 and i had to change some things related to ISAPI filters and extensions. But, since that moment, i can access Exchange 2k3 from Outlook client :ok, but from OWA, i just see a directory listing like "directory...
  19. Slingky

    Need to use a formula field in SQL Query...

    ok... i have two tables i want to link. GLJrnDtl and POHeader I link both with the field "Company" and i made a formula field called "PO" which is an extraction of a part of the "Description" field in the GLJrnDtl table. And i want to link the "PoNum&quot...
  20. Slingky

    Multiple parameters not working !

    Please help. I use ASP to pass parameters to my reports and they all work OK. But one thing is not working perfectly : Multiple params. I have a ParameterField in my report which will contains all values accepted for the part number. In ASP, i pass for exemple : '101','102','312' to the...

Part and Inventory Search

Back
Top