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!

Recent content by celeron895

  1. celeron895

    collation sequences

    We have a Great Plains 7.0 installation on a Win 2k / SQL 2000 server. We are looking at moving this to a Win 2K3 / SQL 2000 server. However, there is a difference in the collation sequences. The current SQL Server is binary. The new SQL Server is in the default collation. Anyone have any...
  2. celeron895

    Install MS CRM Sales for Outlook

    Ever find an answer to this? Just ran into the same problem...
  3. celeron895

    web page read local file system

    We were trying to avoid using the upload technique that you were talking about. So, this is possible using an activeX control? This will be part of a secure application, so there is no problem with forcing the user to install an ActiveX control. Do you know of any examples that do this? I...
  4. celeron895

    web page read local file system

    Is it possible to have a C# ASP.NET web page read data from a web users local file system? I was told this was not possible unless the web server and file system where on the same network (or otherwise connected). How about using an ActiveX control? Basically, I want the user to click a...
  5. celeron895

    Remote Acess

    GP does not support running over a VPN. You should have the remote location use RDP or Citrix to access the main server. Using a VPN will be super slow.
  6. celeron895

    ORA-12500: TNS:listener failed to start a dedicated server process

    Accidently posted this in the 8 forum... but I am on 9... Getting the following error trying to connect to my Oracle database: ORA-12500: TNS:listener failed to start a dedicated server process This only occurs when I am using terminal services to get into the win 2k server box. If I am at...
  7. celeron895

    ORA-12500: TNS:listener failed to start a dedicated server process

    Getting the following error trying to connect to my Oracle database: ORA-12500: TNS:listener failed to start a dedicated server process This only occurs when I am using terminal services to get into the win 2k server box. If I am at console, this error does not happen.
  8. celeron895

    Dexterity - Alternate Form

    I've been advised by my VAR that the Blue_GrantAccess() is not used for alternate forms. David's method above would need to be used.
  9. celeron895

    Dexterity - Alternate Form

    Has anyone use the Blue_GrantAccess() function to accomplish this task? This is what is explained in the Dexterity integration guide. However, the example is for a new form, not an alternate SBF form. I cannot find an example of SBF using an alternate form. Is no one doing Dexterity...
  10. celeron895

    Dexterity - Alternate Form

    I have developed a modification to an existing form in Small Business Financials. How do I give users access to this form? The security is different than Great Plains, and I don't see where I accomplish this.
  11. celeron895

    Dexterity - Drop down list

    I am using a pass-through sql statement to select an id and name from a table and populate the contents of a drop down list with a list of the names. (select id, name from table) After selecting a name in the drop down box, I need to populate another field on the form with the id that...
  12. celeron895

    Grid Sort Order

    I recant my stance on dexterity stated in this thread: http://tek-tips.com/viewthread.cfm?qid=883259 Apparently, dex is still needed and the only way to accomplish many tasks. Where would you put the 2 triggers to accomplish this? Is there an example of this in one of the programmers guides?
  13. celeron895

    Grid Sort Order

    There is a scrolling window on one of the apply screens within Great Plains. Is there a way to change the sort order of this grid? Transactions --> Sales --> Cash Receipts (then click on Apply) Instead of sorting by the Document Number, I would like the grid sorted by Due Date. VBA...
  14. celeron895

    Question for An Interview

    Awesome credentials screwloose! You are an IT god. Way to be!
  15. celeron895

    No More Great Plains

    How are certifications going to work though? We just spent considerable resources becoming certified in the Great Plains competency. Is this going to roll over to the new 'Project Green' certifications? 2006 is not that far off, and though I understand the need to keep learning and remain...

Part and Inventory Search

Back
Top