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

    Use Windows DLL in Clarion

    I have an issue in Clarion which I need help with. We are using Clarion 6.300.9054 for our applications. These are multi-dll applications which have a user login screen. Our goal is to have a single login location which all of our applications, both Clarion and Visual Studio, can be accessed...
  2. splaisance

    Focus Issue between windows

    Hi, I'm hoping someone can help out there with this one! We have an application in Clarion 6, legacy which is non-mdi. There is a main browse window which drives majority of the work. On this window there are a number of buttons that call other windows, each on a separate thread from the main...
  3. splaisance

    Login to Shared Drive

    Hi, I am using clarion 6.3 and need some help determining how to accomplish this. First I create an xml file which then needs to be copied/moved to a shared drive using a login name and password on the same server the file is created on. I have the file creation part fine. The issue I have is...
  4. splaisance

    Page Control in Reports

    I am fairly new to Clarion and I am trying to get this to work the way needed. I have a report where I need to be able to print subtitles based on changes in the data. Along with these subtitles, the column headers should be reprinted. I put the column headers in my report header and I have...
  5. splaisance

    Need to Zoom and Pan in VB.NET Application

    I have an application where we want to allow the user to be able to zoom and pan the graphic created. Does anyone have any recommendations on any good ones out there or the best places to look for one? We would like something that at least works similar to the zoom/pan control google maps...
  6. splaisance

    Drawing Custom Buttons

    I am having a problem drawing custom button shapes at specified locations in my application. The app has a grid of 24 concentric circles. Then a set of rectangles (or button shapes) are to be drawn onto this grid but they need to be drawn at an angle. Here is the code I am using in the paint...
  7. splaisance

    Accessing MSDE from a different domain

    Hi, I am new to MSDE and am having some difficulty setting up an application for testing purposes. I have installed MSDE on a server on 'DomainA'. I added a database and have an application retrieving data from the database. I set up a profile in the data engine and made sure it had access to...
  8. splaisance

    Creating Before/After Report

    I need to create a report that shows records before and after they are changed. How can I do this using Crystal Reports 9 Developer? The changes to be made to the original before record come from an Access database table. I am using VB 6.0 Enterprise to write the program to perform the...
  9. splaisance

    Refreshing a DataGrid

    I have an odd situation that I hope someone can help with. I have 2 DataGrids on a form. The first has detail information and the second has totals. When the user changes an amount in the first grid, I want the cooresponding total to change in the second grid. In the Grid1_AfterUpdate()...
  10. splaisance

    Using Specified Order in Grouping

    I am creating a report in VB 6.0 using Crystal Reports 9.0 Developer. I am using the RDC & RCAPI. The report is created completly within the code from an ADO recordset - no rpt file or dsr file. The problem I am having is adding a group to the report with specified order. I can add the...
  11. splaisance

    Multiple Subform Syntax HELP!

    I am stuck on a problem and can't quite find the answer. I have a database that consists of a main form and multiple subforms. ClientViewer = mainform sfViwer = subform sfPlView = subform sfHeaders = subform sfRevenue = subform sfCost = subform The database opens the mainform which consists...
  12. splaisance

    VB printing via Api's

    I do not have any experience with API's and have been trying to understand them with some luck. Unfortunately I am still stuck on how to pull the information together to correct my problem. I have a VB program which prints a report using the visual basic printer object. The problem is that if...
  13. splaisance

    Printing from VB via API

    I do not have any experience with API's and have been trying to understand them with some luck. Unfortunately I am still stuck on how to pull the information together to correct my problem. I have a VB program which prints a report using the visual basic printer object. The problem is that if...
  14. splaisance

    Problem on Passing Parameters! Need Help/Advice!

    I have a visual basic program that needs to be split into two parts. A selection screen for interactive use where the user will decide what options they want a report to run with. The second part is actually running the selected report. I know how to pass parameters when calling a program and...
  15. splaisance

    Help with Access data connected via ODBC to as/400

    Help anyone!!! I am having a major problem with an update function that -should- be very simple. I have an access table that has several tables linked to our as/400. There are various processes that create non-linked tables for reports and sorting. What I am trying to do is write code to...
  16. splaisance

    Can't get Data Report to Show Special Totals!

    Hi, I am using a data report connected to a data environment. My problem is that I need to calculate totals for each group - but not one of the predefined functions VB allows you. Basically Total1 is sum of this years numbers. Total2 is sum of last years numbers. These i use the sum()...
  17. splaisance

    Help outputting a Break - Level Report

    Hello All! I am looking for some advise or hints here. I have to create a break-level report in VB. There are 3 levels to check for - with the smallest level being detail lines. The problem is what is the best way to create the report so that I can format it how the company wants. My...
  18. splaisance

    ADO and grid control

    I have a program that opens a db/2 database via ado connection and binds it to a grid control. I am search for a way to allow the user to make changes to records in the grid but if they hit a command button these changes will not be saved in the database. Does ado have a similar function to...
  19. splaisance

    Visual Basic updating AS/400

    I am new to using visual basic to update/manipulate files directly from our as/400. Are there any references out there that could help me? I see lots of books and sites that cater to VB/Access databases or VB & crystal reports or VB and ORACLE, etc. Can anyone point me in the right...
  20. splaisance

    Help with Grid Controls

    Help! I need to know how to use a grid control or where to find detailed information. I've done as/400 programing and visual basic programing but have stayed away from grids. My project will be a visual basic 6.0 program that connects to a file on our as/400. We will be connecting via client...

Part and Inventory Search

Back
Top