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 Mike Lewis 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. vfpshe

    Crystal 9 RAS viewing processed and queued reports

    Can anyone please let me know if it's possible to view reports that are processed and queued in the Report Application Server? We are using Crystal Reports Advanced 9.0 RAS. Thanks.
  2. vfpshe

    ASP Variable

    Please help. I am quite new to ASP and VBScript. I'm having difficulty in passing a variable to a procedure. I have <input type=&quot;button&quot; value=&quot;Run&quot; onclick=&quot;call GetReportParam(<%=Session(&quot;SelRpt&quot;)%>)&quot; > where Session(&quot;SelRpt&quot;) =...
  3. vfpshe

    How to rollback VFP client using SQL backend

    Will pressing ESC while the transaction is being processed in SQL rollback any updates done?
  4. vfpshe

    How to rollback VFP client using SQL backend

    Please help me... I have a front-end designed built in VFP and SQL 2000 for backend. I need to be able to rollback a transaction when user clicks the CANCEL button during processing. Can anyone help me how to do this? Thanks!
  5. vfpshe

    Error on Crystal Reports

    I am using SQL database.
  6. vfpshe

    Error on Crystal Reports

    I need help... I am using crystal reports in my VFP application. The proble is it give me a 'Server has not been opened'... I think the problem is caused by my ODBC set to a particular login and password. How can I pass a password? What comment do I use? Help is greatly appreciated. Thanks.
  7. vfpshe

    Shell's SHFileOperation

    thanks so much rick! i almost gave up but after using the struct.vcx, it gave me hope to using windows api.
  8. vfpshe

    Shell's SHFileOperation

    Can somebody please please help me with this function. I've been trying to use this function to copy folders from one location to another. I was thinking of using this because of the animated progress bar and status info. it provides while copying. Here's part of my code: Declare INTEGER...
  9. vfpshe

    Executing a SQL stored procedure with an output

    Hello, Can someone help me on how to execute a stored procedure with an output? I am developing a client-server application and one of my stored procedure had an output with a data type of bit. here's my stores procedure. ************** CREATE PROCEDURE Select_Name @cName VARCHAR(20)...
  10. vfpshe

    VFP 7.0 Install shield express 3.0

    Did you check the Destination Folder from the Customize the Setup Appearance (Step 4)? THis will allow you to change the installation destination folder. Hope this helps.
  11. vfpshe

    Getting the CD drive letter

    Hello, I need help in getting the CD-ROM drive letter assignment from a local machine. Is there a command that does this? Will really appreciate ur input.. Thanks.
  12. vfpshe

    Copying multiple folders

    thanks u guys! u're all geniuses and my heroes... =)
  13. vfpshe

    Copying multiple folders

    Can you hide the ms-dos command prompt while doing the copy? I'm planning to run an animated graphics while the copy is in process. Thanks for the help.
  14. vfpshe

    Copying multiple folders

    Hello, I need help in copying folders to different network directory. Doing it in windows explorer could have been easy but i need to do it inside my application. Any idea on what commands to use to copy all folders from a drive to another network drive? Thanks in advance.
  15. vfpshe

    Display Folder names

    you're a genius ramani! thanks a lot.
  16. vfpshe

    Adding,Editing,Deleting, Updating Data in Fox Pro Tables.

    you are right with: Use Products exclusive Delete for Productcode ='Ks' Issue the PACK command afterwards to permanently delete the records from the table.
  17. vfpshe

    Adding,Editing,Deleting, Updating Data in Fox Pro Tables.

    for you specific need and using the command editor, do the following... USE Products DELETE FOR ProductCode = 'KS'
  18. vfpshe

    Display Folder names

    thanks ramani, what i actually need is a list of all the folders in a specific directory. do you have any commands in mind?
  19. vfpshe

    Adding,Editing,Deleting, Updating Data in Fox Pro Tables.

    hi francis, you can delete records from a table by using the DELETE command. here's an example, with the table name as Customers and one of the field names is State, and we want to delete all records with a 'CA' as state ~~~~~~~~~~~~~~~~~~~~~~~ USE Customers DELETE FOR State = 'CA'...
  20. vfpshe

    Display Folder names

    Hello, Can someone help me figure out how to display a list of folders from a specific directory? What command should I use to get the folder names? Help will be greatly appreciated. Thanks.

Part and Inventory Search

Back
Top