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

    datetime evaluation

    I'm trying to develope a report that will run court dockets. Different courts have dockets at different time during the day. The users of the report will be able to select Docket Date / Court / and Docket Time from 3 different parameters. I need to handle potential data entry errors in the...
  2. butkus

    Conditional grouping and month groupings

    I'm writing in CR 8.5 Dev ed. against a DB2 v.7 database. I need some guidance on monthly groupings please. I have reports that allow the user to select the groupings and the # of grouping levels deep. Here is my grouping formula: If count({?Choose Groups}) >=1 then select {?Choose Groups}[1]...
  3. butkus

    hyperlink results to re-run report

    Writing in CR8.5 against DB2 v.7 I created a report that searchs names and returns info based on exact matches, I also provide the user with a soundex list on names in case no exact match exists. From CE 8, the user can refresh the report using the soundex info return. Is it possible to have...
  4. butkus

    Joined Parameter help please

    I would like to present my users with a name search parameter seeking their input as follows: LNAME,FNAME I would then like to parse their input and compair it to two different fields in the DB (LNAME and FNAME) I've got an idea of how to start but don't know how to grab everything before and...
  5. butkus

    Conditional background color?

    I'm using CR8.5 developer / writing against V7 DB2 / I have given the users of this report grouping options (upto 4 deep so far). I'm conditionally supressing the group levels that are not used (ie if the user only wants two grouping levels, 3 and 4 are supressed). I've color coded the groups...
  6. butkus

    Tips to Clustering? Anyone?

    I have a single production server running everything, I also have an external SCSI enclosure with nearly a terabyte of storage sitting on the floor. I would like to take my production 6 server and upgrade to 6.5 and throw another 6.5 server at it with both connected to the SCSI enclosure. Has...
  7. butkus

    default user folders open upon login

    New one for y'all - a particular user logs in and upon login, all 10 of the folders under "default user" open in new windows on her screen. You know how Windows will re-open a file browser if it was open prior to a reboot? Well that same sort of behavior is happening - except for all...
  8. butkus

    Invoke Print Screen and send to MS Phot Editor

    Can a VBS invoke a "print Screen" and open and paste the cipboard contents in Microsoft Photo Editor? Further, can the VBS be invoked via a keystroke (so as not to add unwanted Windows elements to the Print Screen). I'm not a programmer, and truly have no idea were to begin. As...
  9. butkus

    Can this be done?

    Can a VB Script invoke a "screen print" and open it in Microsoft Photo Editor as a JPG image? I'm not a programmer so I truly have no idea! Any assistance would be greatly appreciated. James
  10. butkus

    Bind to Netware LDAP

    Has anyone attempted to bind and gather user information from eDirectory? We are a Netware shop and I have an ASP page that can check UID and password pairs for authentication, but I want to take it a step further and restrict Intranet access based on eDirectory rights and I can't find...
  11. butkus

    Script to backup file and export favorites

    Does anyone have a script that will export a users favorites (from a W2K machine) and also copy files to a network location? I'm not a programmer, and therefore have no idea how to begin scripting this. The problem I see with scripting a traditional copy (for favorites) is that more than one...
  12. butkus

    Can this be done?

    Let me start by saying - I'M NOT a VFP programmer. I've never even attempted it. With that said, we have an old VFP3 app running and I would like to upgrade it. The app functions well, but it will not run on some of our new PC's (it appears that the cpu's are too fast). Can this app be...
  13. butkus

    Script to add IPP based printers

    Can IPP based printers be added to networked client machine using a VB script? Evryone is using WIN2K. I run a Netware network and want to drop all of the Netware queues and am not particulary interested in NDPS. I have named the printers in DNS and everything works like a champ on the...
  14. butkus

    WinXP Client Max's Out License Count on CE 8.0 SP1

    I'm runnign CE 8.0 (the free one) with 10 concurrent licenses. When ever I hit the web server from a WinXP Pro client, It max's out the licenses and denies service to everyone else (until a reboot). Its the only XP client in the office (so far). Has anyone encountered this behavior? What did...
  15. butkus

    Charting Data

    I have some data that I would like to chart. The data are contained in running total fields and only appear in the report footer. The running total fields are not group dependant and I don't want to chart for each record of the report. The running total fields are glorified summary fields I...
  16. butkus

    Running total field when a sting exists?

    I want to count the number of instances were a sting of text appears. The word I seek can exist in any number of ways, but the field is not a memo field. Can this be done?
  17. butkus

    Any Ideas on How to do This?

    I have a database that tracks client survey responses in three month increments. The first entry for any client is intake, followed by a 3 month/6 month/9 month ect... eval. What I would like to do, is identify (and limit the report to) those clients who have been in the program for at least...
  18. butkus

    Efficient SOUNDEXing?bold

    I have the following record selection formula: {DA_DAMAST.DM_CASE} = {?Case Number} or {DA_DAPDEF.DU_NAM} = {?Defendant Name} or soundex({DA_DAPDEF.DU_NAM_SUR1})=soundex({?Last Name}) and am trying to make thing run faster. Without the soundex functions, the report is very quick, however with...
  19. butkus

    Make an On-Demand Sub-Reports use a shared variable in select expert

    Is there a way to declare a shared variable in a main report and then force an on-demand sub-report to use that shared variable in its select expert? James
  20. butkus

    MAC Address

    Does anyone know of a way to generate a report of all users and their associated computer MAC addresses? If it exists in NLIST, I can't find it. Thanks in advance for an assistance. James

Part and Inventory Search

Back
Top