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

    Problem with TableRevert

    My master-detail form having a grid control for detail table. When deleting a detail row (just added) the entire grid data is vanishing The Deleting function using TableRevert in case of just added rows and doing a skip –1 The underline table is in buffered(5) table. But as soon a the...
  2. OraWiz

    Oracle Clinet Setup

    Hi all, In a client server environment, what are the components needs to be installed at client side to run the application. Application executables are in a server.
  3. OraWiz

    Creating Objects-- createObject()

    Hello, I am trying to create an object of Outlook Express. But it is not happening, saying class definition is not found. What could be the problem. The same thing is working with 'outlook'. objMail =createObject("msimn.application") Hope someone will give a hint. Thanks and Rgds Sebastian
  4. OraWiz

    ComboBox BoundColumn Property

    Hi all I have a combo-box with two column list, I want the second column as my bound column, thou I have set 2 as BoundColumn property, the first column of the list returning as the control value. How can I achieve this. I don’t want to change the order of the list, because I want to give...
  5. OraWiz

    ComboBox BoundColumn

    Hi all I have a combo-box with two column list, I want the second column as my bound column, thou I have set 2 as BoundColumn property the first column of the list returning as the column value how can I achieve this. I don’t want to change the order of the list, because I want to give...
  6. OraWiz

    How can Hide the banner

    How can Hide the banner of application like EXCEL,WORD and ACROBAT Read the way we do FOXPRO -T Regards Sebastian
  7. OraWiz

    Replication Masters -- Please help me

    Hi all I am in the process of replicating my database through snapshot replication. My database is Oracle 8.0.5 I am using Replication Manager 1.6.0 I have created a public database link ‘ORACLE’ from my snapshot server to the existing database. Though Replication Manager 1. I have set up...
  8. OraWiz

    Creating Snapshot in Oracle 8.0

    Hi all, I am in the process of replicating my production Database. I hv created the reqd link in Dev. Databae and Snapshot log for the tables in Production schema. My problem is when I am creating snapshot in Dev. Database I am getting an error ora-12014 'so&so' table does not contain Primary...
  9. OraWiz

    Database link

    I want to create a database link to my production database from my Dev. database, I am using Link name as Prdn.Database name. Link is successfully created but, when I want select data from Production database using link is not working. It is ORA-12154: TNS:could not resolve service name. But my...
  10. OraWiz

    Hide grid Column

    I have a particular (VFP6) grid column, which I don’t want to show at running time. I have made its column’s visible property false and width to 0. But it is visible (just as a column) at the time of running the form. How can I hide this particular column. Rgds Sebastian
  11. OraWiz

    Report's " Private Data Session"

    I am calling a report from a FORM to show the data in the form in a report format. In Report format Private Data Session is un-ticked Report’s Data source is a view that consists of FORM’s table. My problem is; when the report is closed the FORM’s DataEnvironment is not accessible If the...
  12. OraWiz

    Can't Modify the view

    I have a local view, which I am using in Report. Now I want to add more column into this view so that I can show them in my Report. But when I am trying to modify this view it is giving an error message 'Alias name is already in use ' Why it is happening, How can I modify this view. Please give...
  13. OraWiz

    Global Variables

    How can I use global variables Through out the application and forms (other than creating a property in the application object) like gvUSSER,gvREGION,gvDEPT etc...is there any other way, If yes please give a clue Thanks Sebastian
  14. OraWiz

    EXE is not Appearing on Desktop

    I have made a vfp6 application and the corresponding executable also(MyApp.EXE) . I want to call this executable (.EXE) with a shortcut. I am using MyApp.EXE –E at the target name of the shortcut ,(tried all combination, same this is working properly with Do MyApp.EXE in Command window ) but...

Part and Inventory Search

Back
Top