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: *

  • Users: Dalik
  • Order by date
  1. Dalik

    Moving to a previous contact

    I am getting to annoyed at the fact that I dont understand this! Maybe I been working on coding to much but that doesnt stop the fact that I have a deadline. If you can I would really like some direct help, here is my code maybe you can find whats wrong. Its all the code commented and some of...
  2. Dalik

    Moving to a previous contact

    I am getting the RecId from the contact that I want this data to goto. From what I understand, all I need to do is SetOrder, then seek. Once the pointer is at the record that I want shown in the contact window then I do a refresh or should that record just be displayed in the contact window...
  3. Dalik

    GMW_LoadBDE problem...

    Alright here parts of my code that is working, you need to do some things in the right order, so if your working with sql which you are then this is what you need to do. Also remember to debug your app which I am sure you are. =========================================================== SysDir =...
  4. Dalik

    Moving to a previous contact

    What I am trying to do is in steps 1. I have my contact that I want to have data copied to 2. I open the search box and dbl click an item 3. This will view that contact information. 4. I copy the fields that I want 5. now here is my problem, I have the RecId of the first contact that I want this...
  5. Dalik

    GMW_LoadBDE problem...

    To fix this problem make sure your username and passwords are correct, either for goldmine and or sql(if your using this) This will fix your problem, well it was a problem I had and this fixed it. Also make sure your .lic file is in the root of goldmine.
  6. Dalik

    GMW_LoadBDE() problems

    Ok I fixed the problem, and here is what I should have done, RTFM a bit better, I didnt have the GMW_SetSQLUserPass() before the GWM_LoadBDE() function call, so thats how you fix that. But I am having another problem. I have my sql database opened in goldmine and when I get to this function...
  7. Dalik

    GMW_LoadBDE() problems

    Thank you for the reply, but I am still having the same problem I have checked the BDE and I am able to connect to the database through BDE, and the Databse Name in the config section for the alias is DATABASE NAME = GMSM_GMBase This is the same name for the SQL database. For the...
  8. Dalik

    GMW_LoadBDE() problems

    Ok I am working on my 2nd program for goldmine, and I dont have the lastest, working code as I had before, so I cant just change a few things but here is my problem I am trying to use this wonderful function and I am getting a -5 ( invalid goldDir ) Now I am using DDE to get the xDir path...

Part and Inventory Search

Back
Top