sgrid and printing -
ok, im trying to design a program that will help organize things at these racing events I run. Autocrosses for anybody that may know about these kinda things. I plan on using sgrid to display the information in the program, but we need the ability to print out the charts of racers. currently we just have a chart we made in excel that we just print and fill in by hand, it looks like
this. Whats gonna be the best way to make a chart similir but with driver information filled in?
SGrid/OGrid control -
Does anyone know how to implement the SGrid or OGrid, or at least a link to these controls? for those who doesn't know SGrid, its like the one used by outlook. you can put multiple images, multiple rowheight...etc. OGrid is being used by SQL Enterprise Manager, where in multiple column
SGrid Deployment -
Hi all,
My application has made use of the vbaccelerator sgrid control.
When deploying it with PDW and install on a client PC (win98), it has problem.
After installation and running the program, an error occurs when the sgrid is loaded: "Run-time error '0'" with the ti
sGrid Question -
How do you set an sGrid so that when you click a cell you can edit the contents?
sgrid and printing -
ok, im trying to design a program that will help organize things at these racing events I run. Autocrosses for anybody that may know about these kinda things. I plan on using sgrid to display the information in the program, but we need the ability to print out the charts of racers.
sgrid with VBA -
I'm trying to work with sgrid 2.0 with VBA for autocad.
when I fire my project it's crash with error " run-time error '0' ".
also when i fire the " web sgrid demo " it's fire correctly.
someone can help me??
thanks.
An error with SGRID 2.0 Control -
Hi all
I am using the SGRID 2.0 Control from vbaccelerator and works great, but sometimes I have an error that closes my app telling me that: "a not allowed operation ..."
well, this only happens sometimes when i load a form that contains a SGrid control, but for exampl
Advanced SGrid 2.0 Modification, Custom Scrollbars help -
Ok I need some assistance with combining this: http://pscode.com/vb/scripts/ShowCod...63527&lngWId=1
with SGrid 2.0
I know it will work, because SGrid draws its scrollbars with native win32 scrollbar api's...
I don't need help making properties or actually drawing a scroll
SGrid 2 -
I am using the VBbaccelerator SGrid 2 and am having difficulties with the .Ensurevisible property.
I have a grid with 400 rows and when I run .EnsureVisible 300,1 (Row 300, Column 1) it only just gets off the starting block with the scroll (5%- subjectively), but it should be more t
VBAccelerator SGrid 2.0 - OLE Drag/Drop -
I am currently working with VBAccelerator SGrid 2.0 and I was wondering if anyone has ever found a way to add OLE Drag/Drop or anything that resembles it. It doesn't have to use OLE - but I want to be able to drag the selected list item(s) into a treeview control and have it at least
SGrid 2.0 as a cool alternative to Listview [Updated] -
**Updated versions below this post**
Here is a little example I have been toying with lately. It could be usefull in one of my applications managing databases. Allowing users to select and deselect multiple items and rows of data.
I thought some of the code heads might appreciate
SGrid - How do I disable horizontal scroll bar and change Column Header color -
I'm currently using SGrid and I need to disable the horizontal scroll bar, and change colours of the Column Header to blue.
Does anyone know which properties or settings that do that?
Using vbAccelerators SGrid -
After being frustrated by the MSHFlexgrid, I had a look around
here and lots of people seemed to like vbAccelerators SGrid
I'm feeling like a bit of a fool, but I cant run their demonstration projects.
I downloaded the binary, put it in C:\Windows\System32, registered
it with r
Saving SGrid with SaveGridData Problem (solved) -
Hi to all...
And here is another anoying SGrid 2.0 (VBaccelerator) problem...
I'm trying to save the grid with
Grid1.SaveGridData "C:\sgrid.tst"
or
Dim Xfile as String
xfile = "C:\sgrid.tst"
Grid1.SaveGridData xfile
and i get a "Runtime
SGrid and ellipsis button (Woka where r u) -
Hi folks,
I am using the SGrid (version 2.0). I need to show an ellipsis button in the grid row, which when clicked would show a file selection dialog. The selected file would be shown in another column.
I have been able to place a command button in the grid row. However, when I
SGRID2 Cell Data across multiple rows... -
Hi,
I've been using VBaccelerator's Sgrid / Sgrid2 for years.
I am developing an scheduling application that shows different views (Daily/Weekly/Monthly) similiar to the way Outlook Calender presents appointments. However, I can't figure out how to show an appointment that stretch
Picture in SGrid Cell -
Hi, Guys..
I can't get this resolved... and has nothing to do because i'm Blond...
Here is my Gordian Knot and i hope that in this Forum somebody could help... i've searched all the other Forums but nobody seems to know an Answer :
I'm using SGrid from VBAccelerator and w
What Is Dos Style Printing -
Hi,
What is DOS STYLE PRINTING and why is it faster that windows printing.
Is there anyway to use this mode of printing with Crystal reports??
If yes how??
if no then how to create a report and print it using DOS STYLE PRINTING??
vbAccelerator sGrid control...RowIndex -
I am using the vbAccelerator sGrid control.
I have added loads of rows and assigned a KEY to each one...
How do I get the RowIndex for a given row KEY???
Since all row functions require the RowIndex ( a long varible ) and I only have the Kow Key.
There is a function called ColumnIn
bidirectional printing -
hi pips.. is there a way to manipulate the printing in vb6 so that it prints in a birectional manner.. i've noticed that printing in vb6 is relatively slow and if youre going to generate a report that is about 50 pages.. it really takes some time.. unlike in dos printing, it prints qui
Which printing system should I pick -
Could somebody please tell me which Printing APIs of Java is the latest and most compatible API ? I am getting a bit confuse from some reading saying that there are in fact three different kinds of printing system available in Java, that's the AWT printing APIs, the Java 2D printing AP
printing your source code -
Does anyone have a program that will give the option of printing each function and sub rather than printing an entire module?
condensed printing -
Dear The Expert,
How to condesed printing (line in DOS printing) using VB.NET? .. Please help
Regards
Winanjaya
printing records -
i have to add a printing option to my VB database app. i have absolutly no idea about any thing as far as printing goes. could some please help me out?
Printing a grid -
I need to print the content of a MsFlexGrid. How can I do so ? And while talking about printing things, what are VB printing commands ? I know of the printer object, but I can't use it for something else than strings.
Printing report in VB 2008 Express -
I am new to VB and I was wondering if anyone can tell me how I go about printing out my data and also how to format it? Is there a wizard or a designer application in VB that help with layout and printing?
Thank you
shifting lines while printing -
I have a form with lines as graphics.
presently I am printing it using Printform method.
form1.PrintForm
it is printing from top-left-most-point onwards on print page.
I want to scroll few lines before printing starts on printer.
How do I do it?
any help pl. Thanks in advance.
Printing from beginning of page in VB.Net -
I have a printing program which runs in a timer controlled loop.
Now, I want it so that the printer starts the printing from a new page everytime the print command is called. Right now, the printer stops whereever the printing stops, which means the next page starts from the middle
Mobile Printing -
Has anyone seen any good articles/tutorials on printing using the .Net Compact Framework or have any sample code for listing printers and printing simple docs?
HOW TO increase printing speed in VB for bill printing -
I am developing one application need bill printing option (Point of sales). How can i increase printing speed ? I wish to print bills in fast way ?
Senthil kumar
How to find out if Acrobat is done printing -
Can anyone tell me how to find out when Acrobat is done printing?
I am printing a couple of different fdf files one after the other. But I get an error message telling me that acrobat can not open die specified while while printing another file.
How can i then find out exactly when
Printing faster in VB Help -
Is there a faster way to print in Vb rather than using the Printer.Print. This method is very slow compared to the DOS style printing. People who has used Dos application finds this as a limitation. There is actually a way to do it. I know only a part of it. U open a file and write wha
Determine when report printing is completed.. -
Hey All,
I am printing an Access report using DoCmd.OpenReport, and I'd like to have my VBA code notified when the printing process is complete.
Anyone have any ideas?
Thanks!
--Ben
Text Obeject Is Not Printing!! -
I need aFixed String to be Displayed in every page of a Report.So included a Text Object.
But it is not printing properly.Some part of it is only Printing...
Some times None..
Why So?
Please Help...
Printing problem VB to Excel -
Hi there
I am printing straight through to excel, everything is fine for one thing, the message box stating that it is now printing to a certain printer comes up.
How do I go about making sure it does not appear?
Thanks
Anyone used vbAccelerators SGrid -
Downloaded it.
Registered it.
Downloaded necessary DLL
Registered that.
Tried to use it.
Get Error '0' at runtime !
Terrific !!!
PLease don't tell me I have to go back to that ****ty,****ty,****ty,****ty,****ty,****ty,****ty,****ty,****ty,****ty,****ty,****ty,****ty,***
Printing Macro & wait -
hmmm...here is my situation, I have a macro running that will initiate printing of several word and excel documents and perform some other stuff after printing has finished. The problem is that the other stuff is being done while the sheets are still being printed. Is there a way to de
Completely disable web printing -
I would like to know if anyone is familiar with, or if it's even possible, to disable printing from a web browser. I am familiar with how to stop printing from a web browser normally. What I am interested in is how to stop printing even when someone uses a screen capture utility such
Printing speed like DOS from Crystal Reports -
I want to have printing speed as we get from DOS Based applications
I am using VB + Crystal Reports for my application
But clients requirement for printing is they want speedy printing same as dos based envirement
Pls suggest any way...
its urgent
thanks
[02/03] Printing Right to left -
Greetings
Am using the Printing.PrintDocument to print out a certain string, pretty simple
Is it possible to use it for right to left printing (arabic language for example)
Thank you
problem with printing -
Hi All,
any one tell me how can i refresh my printer through code????????????????. I am using DOS printing.
my problem is while continuously printing the first page is perfect but second onwards alignment not correct. means it taking more or less lines from the starting time. Any one