Questions tagged [guptateamdeveloper]

Gupta Technologies Team Developer (previously Centura), also known as SQLWindows, or TD.Net is a programming development environment originally based on Win32, and from v7 onward can be .Net based or Win64. It is a rapid application development language and considered world's first client/server relational database software that would run on Personal Computers (PC) rather than Mini Computers.

Gupta Team Developer ( SQLWindows )

•Modern IDE for lightning speed database application development and run-time.

•Maximizes code reusability over various deployment platforms.

•Applications can be .NET WPF Desktop apps that interact exceptionally well with the .NET framework and other solutions, OR Win32 and Win64 API based desktop business applications.

•The same source code used for .NET WPF Desktop apps can build and deploy .NET WPF Browser apps.

•Provide your business logic via Web Services to enable your customers to deeply integrate your solution into their software infrastructure.

•Comprehensive set of well-designed data-aware UX Controls

•Powerful Report Builder for application-based reports and end user reporting and report customization.

•Rich data grid, including visual sorting, grouping, column filters and many useful cell types, such as hyperlinks, images, buttons, check boxes and more.

•Page Navigator for Microsoft® Outlook®-like apps.

•Many modern design themes for the user and developer to choose from.

•Fast and Easy to Configuration and Deploy

•Integrate with Web Services-enabled solutions via REST services or XML Web Services. Connect your applications to software solutions providing REST APIs, such as SAP, SalesForce, OpenText AppWorks and others. Integrate Team Developer applications with your own service layer.

•Fast and easy to configure database drivers for Oracle, SQL Server, Sybase and OpenText Gupta SQLBase, ODBC, OLE DB and .NET Data Provider connectivity for all other databases.

•Includes SQLBase development database for easy development and application testing.

•Automatic code documentation features of Team Developer help developers document their code without having to manually write their documentation.

•Fast error-free coding using the Active Coding Assistant.

•Outline tabs for quick code navigation and excellent source overview.

•Color-coded outline structured source code allows to quickly understand source code.

•Integrated automated documentation tool.

•Many tools that help to increase developer productivity. For example, the orphaned code tool for detecting unused source code, the task tool for searching and managing tasks, the automated documentation tool and more.

Go here for more info: Further information

71 questions
0
votes
3 answers

Deleting duplicates on SQLBase

Im currently running a SQLBase database and tried several was to select and delete duplicate items. Here a scenario: Tablename: test1 ||=========||=========||==================|| || column1 || column2 || rowid …
Dwza
  • 6,494
  • 6
  • 41
  • 73
0
votes
1 answer

Update table with values from another table

I have 2 tables, one With a unique key the other With no unique key. In both tables there are one column "name" which are identical. I want to update table two With the unique key from table one where table.one.name = table.two.name. There are…
0
votes
1 answer

import Data from Grid table to Database table Sql Windows

I have after some struggle succeeded to import excel data to a Grid table in TD and also loaded this up into a SqlBase table. I have struggled with one issue. If I have an excel file with header row and the first row of data is the second row, the…
0
votes
1 answer

RTF 2 HTML conversion via DLL is not working

This question could get quit tricky. Scenario: I am using a IDE called Team Developer 6.1. It has its own programming language called Gupta / Centura. Now since I have no other chance to do it in an other way, I have to use a RTF-Control element to…
Dwza
  • 6,494
  • 6
  • 41
  • 73
0
votes
2 answers

SQLWindows - How to check Line Number?

I am new to SQLWindows IDE and I need to edit a number of SQLWindows applications. I am using Version 3.0.0 of the IDE. I am facing trouble finding the line number of a particular line of code. Is there any setting or way to know the line number of…
Abhishek Guha
  • 154
  • 1
  • 9
0
votes
1 answer

Returning File Stream from C++ dll to Centura Team Developer

I found a C/C++ QRCode Library and want to use it as .dll. One function, simply called "qrcode" has char szSourceString[], char OUT_FILE[] as parameters. SourceString is the text to konvert and OUT_FILE is the filename. This function writes the…
0
votes
2 answers

Is there something like variadic functions in Centura?

Is it possible to have optional parameters in Centura 6.1? Like: test( boolean , hWnd... ) And how would I declare them?
deW1
  • 5,562
  • 10
  • 38
  • 54
0
votes
1 answer

Make Dynamic Forms

I'm using Centura / TeamDeveloper 6.1 Is it possible to make the content of a Dialog / Window dynamic? For example if I load a table inside a tab it is dynamic because the child table always takes the size of the tab. I want the same behaviour with…
deW1
  • 5,562
  • 10
  • 38
  • 54
0
votes
1 answer

Is it possible to define the TYPE_CONSTANT of a derived class?

With the SalGetFirstChild(Handle, TYPE_CONSTANT) function you can recieve the first child of the given handle. For this TYPE_CONSTANT can be a table, data field, radio-button and so on. My question now is, if it's possible to redfine this TYPE for…
bish
  • 3,381
  • 9
  • 48
  • 69
0
votes
1 answer

Opening and editing SQLWindows applications

I have to edit a number of SQL Windows applications that I have inherited. This is not something that i've done before and i'm having trouble finding an IDE or similar (never mind editing the code!) as it seems a number of responsible companies have…
Kurut
  • 59
  • 1
  • 1
  • 11
-1
votes
1 answer

SQLBase: is there a lpad function?

I am using SQLBase and I have to complete a column with zeros. This example works in PostgreSQL. I need to do the same in SQLBase but there isn't a function like lpad. SELECT lpad(last_name, 10, '0') FROM persons; If last_name is Douglas, the…
Roby Sottini
  • 2,117
  • 6
  • 48
  • 88
1 2 3 4
5