Questions tagged [centura]

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 onwards 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 Technologies (OpenText) 'Team Developer' (previously Centura), also known as 'SQLWindows', or 'TD.Net' is a programming development environment originally based on Win32, but 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.

The tag is relevant for any Team Developer (TD) or Centura version.

More information can be found on the official website and on Wikipedia

49 questions
0
votes
2 answers

Centura - PDFCreator COM interop with different versions

I need to call the latest version of PDFCreator from my Centura program(version 1.5.1). Is there any way to do this automation?
0
votes
1 answer

How to create Unicode version of user32.dll - functions in Team developer

Since the sdk menu functions GetMenu, CreatePopupMenu, InsertMenuA , AppendMenuA etc are not working properly in 6.2 Version. I think Unicode version of above functions may works fine in version 6.2.
Chandralal
  • 559
  • 2
  • 11
  • 26
0
votes
1 answer

Centura Team Developer (previously Gupta Team Developer)

This question might not be very constructive but my reason for asking this question here is to know the view of fellow TD developers about the career scope of this niche technology in India. I have been working with this technology from the last 4…
Abhishek Guha
  • 154
  • 1
  • 9
0
votes
1 answer

How to verify the connection was released

I use the JDBC driver to connect to my database (made with a DBMS called SQLBase by the Centura Gupta company). It is executed without problems (even I checked that the data is inserted into my database). But then I execute a very simple SELECT…
Roby Sottini
  • 2,117
  • 6
  • 48
  • 88
0
votes
1 answer

iPhone app to access an application on windows server

I want to create an iPhone app to be able to access and read reports on a program.exe that installed in windows server ,, the program.exe is written by centura windows SQL . the server already online what the steps I should do ? Does remote…
0
votes
1 answer

InvalidPrintCommand error when calling SalReportPrint() function

The application was written in TD 6.2 version. When trying to print using builtin function SalReportPrint()-InavlidPrintCommand error has been received. I have already tried Menu Report->Format->Report option( qrp file) and selected the check box…
Chandralal
  • 559
  • 2
  • 11
  • 26
0
votes
1 answer

How to validate a data field for A-Z, 0-9 and "*" in SQL Windows?

I'm trying to define the input mask for a field in SQL Windows. I now that setting "AAA" would make the field accept anything from A to Z; "999" would make it accept any number. But how do I make it able to accept the "*" char?
Paulo Guedes
  • 7,189
  • 5
  • 40
  • 60
0
votes
2 answers

Update the text of a label using Centura/SQLWindows32

Is there any function to update the text of a label in Centura/SQLWindows32?
0
votes
3 answers

SQL select returns extra result

Guess there are similar questions and the answere might is easy but I cant help my self and thats why I ask you guys. I have some Data in a DB (Centura/Gupta SQLBase 7) no Left/Right Join possible - obviously not implemented in sqlbase sql Here is…
Dwza
  • 6,494
  • 6
  • 41
  • 73
0
votes
2 answers

Populate a standard combo box using centura SQLWindows/32

i want to populate a combo box standard by taking the data from a database using Centura SQLWindows/32, there is any functions for doing that?
0
votes
0 answers

Connect a Centura client application to SQL Server

I am new to Centura application configuration When I try opening the windows client application, which has the Centura sql.ini configuration file. I get the below error. Can anyone please help me understand the issue? Error code: 401 Reason: FOR…
Harsha
  • 349
  • 1
  • 8
  • 20
0
votes
1 answer

After reset group by column, column disapears, how to prevent this? TD 6.2

I populate my table from DB and then I right click on column and press group by, and it groups the rows, perfect, but when I reset/populate table again the column put in the group by disappears. How to prevent this from happening?
CrushJelly
  • 47
  • 1
  • 9
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

Centura Column locking Technique

How to implement child table column locking in centura ? It is used for providing better clarity to table windows, having large number of columns locking the key column.Locked columns do not scroll horizontally, they are fixed to the left side of…
Chandralal
  • 559
  • 2
  • 11
  • 26
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…